Skip to content

Commit a8d100a

Browse files
author
Carlos Rodriguez Hernandez
committed
[bitnami/several] Regenerate README tables
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
1 parent 468a3df commit a8d100a

File tree

5 files changed

+128
-128
lines changed

5 files changed

+128
-128
lines changed

bitnami/cert-manager/README.md

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ The command removes all the Kubernetes components associated with the chart and
7878
| `controller.replicaCount` | Number of Controller replicas | `1` |
7979
| `controller.image.registry` | Controller image registry | `docker.io` |
8080
| `controller.image.repository` | Controller image repository | `bitnami/cert-manager` |
81-
| `controller.image.tag` | Controller image tag (immutable tags are recommended) | `1.5.3-debian-10-r0` |
81+
| `controller.image.tag` | Controller image tag (immutable tags are recommended) | `1.5.3-debian-10-r29` |
8282
| `controller.image.pullPolicy` | Controller image pull policy | `IfNotPresent` |
8383
| `controller.image.pullSecrets` | Controller image pull secrets | `[]` |
8484
| `controller.image.debug` | Controller image debug mode | `false` |
8585
| `controller.acmesolver.image.registry` | Controller image registry | `docker.io` |
8686
| `controller.acmesolver.image.repository` | Controller image repository | `bitnami/acmesolver` |
87-
| `controller.acmesolver.image.tag` | Controller image tag (immutable tags are recommended) | `1.5.3-debian-10-r0` |
87+
| `controller.acmesolver.image.tag` | Controller image tag (immutable tags are recommended) | `1.5.3-debian-10-r29` |
8888
| `controller.acmesolver.image.pullPolicy` | Controller image pull policy | `IfNotPresent` |
8989
| `controller.acmesolver.image.pullSecrets` | Controller image pull secrets | `[]` |
9090
| `controller.acmesolver.image.debug` | Controller image debug mode | `false` |
@@ -132,7 +132,7 @@ The command removes all the Kubernetes components associated with the chart and
132132
| `webhook.replicaCount` | Number of Webhook replicas | `1` |
133133
| `webhook.image.registry` | Webhook image registry | `docker.io` |
134134
| `webhook.image.repository` | Webhook image repository | `bitnami/cert-manager-webhook` |
135-
| `webhook.image.tag` | Webhook image tag (immutable tags are recommended) | `1.5.3-debian-10-r0` |
135+
| `webhook.image.tag` | Webhook image tag (immutable tags are recommended) | `1.5.3-debian-10-r29` |
136136
| `webhook.image.pullPolicy` | Webhook image pull policy | `IfNotPresent` |
137137
| `webhook.image.pullSecrets` | Webhook image pull secrets | `[]` |
138138
| `webhook.image.debug` | Webhook image debug mode | `false` |
@@ -193,49 +193,49 @@ The command removes all the Kubernetes components associated with the chart and
193193

194194
### CAInjector deployment parameters
195195

