Skip to content

Commit 681f9fa

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

File tree

9 files changed

+96
-96
lines changed

9 files changed

+96
-96
lines changed

bitnami/airflow/README.md

Lines changed: 55 additions & 55 deletions
Large diffs are not rendered by default.

bitnami/argo-workflows/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The command removes all the Kubernetes components associated with the chart and
7676
| ---------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | --------------------------- |
7777
| `server.image.registry` | server image registry | `docker.io` |
7878
| `server.image.repository` | server image repository | `bitnami/argo-workflow-cli` |
79-
| `server.image.tag` | server image tag (immutable tags are recommended) | `3.1.13-scratch-r0` |
79+
| `server.image.tag` | server image tag (immutable tags are recommended) | `3.2.0-scratch-r6` |
8080
| `server.image.pullPolicy` | server image pull policy | `Always` |
8181
| `server.image.pullSecrets` | server image pull secrets | `[]` |
8282
| `server.enabled` | Enable server deployment | `true` |
@@ -177,7 +177,7 @@ The command removes all the Kubernetes components associated with the chart and
177177
| -------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
178178
| `controller.image.registry` | controller image registry | `docker.io` |
179179
| `controller.image.repository` | controller image repository | `bitnami/argo-workflow-controller` |
180-
| `controller.image.tag` | controller image tag (immutable tags are recommended) | `3.1.13-scratch-r0` |
180+
| `controller.image.tag` | controller image tag (immutable tags are recommended) | `3.2.0-scratch-r0` |
181181
| `controller.image.pullPolicy` | controller image pull policy | `IfNotPresent` |
182182
| `controller.image.pullSecrets` | controller image pull secrets | `[]` |
183183
| `controller.replicaCount` | Number of controller replicas to deploy | `1` |
@@ -281,7 +281,7 @@ The command removes all the Kubernetes components associated with the chart and
281281
| ------------------------------------------- | ------------------------------------------------------------- | ---------------------------- |
282282
| `executor.image.registry` | executor image registry | `docker.io` |
283283
| `executor.image.repository` | executor image repository | `bitnami/argo-workflow-exec` |
284-
| `executor.image.tag` | executor image tag (immutable tags are recommended) | `3.1.13-debian-10-r7` |
284+
| `executor.image.tag` | executor image tag (immutable tags are recommended) | `3.2.0-debian-10-r5` |
285285
| `executor.image.pullPolicy` | executor image pull policy | `Always` |
286286
| `executor.image.pullSecrets` | executor image pull secrets | `[]` |
287287
| `executor.resources.limits` | The resources limits for the init container | `{}` |

