[bitnami/phpmyadmin] Release 11.1.7 (#18090)

* [bitnami/phpmyadmin] Release 11.1.7 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
2023-08-01 10:11:06 +02:00
committed by GitHub
parent f392229bf2
commit aafc974ece
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -31,4 +31,4 @@ maintainers:
name: phpmyadmin
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/phpmyadmin
version: 11.1.6
version: 11.1.7
+2 -2
View File
@@ -78,7 +78,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.1-debian-11-r57` |
| `image.tag` | phpMyAdmin image tag (immutable tags are recommended) | `5.2.1-debian-11-r60` |
| `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 | `[]` |
@@ -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) | `0.13.4-debian-11-r55` |
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.13.4-debian-11-r60` |
| `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 | `[]` |
+2 -2
View File
@@ -56,7 +56,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/phpmyadmin
tag: 5.2.1-debian-11-r57
tag: 5.2.1-debian-11-r60
digest: ""
## Specify a imagePullPolicy
##
@@ -582,7 +582,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.13.4-debian-11-r55
tag: 0.13.4-debian-11-r60
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.