[bitnami/phpmyadmin] Release 10.4.6 (#15887)

* [bitnami/phpmyadmin] Release 10.4.6 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-04-01 16:13:15 +02:00
committed by GitHub
parent 88af46ef3c
commit 5797e83f0e
4 changed files with 8 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 11.5.4
version: 11.5.5
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.4
digest: sha256:cd7a41a84fdc18ef0405504b304a3f99c6931afed6d43145083faa748acd241f
generated: "2023-03-19T00:12:38.652025118Z"
digest: sha256:530ab3397c43a6d50dd4177017cabc1c20a684a75cd7498ecefdb36f17107840
generated: "2023-04-01T13:33:14.66513492Z"

View File

@@ -29,4 +29,4 @@ name: phpmyadmin
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/phpmyadmin
- https://www.phpmyadmin.net/
version: 10.4.5
version: 10.4.6

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-r12` |
| `image.tag` | phpMyAdmin image tag (immutable tags are recommended) | `5.2.1-debian-11-r15` |
| `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.0-debian-11-r8` |
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.13.1-debian-11-r1` |
| `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.1-debian-11-r12
tag: 5.2.1-debian-11-r15
digest: ""
## Specify a imagePullPolicy
##
@@ -579,7 +579,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.13.0-debian-11-r8
tag: 0.13.1-debian-11-r1
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.