bitnami/fluentd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ The command removes all the Kubernetes components associated with the chart and
6767
| `clusterDomain` | Cluster Domain | `cluster.local` |
6868
| `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
6969
| `diagnosticMode.enabled` | Enable diagnostic mode (all probes will be disabled and the command will be overridden) | `false` |
70-
| `diagnosticMode.command` | Command to override all containers in the deployment | `[]` |
71-
| `diagnosticMode.args` | Args to override all containers in the deployment | `[]` |
70+
| `diagnosticMode.command` | Command to override all containers in the deployment | `["sleep"]` |
71+
| `diagnosticMode.args` | Args to override all containers in the deployment | `["infinity"]` |
7272

7373

7474
### Fluentd parameters

bitnami/ghost/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The command removes all the Kubernetes components associated with the chart and
7676
| ------------------- | ------------------------------------------------ | --------------------- |
7777
| `image.registry` | Ghost image registry | `docker.io` |
7878
| `image.repository` | Ghost image repository | `bitnami/ghost` |
79-
| `image.tag` | Ghost image tag (immutable tags are recommended) | `4.19.0-debian-10-r0` |
79+
| `image.tag` | Ghost image tag (immutable tags are recommended) | `4.19.1-debian-10-r0` |
8080
| `image.pullPolicy` | Ghost image pull policy | `IfNotPresent` |
8181
| `image.pullSecrets` | Ghost image pull secrets | `[]` |
8282
| `image.debug` | Enable image debug mode | `false` |
@@ -210,7 +210,7 @@ The command removes all the Kubernetes components associated with the chart and
210210
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
211211
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
212212
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
213-
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `10-debian-10-r222` |
213+
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `10-debian-10-r224` |
214214
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
215215
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
216216
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |

bitnami/jenkins/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ The command removes all the Kubernetes components associated with the chart and
7171

7272
### Jenkins Image parameters
7373

74-
| Name | Description | Value |
75-
| ------------------- | -------------------------------------------------- | ----------------------- |
76-
| `image.registry` | Jenkins image registry | `docker.io` |
77-
| `image.repository` | Jenkins image repository | `bitnami/jenkins` |
78-
| `image.tag` | Jenkins image tag (immutable tags are recommended) | `2.303.1-debian-10-r38` |
79-
| `image.pullPolicy` | Jenkins image pull policy | `IfNotPresent` |
80-
| `image.pullSecrets` | Jenkins image pull secrets | `[]` |
81-
| `image.debug` | Enable image debug mode | `false` |
74+
| Name | Description | Value |
75+
| ------------------- | -------------------------------------------------- | ---------------------- |
76+
| `image.registry` | Jenkins image registry | `docker.io` |
77+
| `image.repository` | Jenkins image repository | `bitnami/jenkins` |
78+
| `image.tag` | Jenkins image tag (immutable tags are recommended) | `2.303.2-debian-10-r0` |
79+
| `image.pullPolicy` | Jenkins image pull policy | `IfNotPresent` |
80+
| `image.pullSecrets` | Jenkins image pull secrets | `[]` |
81+
| `image.debug` | Enable image debug mode | `false` |
8282

8383

8484
### Jenkins Configuration parameters
@@ -185,7 +185,7 @@ The command removes all the Kubernetes components associated with the chart and
185185
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
186186
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
187187
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
188-
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `10-debian-10-r210` |
188+
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `10-debian-10-r224` |
189189
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
190190
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
191191
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
@@ -200,7 +200,7 @@ The command removes all the Kubernetes components associated with the chart and
200200
| `metrics.enabled` | Start a sidecar prometheus exporter to expose Jenkins metrics | `false` |
201201
| `metrics.image.registry` | Jenkins Exporter image registry | `docker.io` |
202202
| `metrics.image.repository` | Jenkins Exporter image repository | `bitnami/jenkins-exporter` |
203-
| `metrics.image.tag` | Jenkins Jenkins Exporter image tag (immutable tags are recommended) | `0.20171225.0-debian-10-r577` |
203+
| `metrics.image.tag` | Jenkins Jenkins Exporter image tag (immutable tags are recommended) | `0.20171225.0-debian-10-r591` |
204204
| `metrics.image.pullPolicy` | Jenkins Exporter image pull policy | `IfNotPresent` |
205205
| `metrics.image.pullSecrets` | Jenkins Exporter image pull secrets | `[]` |
206206
| `metrics.containerSecurityContext.enabled` | Enabled Jenkins exporter containers' Security Context | `true` |

bitnami/kubeapps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
409409
| `authProxy.scope` | OAuth scope specification | `openid email groups` |
410410
| `authProxy.emailDomain` | Allowed email domains | `*` |
411411
| `authProxy.additionalFlags` | Additional flags for oauth2-proxy | `[]` |
412-
| `authProxy.extraEnvVars` | Array with extra environment variables to add to the Auth Proxy container | `[]` |
412+
| `authProxy.extraEnvVars` | Array with extra environment variables to add to the Auth Proxy container | `[]` |
413413
| `authProxy.containerPort` | Auth Proxy HTTP container port | `3000` |
414414
| `authProxy.containerSecurityContext.enabled` | Enabled Auth Proxy containers' Security Context | `true` |
415415
| `authProxy.containerSecurityContext.runAsUser` | Set Auth Proxy container's Security Context runAsUser | `1001` |

bitnami/minio/README.md

Lines changed: 3 additions & 3 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
| ------------------------- | ---------------------------------------------------------------------------------------------------------- | ------------------------- |
7979
| `image.registry` | MinIO&reg; image registry | `docker.io` |
8080
| `image.repository` | MinIO&reg; image repository | `bitnami/minio` |
81-
| `image.tag` | MinIO&reg; image tag (immutable tags are recommended) | `2021.10.6-debian-10-r0` |
81+
| `image.tag` | MinIO&reg; image tag (immutable tags are recommended) | `2021.10.13-debian-10-r0` |
8282
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
8383
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
8484
| `image.debug` | Specify if debug logs should be enabled | `false` |
8585
| `clientImage.registry` | MinIO&reg; Client image registry | `docker.io` |
8686
| `clientImage.repository` | MinIO&reg; Client image repository | `bitnami/minio-client` |
87-
| `clientImage.tag` | MinIO&reg; Client image tag (immutable tags are recommended) | `2021.9.23-debian-10-r13` |
87+
| `clientImage.tag` | MinIO&reg; Client image tag (immutable tags are recommended) | `2021.10.7-debian-10-r10` |
8888
| `mode` | MinIO&reg; server mode (`standalone` or `distributed`) | `standalone` |
8989
| `accessKey.password` | MinIO&reg; Access Key. Ignored if existing secret is provided. | `""` |
9090
| `accessKey.forcePassword` | Option to force users to specify a password. That is required for 'helm upgrade' to work properly. | `false` |
@@ -225,7 +225,7 @@ The command removes all the Kubernetes components associated with the chart and
225225
| `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume(s) mountpoint to `runAsUser:fsGroup` | `false` |
226226
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
227227
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` |
228-
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `10-debian-10-r214` |
228+
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `10-debian-10-r224` |
229229
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `Always` |
230230
| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
231231
| `volumePermissions.resources.limits` | Init container volume-permissions resource limits | `{}` |

0 commit comments

Comments
 (0)