From 482453f9183c19d2ace5dcbaf2a72668928dea2e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 21 May 2023 19:41:19 +0100 Subject: [PATCH] [bitnami/phpmyadmin] Release 11.1.2 (#16804) * [bitnami/phpmyadmin] Release 11.1.2 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/phpmyadmin/Chart.lock | 6 +++--- bitnami/phpmyadmin/Chart.yaml | 2 +- bitnami/phpmyadmin/README.md | 4 ++-- bitnami/phpmyadmin/values.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/phpmyadmin/Chart.lock b/bitnami/phpmyadmin/Chart.lock index b2f2b9480a..0d1b058adc 100644 --- a/bitnami/phpmyadmin/Chart.lock +++ b/bitnami/phpmyadmin/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 12.2.3 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.2.5 -digest: sha256:3024cf1859354b9397519425d55e76d94b415ef0ee646dc5cd6320be6d4441e9 -generated: "2023-05-12T11:51:36.290918762Z" + version: 2.4.0 +digest: sha256:a508b4ee4ba6fed37ac0ae704805eb55064d4eeb72e3e487b0cbc7ab85f3edd8 +generated: "2023-05-21T17:15:46.323829402Z" diff --git a/bitnami/phpmyadmin/Chart.yaml b/bitnami/phpmyadmin/Chart.yaml index 37cf110f18..5c22762bf3 100644 --- a/bitnami/phpmyadmin/Chart.yaml +++ b/bitnami/phpmyadmin/Chart.yaml @@ -28,4 +28,4 @@ maintainers: name: phpmyadmin sources: - https://github.com/bitnami/charts/tree/main/bitnami/phpmyadmin -version: 11.1.1 +version: 11.1.2 diff --git a/bitnami/phpmyadmin/README.md b/bitnami/phpmyadmin/README.md index c7e2a54a71..ff1ff864d4 100644 --- a/bitnami/phpmyadmin/README.md +++ b/bitnami/phpmyadmin/README.md @@ -76,7 +76,7 @@ The command removes all the Kubernetes components associated with the chart and | -------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------- | | `image.registry` | phpMyAdmin image registry | `docker.io` | | `image.repository` | phpMyAdmin image repository | `bitnami/phpmyadmin` | -| `image.tag` | phpMyAdmin image tag (immutable tags are recommended) | `5.2.1-debian-11-r28` | +| `image.tag` | phpMyAdmin image tag (immutable tags are recommended) | `5.2.1-debian-11-r31` | | `image.digest` | phpMyAdmin image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -213,7 +213,7 @@ The command removes all the Kubernetes components associated with the chart and | `metrics.enabled` | Start a side-car prometheus exporter | `false` | | `metrics.image.registry` | Apache exporter image registry | `docker.io` | | `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` | -| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.13.3-debian-11-r5` | +| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.13.3-debian-11-r9` | | `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | diff --git a/bitnami/phpmyadmin/values.yaml b/bitnami/phpmyadmin/values.yaml index 0f6dda52b7..fe30fb78ae 100644 --- a/bitnami/phpmyadmin/values.yaml +++ b/bitnami/phpmyadmin/values.yaml @@ -53,7 +53,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/phpmyadmin - tag: 5.2.1-debian-11-r28 + tag: 5.2.1-debian-11-r31 digest: "" ## Specify a imagePullPolicy ## @@ -579,7 +579,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.13.3-debian-11-r5 + tag: 0.13.3-debian-11-r9 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.