mirror of
https://github.com/bitnami/charts.git
synced 2026-03-10 06:57:55 +08:00
[bitnami/cert-manager] Release 0.11.1 (#16557)
* [bitnami/cert-manager] Release 0.11.1 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -2,7 +2,7 @@ annotations:
|
||||
category: CertificateAuthority
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 1.11.1
|
||||
appVersion: 1.11.2
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
@@ -23,4 +23,4 @@ maintainers:
|
||||
name: cert-manager
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/cert-manager
|
||||
version: 0.11.0
|
||||
version: 0.11.1
|
||||
|
||||
@@ -81,14 +81,14 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `controller.replicaCount` | Number of Controller replicas | `1` |
|
||||
| `controller.image.registry` | Controller image registry | `docker.io` |
|
||||
| `controller.image.repository` | Controller image repository | `bitnami/cert-manager` |
|
||||
| `controller.image.tag` | Controller image tag (immutable tags are recommended) | `1.11.1-debian-11-r10` |
|
||||
| `controller.image.tag` | Controller image tag (immutable tags are recommended) | `1.11.2-debian-11-r0` |
|
||||
| `controller.image.digest` | Controller image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `controller.image.pullPolicy` | Controller image pull policy | `IfNotPresent` |
|
||||
| `controller.image.pullSecrets` | Controller image pull secrets | `[]` |
|
||||
| `controller.image.debug` | Controller image debug mode | `false` |
|
||||
| `controller.acmesolver.image.registry` | Controller image registry | `docker.io` |
|
||||
| `controller.acmesolver.image.repository` | Controller image repository | `bitnami/acmesolver` |
|
||||
| `controller.acmesolver.image.tag` | Controller image tag (immutable tags are recommended) | `1.11.1-debian-11-r10` |
|
||||
| `controller.acmesolver.image.tag` | Controller image tag (immutable tags are recommended) | `1.11.2-debian-11-r0` |
|
||||
| `controller.acmesolver.image.digest` | Controller image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `controller.acmesolver.image.pullPolicy` | Controller image pull policy | `IfNotPresent` |
|
||||
| `controller.acmesolver.image.pullSecrets` | Controller image pull secrets | `[]` |
|
||||
@@ -143,7 +143,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `webhook.replicaCount` | Number of Webhook replicas | `1` |
|
||||
| `webhook.image.registry` | Webhook image registry | `docker.io` |
|
||||
| `webhook.image.repository` | Webhook image repository | `bitnami/cert-manager-webhook` |
|
||||
| `webhook.image.tag` | Webhook image tag (immutable tags are recommended) | `1.11.1-debian-11-r9` |
|
||||
| `webhook.image.tag` | Webhook image tag (immutable tags are recommended) | `1.11.2-debian-11-r0` |
|
||||
| `webhook.image.digest` | Webhook image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `webhook.image.pullPolicy` | Webhook image pull policy | `IfNotPresent` |
|
||||
| `webhook.image.pullSecrets` | Webhook image pull secrets | `[]` |
|
||||
@@ -210,55 +210,55 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
|
||||
### CAInjector deployment parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| -------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------- |
|
||||
| `cainjector.replicaCount` | Number of CAInjector replicas | `1` |
|
||||
| `cainjector.image.registry` | CAInjector image registry | `docker.io` |
|
||||
| `cainjector.image.repository` | CAInjector image repository | `bitnami/cainjector` |
|
||||
| `cainjector.image.tag` | CAInjector image tag (immutable tags are recommended) | `1.11.1-debian-11-r10` |
|
||||
| `cainjector.image.digest` | CAInjector image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `cainjector.image.pullPolicy` | CAInjector image pull policy | `IfNotPresent` |
|
||||
| `cainjector.image.pullSecrets` | CAInjector image pull secrets | `[]` |
|
||||
| `cainjector.image.debug` | CAInjector image debug mode | `false` |
|
||||
| `cainjector.resources.limits` | The resources limits for the CAInjector container | `{}` |
|
||||
| `cainjector.resources.requests` | The requested resources for the CAInjector container | `{}` |
|
||||
| `cainjector.podSecurityContext.enabled` | Enabled CAInjector pods' Security Context | `true` |
|
||||
| `cainjector.podSecurityContext.fsGroup` | Set CAInjector pod's Security Context fsGroup | `1001` |
|
||||
| `cainjector.containerSecurityContext.enabled` | Enabled CAInjector containers' Security Context | `true` |
|
||||
| `cainjector.containerSecurityContext.runAsUser` | Set CAInjector container's Security Context runAsUser | `1001` |
|
||||
| `cainjector.containerSecurityContext.runAsNonRoot` | Set CAInjector container's Security Context runAsNonRoot | `true` |
|
||||
| `cainjector.podAffinityPreset` | Pod affinity preset. Ignored if `cainjector.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `cainjector.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `cainjector.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
|
||||
| `cainjector.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `cainjector.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `cainjector.nodeAffinityPreset.key` | Node label key to match. Ignored if `cainjector.affinity` is set | `""` |
|
||||
| `cainjector.nodeAffinityPreset.values` | Node label values to match. Ignored if `cainjector.affinity` is set | `[]` |
|
||||
| `cainjector.affinity` | Affinity for cert-manager CAInjector | `{}` |
|
||||
| `cainjector.nodeSelector` | Node labels for pod assignment | `{}` |
|
||||
| `cainjector.command` | Override CAInjector default command | `[]` |
|
||||
| `cainjector.args` | Override CAInjector default args | `[]` |
|
||||
| `cainjector.priorityClassName` | CAInjector pod priority class name | `""` |
|
||||
| `cainjector.runtimeClassName` | Name of the runtime class to be used by pod(s) | `""` |
|
||||
| `cainjector.schedulerName` | Name of the k8s scheduler (other than default) | `""` |
|
||||
| `cainjector.topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
|
||||
| `cainjector.hostAliases` | Custom host aliases for CAInjector pods | `[]` |
|
||||
| `cainjector.tolerations` | Tolerations for pod assignment | `[]` |
|
||||
| `cainjector.podLabels` | Extra labels for CAInjector pods | `{}` |
|
||||
| `cainjector.podAnnotations` | Annotations for CAInjector pods | `{}` |
|
||||
| `cainjector.lifecycleHooks` | Add lifecycle hooks to the CAInjector deployment | `{}` |
|
||||
| `cainjector.updateStrategy.type` | Controller deployment update strategy | `RollingUpdate` |
|
||||
| `cainjector.updateStrategy.rollingUpdate` | Controller deployment rolling update configuration parameters | `{}` |
|
||||
| `cainjector.extraArgs` | Extra arguments to pass to the CAInjector container | `[]` |
|
||||
| `cainjector.extraEnvVars` | Add extra environment variables to the CAInjector container | `[]` |
|
||||
| `cainjector.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` |
|
||||
| `cainjector.extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` |
|
||||
| `cainjector.extraVolumes` | Optionally specify extra list of additional volumes for CAInjector pods | `[]` |
|
||||
| `cainjector.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for CAInjector container(s) | `[]` |
|
||||
| `cainjector.initContainers` | Add additional init containers to the CAInjector pods | `[]` |
|
||||
| `cainjector.sidecars` | Add additional sidecar containers to the CAInjector pod | `[]` |
|
||||
| `cainjector.serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
|
||||
| `cainjector.serviceAccount.name` | The name of the ServiceAccount to use. | `""` |
|
||||
| `cainjector.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` |
|
||||
| `cainjector.serviceAccount.automountServiceAccountToken` | Automount service account token for the server service account | `true` |
|
||||
| Name | Description | Value |
|
||||
| -------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------- |
|
||||
| `cainjector.replicaCount` | Number of CAInjector replicas | `1` |
|
||||
| `cainjector.image.registry` | CAInjector image registry | `docker.io` |
|
||||
| `cainjector.image.repository` | CAInjector image repository | `bitnami/cainjector` |
|
||||
| `cainjector.image.tag` | CAInjector image tag (immutable tags are recommended) | `1.11.2-debian-11-r0` |
|
||||
| `cainjector.image.digest` | CAInjector image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `cainjector.image.pullPolicy` | CAInjector image pull policy | `IfNotPresent` |
|
||||
| `cainjector.image.pullSecrets` | CAInjector image pull secrets | `[]` |
|
||||
| `cainjector.image.debug` | CAInjector image debug mode | `false` |
|
||||
| `cainjector.resources.limits` | The resources limits for the CAInjector container | `{}` |
|
||||
| `cainjector.resources.requests` | The requested resources for the CAInjector container | `{}` |
|
||||
| `cainjector.podSecurityContext.enabled` | Enabled CAInjector pods' Security Context | `true` |
|
||||
| `cainjector.podSecurityContext.fsGroup` | Set CAInjector pod's Security Context fsGroup | `1001` |
|
||||
| `cainjector.containerSecurityContext.enabled` | Enabled CAInjector containers' Security Context | `true` |
|
||||
| `cainjector.containerSecurityContext.runAsUser` | Set CAInjector container's Security Context runAsUser | `1001` |
|
||||
| `cainjector.containerSecurityContext.runAsNonRoot` | Set CAInjector container's Security Context runAsNonRoot | `true` |
|
||||
| `cainjector.podAffinityPreset` | Pod affinity preset. Ignored if `cainjector.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `cainjector.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `cainjector.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
|
||||
| `cainjector.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `cainjector.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `cainjector.nodeAffinityPreset.key` | Node label key to match. Ignored if `cainjector.affinity` is set | `""` |
|
||||
| `cainjector.nodeAffinityPreset.values` | Node label values to match. Ignored if `cainjector.affinity` is set | `[]` |
|
||||
| `cainjector.affinity` | Affinity for cert-manager CAInjector | `{}` |
|
||||
| `cainjector.nodeSelector` | Node labels for pod assignment | `{}` |
|
||||
| `cainjector.command` | Override CAInjector default command | `[]` |
|
||||
| `cainjector.args` | Override CAInjector default args | `[]` |
|
||||
| `cainjector.priorityClassName` | CAInjector pod priority class name | `""` |
|
||||
| `cainjector.runtimeClassName` | Name of the runtime class to be used by pod(s) | `""` |
|
||||
| `cainjector.schedulerName` | Name of the k8s scheduler (other than default) | `""` |
|
||||
| `cainjector.topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
|
||||
| `cainjector.hostAliases` | Custom host aliases for CAInjector pods | `[]` |
|
||||
| `cainjector.tolerations` | Tolerations for pod assignment | `[]` |
|
||||
| `cainjector.podLabels` | Extra labels for CAInjector pods | `{}` |
|
||||
| `cainjector.podAnnotations` | Annotations for CAInjector pods | `{}` |
|
||||
| `cainjector.lifecycleHooks` | Add lifecycle hooks to the CAInjector deployment | `{}` |
|
||||
| `cainjector.updateStrategy.type` | Controller deployment update strategy | `RollingUpdate` |
|
||||
| `cainjector.updateStrategy.rollingUpdate` | Controller deployment rolling update configuration parameters | `{}` |
|
||||
| `cainjector.extraArgs` | Extra arguments to pass to the CAInjector container | `[]` |
|
||||
| `cainjector.extraEnvVars` | Add extra environment variables to the CAInjector container | `[]` |
|
||||
| `cainjector.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` |
|
||||
| `cainjector.extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` |
|
||||
| `cainjector.extraVolumes` | Optionally specify extra list of additional volumes for CAInjector pods | `[]` |
|
||||
| `cainjector.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for CAInjector container(s) | `[]` |
|
||||
| `cainjector.initContainers` | Add additional init containers to the CAInjector pods | `[]` |
|
||||
| `cainjector.sidecars` | Add additional sidecar containers to the CAInjector pod | `[]` |
|
||||
| `cainjector.serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
|
||||
| `cainjector.serviceAccount.name` | The name of the ServiceAccount to use. | `""` |
|
||||
| `cainjector.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` |
|
||||
| `cainjector.serviceAccount.automountServiceAccountToken` | Automount service account token for the server service account | `true` |
|
||||
|
||||
### Metrics Parameters
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ controller:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/cert-manager
|
||||
tag: 1.11.1-debian-11-r10
|
||||
tag: 1.11.2-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -100,7 +100,7 @@ controller:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/acmesolver
|
||||
tag: 1.11.1-debian-11-r10
|
||||
tag: 1.11.2-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -326,7 +326,7 @@ webhook:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/cert-manager-webhook
|
||||
tag: 1.11.1-debian-11-r9
|
||||
tag: 1.11.2-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -592,7 +592,7 @@ cainjector:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/cainjector
|
||||
tag: 1.11.1-debian-11-r10
|
||||
tag: 1.11.2-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user