From d5ea575f46bb7bf362e09ce19022873d4324e435 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 3 Aug 2022 19:10:25 +0200 Subject: [PATCH] [bitnami/phpmyadmin] Release 10.2.2 (#11535) * [bitnami/phpmyadmin] Release 10.2.2 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --- bitnami/phpmyadmin/Chart.lock | 8 ++++---- bitnami/phpmyadmin/Chart.yaml | 2 +- bitnami/phpmyadmin/README.md | 6 +++--- bitnami/phpmyadmin/values.yaml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bitnami/phpmyadmin/Chart.lock b/bitnami/phpmyadmin/Chart.lock index e6eab594e..dbe279f0c 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.0.14 + version: 11.1.2 - name: common repository: https://charts.bitnami.com/bitnami - version: 1.16.0 -digest: sha256:dce4328041a663963063f6b5e8af4301eefd6f9a2c9ed632b6caf651566663fe -generated: "2022-07-06T06:45:30.341158063Z" + version: 1.16.1 +digest: sha256:936595e57782aa64bdb4a1963dc20ff82b2aa01120948dc9bf23fbc039032ac5 +generated: "2022-08-01T00:19:59.286560073Z" diff --git a/bitnami/phpmyadmin/Chart.yaml b/bitnami/phpmyadmin/Chart.yaml index d3069163b..c773bead5 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.2.1 +version: 10.2.2 diff --git a/bitnami/phpmyadmin/README.md b/bitnami/phpmyadmin/README.md index ac7ab5b18..965432a5a 100644 --- a/bitnami/phpmyadmin/README.md +++ b/bitnami/phpmyadmin/README.md @@ -7,7 +7,7 @@ phpMyAdmin is a free software tool written in PHP, intended to handle the admini [Overview of phpMyAdmin](https://www.phpmyadmin.net/) Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. - + ## TL;DR ```console @@ -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-r14` | +| `image.tag` | phpMyAdmin image tag (immutable tags are recommended) | `5.2.0-debian-11-r22` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `image.debug` | Enable phpmyadmin image debug mode | `false` | @@ -210,7 +210,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-r14` | +| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r24` | | `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `metrics.resources` | Metrics exporter resource requests and limits | `{}` | diff --git a/bitnami/phpmyadmin/values.yaml b/bitnami/phpmyadmin/values.yaml index 75c8b39ea..ac9bfbfed 100644 --- a/bitnami/phpmyadmin/values.yaml +++ b/bitnami/phpmyadmin/values.yaml @@ -52,7 +52,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/phpmyadmin - tag: 5.2.0-debian-11-r14 + tag: 5.2.0-debian-11-r22 ## Specify a imagePullPolicy ## pullPolicy: IfNotPresent @@ -555,7 +555,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.11.0-debian-11-r14 + tag: 0.11.0-debian-11-r24 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.