Skip to content

Commit 38ff232

Browse files
author
Bitnami Bot
authored
[bitnami/phpmyadmin] Release 10.3.9 (bitnami#14276)
* [bitnami/phpmyadmin] Release 10.3.9 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>
1 parent d929d06 commit 38ff232

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

bitnami/phpmyadmin/Chart.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: mariadb
33
repository: https://charts.bitnami.com/bitnami
4-
version: 11.4.1
4+
version: 11.4.2
55
- name: common
66
repository: https://charts.bitnami.com/bitnami
7-
version: 2.2.1
8-
digest: sha256:e4ed0a3d972bcdc8231c92e05b17c17a19fa0c6132044f12b453e823943b3d95
9-
generated: "2022-12-09T23:05:44.871100335Z"
7+
version: 2.2.2
8+
digest: sha256:98b33ae6b60c0bc877ef40a7358fcae7f2490544a33342e5971571c510e6e45c
9+
generated: "2023-01-09T03:30:41.015910401Z"

bitnami/phpmyadmin/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ name: phpmyadmin
2929
sources:
3030
- https://github.com/bitnami/containers/tree/main/bitnami/phpmyadmin
3131
- https://www.phpmyadmin.net/
32-
version: 10.3.8
32+
version: 10.3.9

bitnami/phpmyadmin/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The command removes all the Kubernetes components associated with the chart and
7979
| -------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------- |
8080
| `image.registry` | phpMyAdmin image registry | `docker.io` |
8181
| `image.repository` | phpMyAdmin image repository | `bitnami/phpmyadmin` |
82-
| `image.tag` | phpMyAdmin image tag (immutable tags are recommended) | `5.2.0-debian-11-r67` |
82+
| `image.tag` | phpMyAdmin image tag (immutable tags are recommended) | `5.2.0-debian-11-r77` |
8383
| `image.digest` | phpMyAdmin image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
8484
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
8585
| `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
211211
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
212212
| `metrics.image.registry` | Apache exporter image registry | `docker.io` |
213213
| `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` |
214-
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r70` |
214+
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r80` |
215215
| `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
216216
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
217217
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |

bitnami/phpmyadmin/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ extraDeploy: []
5353
image:
5454
registry: docker.io
5555
repository: bitnami/phpmyadmin
56-
tag: 5.2.0-debian-11-r67
56+
tag: 5.2.0-debian-11-r77
5757
digest: ""
5858
## Specify a imagePullPolicy
5959
##
@@ -558,7 +558,7 @@ metrics:
558558
image:
559559
registry: docker.io
560560
repository: bitnami/apache-exporter
561-
tag: 0.11.0-debian-11-r70
561+
tag: 0.11.0-debian-11-r80
562562
digest: ""
563563
pullPolicy: IfNotPresent
564564
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)