Commit 38ff232 Bitnami Bot
authored
1 parent d929d06 commit 38ff232 Copy full SHA for 38ff232
File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
dependencies:
2
2
- name: mariadb
3
3
repository: https://charts.bitnami.com/bitnami
4
- version: 11.4.1
4
+ version: 11.4.2
5
5
- name: common
6
6
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 "
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ name: phpmyadmin
29
29
sources :
30
30
- https://github.com/bitnami/containers/tree/main/bitnami/phpmyadmin
31
31
- https://www.phpmyadmin.net/
32
- version : 10.3.8
32
+ version : 10.3.9
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ The command removes all the Kubernetes components associated with the chart and
79
79
| -------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------- |
80
80
| ` image.registry ` | phpMyAdmin image registry | ` docker.io ` |
81
81
| ` 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 ` |
83
83
| ` image.digest ` | phpMyAdmin image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
84
84
| ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
85
85
| ` 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
211
211
| ` metrics.enabled ` | Start a side-car prometheus exporter | ` false ` |
212
212
| ` metrics.image.registry ` | Apache exporter image registry | ` docker.io ` |
213
213
| ` 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 ` |
215
215
| ` metrics.image.digest ` | Apache exporter image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
216
216
| ` metrics.image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
217
217
| ` metrics.image.pullSecrets ` | Specify docker-registry secret names as an array | ` [] ` |
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ extraDeploy: []
53
53
image :
54
54
registry : docker.io
55
55
repository : bitnami/phpmyadmin
56
- tag : 5.2.0-debian-11-r67
56
+ tag : 5.2.0-debian-11-r77
57
57
digest : " "
58
58
# # Specify a imagePullPolicy
59
59
# #
@@ -558,7 +558,7 @@ metrics:
558
558
image :
559
559
registry : docker.io
560
560
repository : bitnami/apache-exporter
561
- tag : 0.11.0-debian-11-r70
561
+ tag : 0.11.0-debian-11-r80
562
562
digest : " "
563
563
pullPolicy : IfNotPresent
564
564
# # Optionally specify an array of imagePullSecrets.
You can’t perform that action at this time.
0 commit comments