From 9361b74afa7c9f2f8ff29d66aae3ee6ca068d2ea Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 12 Nov 2022 09:18:39 +0100 Subject: [PATCH] [bitnami/phpmyadmin] Release 10.3.6 (#13496) * [bitnami/phpmyadmin] Release 10.3.6 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 | 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 c852a7f70..a67783e1f 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.3 + version: 11.3.5 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.0.3 -digest: sha256:156d811a37473ad4fea42d68fd1e299c76af7a3a0c19d6b073124c3e8317d03b -generated: "2022-10-10T01:10:43.55082616Z" + version: 2.1.2 +digest: sha256:f31b835965c6be5b233fa8d4e5b48ab10f28325bb26cc92008af84028abd1563 +generated: "2022-11-12T07:06:50.897495105Z" diff --git a/bitnami/phpmyadmin/Chart.yaml b/bitnami/phpmyadmin/Chart.yaml index aa1448a87..4ecbfeb25 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.5 +version: 10.3.6 diff --git a/bitnami/phpmyadmin/README.md b/bitnami/phpmyadmin/README.md index d7b81e8a1..eccb619aa 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-r47` | +| `image.tag` | phpMyAdmin image tag (immutable tags are recommended) | `5.2.0-debian-11-r58` | | `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-r50` | +| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r61` | | `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 d9f98eca2..4e6991307 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-r47 + tag: 5.2.0-debian-11-r58 digest: "" ## Specify a imagePullPolicy ## @@ -558,7 +558,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.11.0-debian-11-r50 + tag: 0.11.0-debian-11-r61 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.