From f06755018e883718cb5d4bc319ec961eb42bfb7e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 19 Sep 2023 18:24:20 +0200 Subject: [PATCH] [bitnami/phpmyadmin] Release 12.1.2 (#19401) * [bitnami/phpmyadmin] Release 12.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 | 8 +++---- bitnami/phpmyadmin/Chart.yaml | 40 +++++++++++++++++----------------- bitnami/phpmyadmin/README.md | 32 +++++++++++++-------------- bitnami/phpmyadmin/values.yaml | 4 ++-- 4 files changed, 42 insertions(+), 42 deletions(-) diff --git a/bitnami/phpmyadmin/Chart.lock b/bitnami/phpmyadmin/Chart.lock index 502f1d79c7..d7d822a77c 100644 --- a/bitnami/phpmyadmin/Chart.lock +++ b/bitnami/phpmyadmin/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: oci://registry-1.docker.io/bitnamicharts - version: 13.1.2 + version: 13.1.3 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.10.0 -digest: sha256:281bed2c159e39d09d9896ce09cd754b3b8e89c9dd3b002761d673ec9354fa0a -generated: "2023-09-05T11:35:32.124016+02:00" + version: 2.11.1 +digest: sha256:adaf86def4e5f75c0fbdf9a0b344c8854ed2378c9f96053344e7b6b671ce86fb +generated: "2023-09-19T16:06:02.467173142Z" diff --git a/bitnami/phpmyadmin/Chart.yaml b/bitnami/phpmyadmin/Chart.yaml index 7566a38574..47feb9c164 100644 --- a/bitnami/phpmyadmin/Chart.yaml +++ b/bitnami/phpmyadmin/Chart.yaml @@ -6,34 +6,34 @@ annotations: licenses: Apache-2.0 images: | - name: apache-exporter - image: docker.io/bitnami/apache-exporter:1.0.1-debian-11-r21 + image: docker.io/bitnami/apache-exporter:1.0.1-debian-11-r50 - name: phpmyadmin - image: docker.io/bitnami/phpmyadmin:5.2.1-debian-11-r78 + image: docker.io/bitnami/phpmyadmin:5.2.1-debian-11-r103 apiVersion: v2 appVersion: 5.2.1 dependencies: - - condition: db.bundleTestDB - name: mariadb - repository: oci://registry-1.docker.io/bitnamicharts - tags: - - phpmyadmin-database - version: 13.x.x - - name: common - repository: oci://registry-1.docker.io/bitnamicharts - tags: - - bitnami-common - version: 2.x.x +- condition: db.bundleTestDB + name: mariadb + repository: oci://registry-1.docker.io/bitnamicharts + tags: + - phpmyadmin-database + version: 13.x.x +- name: common + repository: oci://registry-1.docker.io/bitnamicharts + tags: + - bitnami-common + version: 2.x.x description: phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. home: https://bitnami.com icon: https://bitnami.com/assets/stacks/phpmyadmin/img/phpmyadmin-stack-220x234.png keywords: - - mariadb - - mysql - - phpmyadmin +- mariadb +- mysql +- phpmyadmin maintainers: - - name: VMware, Inc. - url: https://github.com/bitnami/charts +- name: VMware, Inc. + url: https://github.com/bitnami/charts name: phpmyadmin sources: - - https://github.com/bitnami/charts/tree/main/bitnami/phpmyadmin -version: 12.1.1 +- https://github.com/bitnami/charts/tree/main/bitnami/phpmyadmin +version: 12.1.2 diff --git a/bitnami/phpmyadmin/README.md b/bitnami/phpmyadmin/README.md index 7bf23f6701..e048af5a2b 100644 --- a/bitnami/phpmyadmin/README.md +++ b/bitnami/phpmyadmin/README.md @@ -74,21 +74,21 @@ The command removes all the Kubernetes components associated with the chart and ### phpMyAdmin parameters -| Name | Description | Value | -| -------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------- | -| `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-r78` | -| `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 | `[]` | -| `image.debug` | Enable phpmyadmin image debug mode | `false` | -| `command` | Override default container command (useful when using custom images) | `[]` | -| `args` | Override default container args (useful when using custom images) | `[]` | -| `lifecycleHooks` | for the phpmyadmin container(s) to automate configuration before or after startup | `{}` | -| `extraEnvVars` | Extra environment variables to be set on PhpMyAdmin container | `[]` | -| `extraEnvVarsCM` | Name of a existing ConfigMap containing extra env vars | `""` | -| `extraEnvVarsSecret` | Name of a existing Secret containing extra env vars | `""` | +| Name | Description | Value | +| -------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------- | +| `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-r103` | +| `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 | `[]` | +| `image.debug` | Enable phpmyadmin image debug mode | `false` | +| `command` | Override default container command (useful when using custom images) | `[]` | +| `args` | Override default container args (useful when using custom images) | `[]` | +| `lifecycleHooks` | for the phpmyadmin container(s) to automate configuration before or after startup | `{}` | +| `extraEnvVars` | Extra environment variables to be set on PhpMyAdmin container | `[]` | +| `extraEnvVarsCM` | Name of a existing ConfigMap containing extra env vars | `""` | +| `extraEnvVarsSecret` | Name of a existing Secret containing extra env vars | `""` | ### phpMyAdmin deployment parameters @@ -215,7 +215,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) | `1.0.1-debian-11-r21` | +| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `1.0.1-debian-11-r50` | | `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 07f54b10c1..85d89daf1f 100644 --- a/bitnami/phpmyadmin/values.yaml +++ b/bitnami/phpmyadmin/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/phpmyadmin - tag: 5.2.1-debian-11-r78 + tag: 5.2.1-debian-11-r103 digest: "" ## Specify a imagePullPolicy ## @@ -582,7 +582,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 1.0.1-debian-11-r21 + tag: 1.0.1-debian-11-r50 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.