[bitnami/joomla] Release 13.3.12 (#13943)

* [bitnami/joomla] Release 13.3.12 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-12-13 17:26:21 +00:00
committed by GitHub
parent b37fc18c9d
commit ca17b57eb3
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.4.0
version: 11.4.1
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.1
digest: sha256:dde669c428630bc24f807f8cb92d8f24387246afd88c591a9450d92887b880c4
generated: "2022-12-06T21:03:26.960640692Z"
version: 2.2.2
digest: sha256:8a9b3916769d4e36a481ff95ab97b3f3e79c7684dd380034cd18191f7dc6c27d
generated: "2022-12-13T16:11:49.690305209Z"
+2 -2
View File
@@ -1,7 +1,7 @@
annotations:
category: CMS
apiVersion: v2
appVersion: 4.2.5
appVersion: 4.2.6
dependencies:
- condition: mariadb.enabled
name: mariadb
@@ -29,4 +29,4 @@ name: joomla
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/joomla
- https://www.joomla.org/
version: 13.3.11
version: 13.3.12
+2 -2
View File
@@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and
| --------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------- |
| `image.registry` | Joomla! image registry | `docker.io` |
| `image.repository` | Joomla! Image name | `bitnami/joomla` |
| `image.tag` | Joomla! Image tag | `4.2.5-debian-11-r9` |
| `image.tag` | Joomla! Image tag | `4.2.6-debian-11-r0` |
| `image.digest` | Joomla! image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Joomla! image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -225,7 +225,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 name | `bitnami/apache-exporter` |
| `metrics.image.tag` | Apache exporter image tag | `0.11.0-debian-11-r69` |
| `metrics.image.tag` | Apache exporter image tag | `0.11.0-debian-11-r71` |
| `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
@@ -58,7 +58,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/joomla
tag: 4.2.5-debian-11-r9
tag: 4.2.6-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -618,7 +618,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.11.0-debian-11-r69
tag: 0.11.0-debian-11-r71
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.