[bitnami/phpmyadmin] Release 10.3.8 (#13923)

* [bitnami/phpmyadmin] Release 10.3.8 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-12-12 14:12:27 +01:00
committed by GitHub
parent 439ee4df91
commit 2464f23fa8
4 changed files with 9 additions and 9 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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 | `[]` |

View File

@@ -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.