Skip to content

Commit 3df22fe

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

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

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.20.1-debian-10-r0` |
79+
| `image.tag` | Ghost image tag (immutable tags are recommended) | `4.20.3-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-r229` |
213+
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `10-debian-10-r231` |
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/jasperreports/README.md

Lines changed: 1 addition & 1 deletion
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` | JasperReports image registry | `docker.io` |
7878
| `image.repository` | JasperReports image repository | `bitnami/jasperreports` |
79-
| `image.tag` | JasperReports image tag (immutable tags are recommended) | `7.8.0-debian-10-r338` |
79+
| `image.tag` | JasperReports image tag (immutable tags are recommended) | `7.8.0-debian-10-r367` |
8080
| `image.pullPolicy` | JasperReports image pull policy | `IfNotPresent` |
8181
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
8282
| `jasperreportsUsername` | JasperReports user | `jasperadmin` |

bitnami/kube-prometheus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ The command removes all the Kubernetes components associated with the chart and
238238
| `prometheus.readinessProbe.failureThreshold` | Minimum consecutive failures for the probe | `10` |
239239
| `prometheus.readinessProbe.successThreshold` | Minimum consecutive successes for the probe | `1` |
240240
| `prometheus.enableAdminAPI` | Enable Prometheus adminitrative API | `false` |
241-
| `prometheus.enableFeatures` | Enable access to Prometheus disabled features | `[]` |
241+
| `prometheus.enableFeatures` | Enable access to Prometheus disabled features. | `[]` |
242242
| `prometheus.alertingEndpoints` | Alertmanagers to which alerts will be sent | `[]` |
243243
| `prometheus.externalLabels` | External labels to add to any time series or alerts when communicating with external systems | `{}` |
244244
| `prometheus.replicaExternalLabelName` | Name of the external label used to denote replica name | `""` |

bitnami/mongodb/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Refer to the [chart documentation for more information on each of these architec
8989
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
9090
| `image.registry` | MongoDB&reg; image registry | `docker.io` |
9191
| `image.repository` | MongoDB&reg; image registry | `bitnami/mongodb` |
92-
| `image.tag` | MongoDB&reg; image tag (immutable tags are recommended) | `4.4.10-debian-10-r0` |
92+
| `image.tag` | MongoDB&reg; image tag (immutable tags are recommended) | `4.4.10-debian-10-r11` |
9393
| `image.pullPolicy` | MongoDB&reg; image pull policy | `IfNotPresent` |
9494
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
9595
| `image.debug` | Set to true if you would like to see extra information on logs | `false` |
@@ -111,7 +111,7 @@ Refer to the [chart documentation for more information on each of these architec
111111
| `tls.caKey` | CA certificate private key (base64 encoded) | `""` |
112112
| `tls.image.registry` | Init container TLS certs setup image registry | `docker.io` |
113113
| `tls.image.repository` | Init container TLS certs setup image repository | `bitnami/nginx` |
114-
| `tls.image.tag` | Init container TLS certs setup image tag (immutable tags are recommended) | `1.21.3-debian-10-r35` |
114+
| `tls.image.tag` | Init container TLS certs setup image tag (immutable tags are recommended) | `1.21.3-debian-10-r46` |
115115
| `tls.image.pullPolicy` | Init container TLS certs setup image pull policy | `IfNotPresent` |
116116
| `tls.extraDnsNames` | Add extra dns names to the CA, can solve x509 auth issue for pod clients | `[]` |
117117
| `hostAliases` | Add deployment host aliases | `[]` |
@@ -212,7 +212,7 @@ Refer to the [chart documentation for more information on each of these architec
212212
| `externalAccess.autoDiscovery.enabled` | Enable using an init container to auto-detect external IPs by querying the K8s API | `false` |
213213
| `externalAccess.autoDiscovery.image.registry` | Init container auto-discovery image registry | `docker.io` |
214214
| `externalAccess.autoDiscovery.image.repository` | Init container auto-discovery image repository | `bitnami/kubectl` |
215-
| `externalAccess.autoDiscovery.image.tag` | Init container auto-discovery image tag (immutable tags are recommended) | `1.19.15-debian-10-r25` |
215+
| `externalAccess.autoDiscovery.image.tag` | Init container auto-discovery image tag (immutable tags are recommended) | `1.19.15-debian-10-r36` |
216216
| `externalAccess.autoDiscovery.image.pullPolicy` | Init container auto-discovery image pull policy | `IfNotPresent` |
217217
| `externalAccess.autoDiscovery.image.pullSecrets` | Init container auto-discovery image pull secrets | `[]` |
218218
| `externalAccess.autoDiscovery.resources.limits` | Init container auto-discovery resource limits | `{}` |
@@ -273,7 +273,7 @@ Refer to the [chart documentation for more information on each of these architec
273273
| `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume(s) mountpoint to `runAsUser:fsGroup` | `false` |
274274
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
275275
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` |
276-
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `10-debian-10-r220` |
276+
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `10-debian-10-r231` |
277277
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
278278
| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
279279
| `volumePermissions.resources.limits` | Init container volume-permissions resource limits | `{}` |
@@ -411,7 +411,7 @@ Refer to the [chart documentation for more information on each of these architec
411411
| `metrics.enabled` | Enable using a sidecar Prometheus exporter | `false` |
412412
| `metrics.image.registry` | MongoDB&reg; Prometheus exporter image registry | `docker.io` |
413413
| `metrics.image.repository` | MongoDB&reg; Prometheus exporter image repository | `bitnami/mongodb-exporter` |
414-
| `metrics.image.tag` | MongoDB&reg; Prometheus exporter image tag (immutable tags are recommended) | `0.11.2-debian-10-r308` |
414+
| `metrics.image.tag` | MongoDB&reg; Prometheus exporter image tag (immutable tags are recommended) | `0.11.2-debian-10-r319` |
415415
| `metrics.image.pullPolicy` | MongoDB&reg; Prometheus exporter image pull policy | `IfNotPresent` |
416416
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
417417
| `metrics.username` | String with username for the metrics exporter | `""` |

bitnami/mxnet/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,19 @@ The command removes all the Kubernetes components associated with the chart and
7070
| -------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------- |
7171
| `image.registry` | Apache MXNet (Incubating) image registry | `docker.io` |
7272
| `image.repository` | Apache MXNet (Incubating) image repository | `bitnami/mxnet` |
73-
| `image.tag` | Apache MXNet (Incubating) image tag (immutable tags are recommended) | `1.8.0-debian-10-r171` |
73+
| `image.tag` | Apache MXNet (Incubating) image tag (immutable tags are recommended) | `1.8.0-debian-10-r199` |
7474
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
7575
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
7676
| `image.debug` | Specify if debug logs should be enabled | `false` |
7777
| `git.registry` | Git image registry | `docker.io` |
7878
| `git.repository` | Git image repository | `bitnami/git` |
79-
| `git.tag` | Git image tag (immutable tags are recommended) | `2.33.0-debian-10-r38` |
79+
| `git.tag` | Git image tag (immutable tags are recommended) | `2.33.0-debian-10-r68` |
8080
| `git.pullPolicy` | Git image pull policy | `IfNotPresent` |
8181
| `git.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
8282
| `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory | `false` |
8383
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
8484
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` |
85-
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `10-debian-10-r202` |
85+
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `10-debian-10-r231` |
8686
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
8787
| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
8888
| `volumePermissions.resources.limits` | The resources limits for the container | `{}` |

0 commit comments

Comments
 (0)