196-
| Name | Description | Value |
197-
| -------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | -------------------- |
198-
| `cainjector.replicaCount` | Number of CAInjector replicas | `1` |
199-
| `cainjector.image.registry` | CAInjector image registry | `docker.io` |
200-
| `cainjector.image.repository` | CAInjector image repository | `bitnami/cainjector` |
201-
| `cainjector.image.tag` | CAInjector image tag (immutable tags are recommended) | `1.5.3-debian-10-r0` |
202-
| `cainjector.image.pullPolicy` | CAInjector image pull policy | `IfNotPresent` |
203-
| `cainjector.image.pullSecrets` | CAInjector image pull secrets | `[]` |
204-
| `cainjector.image.debug` | CAInjector image debug mode | `false` |
205-
| `cainjector.resources.limits` | The resources limits for the CAInjector container | `{}` |
206-
| `cainjector.resources.requests` | The requested resources for the CAInjector container | `{}` |
207-
| `cainjector.podSecurityContext.enabled` | Enabled CAInjector pods' Security Context | `true` |
208-
| `cainjector.podSecurityContext.fsGroup` | Set CAInjector pod's Security Context fsGroup | `1001` |
209-
| `cainjector.containerSecurityContext.enabled` | Enabled CAInjector containers' Security Context | `true` |
210-
| `cainjector.containerSecurityContext.runAsUser` | Set CAInjector container's Security Context runAsUser | `1001` |
211-
| `cainjector.containerSecurityContext.runAsNonRoot` | Set CAInjector container's Security Context runAsNonRoot | `true` |
212-
| `cainjector.podAffinityPreset` | Pod affinity preset. Ignored if `cainjector.affinity` is set. Allowed values: `soft` or `hard` | `""` |
213-
| `cainjector.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `cainjector.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
214-
| `cainjector.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `cainjector.affinity` is set. Allowed values: `soft` or `hard` | `""` |
215-
| `cainjector.nodeAffinityPreset.key` | Node label key to match. Ignored if `cainjector.affinity` is set | `""` |
216-
| `cainjector.nodeAffinityPreset.values` | Node label values to match. Ignored if `cainjector.affinity` is set | `[]` |
217-
| `cainjector.affinity` | Affinity for Cert Manager CAInjector | `{}` |
218-
| `cainjector.nodeSelector` | Node labels for pod assignment | `{}` |
219-
| `cainjector.command` | Override CAInjector default command | `[]` |
220-
| `cainjector.args` | Override CAInjector default args | `[]` |
221-
| `cainjector.priorityClassName` | CAInjector pod priority class name | `""` |
222-
| `cainjector.hostAliases` | Custom host aliases for CAInjector pods | `[]` |
223-
| `cainjector.tolerations` | Tolerations for pod assignment | `[]` |
224-
| `cainjector.podLabels` | Extra labels for CAInjector pods | `{}` |
225-
| `cainjector.podAnnotations` | Annotations for CAInjector pods | `{}` |
226-
| `cainjector.lifecycleHooks` | Add lifecycle hooks to the CAInjector deployment | `{}` |
227-
| `cainjector.updateStrategy.type` | Controller deployment update strategy | `RollingUpdate` |
228-
| `cainjector.updateStrategy.rollingUpdate` | Controller deployment rolling update configuration parameters | `{}` |
229-
| `cainjector.extraEnvVars` | Add extra environment variables to the CAInjector container | `[]` |
230-
| `cainjector.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` |
231-
| `cainjector.extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` |
232-
| `cainjector.extraVolumes` | Optionally specify extra list of additional volumes for CAInjector pods | `[]` |
233-
| `cainjector.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for CAInjector container(s) | `[]` |
234-
| `cainjector.initContainers` | Add additional init containers to the CAInjector pods | `[]` |
235-
| `cainjector.sidecars` | Add additional sidecar containers to the CAInjector pod | `[]` |
236-
| `cainjector.serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
237-
| `cainjector.serviceAccount.name` | The name of the ServiceAccount to use. | `""` |
238-
| `cainjector.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` |
196+
| Name | Description | Value |
197+
| -------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | --------------------- |
198+
| `cainjector.replicaCount` | Number of CAInjector replicas | `1` |
199+
| `cainjector.image.registry` | CAInjector image registry | `docker.io` |
200+
| `cainjector.image.repository` | CAInjector image repository | `bitnami/cainjector` |
201+
| `cainjector.image.tag` | CAInjector image tag (immutable tags are recommended) | `1.5.3-debian-10-r29` |
202+
| `cainjector.image.pullPolicy` | CAInjector image pull policy | `IfNotPresent` |
203+
| `cainjector.image.pullSecrets` | CAInjector image pull secrets | `[]` |
204+
| `cainjector.image.debug` | CAInjector image debug mode | `false` |
205+
| `cainjector.resources.limits` | The resources limits for the CAInjector container | `{}` |
206+
| `cainjector.resources.requests` | The requested resources for the CAInjector container | `{}` |
207+
| `cainjector.podSecurityContext.enabled` | Enabled CAInjector pods' Security Context | `true` |
208+
| `cainjector.podSecurityContext.fsGroup` | Set CAInjector pod's Security Context fsGroup | `1001` |
209+
| `cainjector.containerSecurityContext.enabled` | Enabled CAInjector containers' Security Context | `true` |
210+
| `cainjector.containerSecurityContext.runAsUser` | Set CAInjector container's Security Context runAsUser | `1001` |
211+
| `cainjector.containerSecurityContext.runAsNonRoot` | Set CAInjector container's Security Context runAsNonRoot | `true` |
212+
| `cainjector.podAffinityPreset` | Pod affinity preset. Ignored if `cainjector.affinity` is set. Allowed values: `soft` or `hard` | `""` |
213+
| `cainjector.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `cainjector.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
214+
| `cainjector.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `cainjector.affinity` is set. Allowed values: `soft` or `hard` | `""` |
215+
| `cainjector.nodeAffinityPreset.key` | Node label key to match. Ignored if `cainjector.affinity` is set | `""` |
216+
| `cainjector.nodeAffinityPreset.values` | Node label values to match. Ignored if `cainjector.affinity` is set | `[]` |
217+
| `cainjector.affinity` | Affinity for Cert Manager CAInjector | `{}` |
218+
| `cainjector.nodeSelector` | Node labels for pod assignment | `{}` |
219+
| `cainjector.command` | Override CAInjector default command | `[]` |
220+
| `cainjector.args` | Override CAInjector default args | `[]` |
221+
| `cainjector.priorityClassName` | CAInjector pod priority class name | `""` |
222+
| `cainjector.hostAliases` | Custom host aliases for CAInjector pods | `[]` |
223+
| `cainjector.tolerations` | Tolerations for pod assignment | `[]` |
224+
| `cainjector.podLabels` | Extra labels for CAInjector pods | `{}` |
225+
| `cainjector.podAnnotations` | Annotations for CAInjector pods | `{}` |
226+
| `cainjector.lifecycleHooks` | Add lifecycle hooks to the CAInjector deployment | `{}` |
227+
| `cainjector.updateStrategy.type` | Controller deployment update strategy | `RollingUpdate` |
228+
| `cainjector.updateStrategy.rollingUpdate` | Controller deployment rolling update configuration parameters | `{}` |
229+
| `cainjector.extraEnvVars` | Add extra environment variables to the CAInjector container | `[]` |
230+
| `cainjector.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` |
231+
| `cainjector.extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` |
232+
| `cainjector.extraVolumes` | Optionally specify extra list of additional volumes for CAInjector pods | `[]` |
233+
| `cainjector.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for CAInjector container(s) | `[]` |
234+
| `cainjector.initContainers` | Add additional init containers to the CAInjector pods | `[]` |
235+
| `cainjector.sidecars` | Add additional sidecar containers to the CAInjector pod | `[]` |
236+
| `cainjector.serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
237+
| `cainjector.serviceAccount.name` | The name of the ServiceAccount to use. | `""` |
238+
| `cainjector.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` |
239239

240240

241241
### Metrics Parameters

0 commit comments

Comments
 (0)