Skip to content

Commit

Permalink
Update chart (triggered by operator helm release 0.4.0)
Browse files Browse the repository at this point in the history
Repository: SAP/image-mapper-helm
Release: 0.4.0
Commit: bb4edd441a74bf7447f2d987bc8b64bcbdeb4f0f
  • Loading branch information
ERP4SME-DevOps-GitHub-Workflow-User committed Oct 11, 2023
1 parent a4f1880 commit cb8be86
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions pkg/operator/data/charts/image-mapper/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# image-mapper

![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.0](https://img.shields.io/badge/AppVersion-v0.4.0-informational?style=flat-square)

A Helm chart for https://github.com/sap/image-mapper

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| fullnameOverride | string | `""` | Override full name |
| nameOverride | string | `""` | Override name |
| replicaCount | int | `1` | Replica count |
| image.repository | string | `"ghcr.io/sap/image-mapper"` | Image repository |
| image.tag | string | `""` | Image tag (defauls to .Chart.AppVersion) |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| imagePullSecrets | list | `[]` | Image pull secrets |
| nodeSelector | object | `{}` | Node selector |
| affinity | object | `{}` | Affinity settings |
| topologySpreadConstraints | list | `[]` | Topology spread constraints (if unspecified, default constraints for hostname and zone will be generated) |
| defaultHostNameSpreadPolicy | string | `"ScheduleAnyway"` | Default topology spread policy for hostname |
| defaultZoneSpreadPolicy | string | `"ScheduleAnyway"` | Default topology spread policy for zone |
| tolerations | list | `[]` | Tolerations |
| priorityClassName | string | `""` | Priority class |
| podSecurityContext | object | `{}` | Pod security context |
| podAnnotations | object | `{}` | Additional pod annotations |
| podLabels | object | `{}` | Additional pod labels |
| securityContext | object | `{}` | Container security context |
| resources.limits.memory | string | `"128Mi"` | Memory limit |
| resources.limits.cpu | string | `"100m"` | CPU limit |
| resources.requests.memory | string | `"128Mi"` | Memory request |
| resources.requests.cpu | string | `"100m"` | CPU request |
| webhook.certManager.enabled | bool | `false` | Whether to use cert-manager to manage webhook tls |
| webhook.certManager.issuerGroup | string | `""` | Issuer group (only relevant if enabled is true; if unset, the default cert-manager group is used) |
| webhook.certManager.issuerKind | string | `""` | Issuer kind (only relevant if enabled is true; if unset, the default cert-manager type 'Issuer' is used) |
| webhook.certManager.issuerName | string | `""` | Issuer name (only relevant if enabled is true; if unset, a self-signed issuer is used) |
| webhook.objectSelector.matchLabels | object | `{}` | Object selector matchLabels, used by webhook |
| webhook.objectSelector.matchExpressions | list | `[]` | Object selector matchExpressions, used by webhook |
| webhook.namespaceSelector.matchLabels | object | `{}` | Namespace selector matchLabels, used by webhook |
| webhook.namespaceSelector.matchExpressions | list | `[]` | Namespace selector matchExpressions, used by webhook |
| logLevel | int | `0` | Log level |
| mapping | list | `[]` | Mapping rules |
| labelsAddedIfModified | object | `{}` | Labels to set on mutated pods |
| annotationsAddedIfModified | object | `{}` | Annotations to set on mutated pods |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

0 comments on commit cb8be86

Please sign in to comment.