From 2464f23fa815bf49051a938df0d3cdb2de7d3d72 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 12 Dec 2022 14:12:27 +0100 Subject: [PATCH] [bitnami/phpmyadmin] Release 10.3.8 (#13923) * [bitnami/phpmyadmin] Release 10.3.8 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 | 8 ++++---- bitnami/phpmyadmin/Chart.yaml | 2 +- bitnami/phpmyadmin/README.md | 4 ++-- bitnami/phpmyadmin/values.yaml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bitnami/phpmyadmin/Chart.lock b/bitnami/phpmyadmin/Chart.lock index a67783e1f..fc818f07f 100644 --- a/bitnami/phpmyadmin/Chart.lock +++ b/bitnami/phpmyadmin/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 11.3.5 + version: 11.4.1 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.1.2 -digest: sha256:f31b835965c6be5b233fa8d4e5b48ab10f28325bb26cc92008af84028abd1563 -generated: "2022-11-12T07:06:50.897495105Z" + version: 2.2.1 +digest: sha256:e4ed0a3d972bcdc8231c92e05b17c17a19fa0c6132044f12b453e823943b3d95 +generated: "2022-12-09T23:05:44.871100335Z" diff --git a/bitnami/phpmyadmin/Chart.yaml b/bitnami/phpmyadmin/Chart.yaml index 45a6dcf8c..90117eaa1 100644 --- a/bitnami/phpmyadmin/Chart.yaml +++ b/bitnami/phpmyadmin/Chart.yaml @@ -29,4 +29,4 @@ name: phpmyadmin sources: - https://github.com/bitnami/containers/tree/main/bitnami/phpmyadmin - https://www.phpmyadmin.net/ -version: 10.3.7 +version: 10.3.8 diff --git a/bitnami/phpmyadmin/README.md b/bitnami/phpmyadmin/README.md index eccb619aa..94b0a8bce 100644 --- a/bitnami/phpmyadmin/README.md +++ b/bitnami/phpmyadmin/README.md @@ -79,7 +79,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.0-debian-11-r58` | +| `image.tag` | phpMyAdmin image tag (immutable tags are recommended) | `5.2.0-debian-11-r67` | | `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 | `[]` | @@ -211,7 +211,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.11.0-debian-11-r61` | +| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r70` | | `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 4e6991307..7f8980c2b 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.0-debian-11-r58 + tag: 5.2.0-debian-11-r67 digest: "" ## Specify a imagePullPolicy ## @@ -558,7 +558,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.11.0-debian-11-r61 + tag: 0.11.0-debian-11-r70 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.