[bitnami/phpmyadmin] Release 10.3.6 (#13496)

* [bitnami/phpmyadmin] Release 10.3.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
2022-11-12 08:18:39 +00:00
committed by GitHub
parent 698aadfa19
commit 9361b74afa
4 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -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"
+1 -1
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.5
version: 10.3.6
+3 -3
View File
@@ -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 | `[]` |
+2 -2
View File
@@ -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.