[bitnami/joomla] Release 13.3.14 (#14710)

* [bitnami/joomla] Release 13.3.14 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-02-01 19:11:04 +01:00
committed by GitHub
parent b69f18b51f
commit 9466a67f3a
4 changed files with 10 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
dependencies: dependencies:
- name: mariadb - name: mariadb
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 11.4.2 version: 11.4.5
- name: common - name: common
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 2.2.2 version: 2.2.2
digest: sha256:be73e3fe8465233cf430fa16a627c39b8e0af31b76c625639c18f1aa34351a5f digest: sha256:cd3f00fc5c2b54badeb924ac4790a94b9658d2abc28d7fd6d22b8bd5f1241876
generated: "2023-01-09T19:39:41.400390725Z" generated: "2023-02-01T17:24:11.448092539Z"

View File

@@ -2,7 +2,7 @@ annotations:
category: CMS category: CMS
licenses: Apache-2.0 licenses: Apache-2.0
apiVersion: v2 apiVersion: v2
appVersion: 4.2.6 appVersion: 4.2.7
dependencies: dependencies:
- condition: mariadb.enabled - condition: mariadb.enabled
name: mariadb name: mariadb
@@ -29,4 +29,4 @@ name: joomla
sources: sources:
- https://github.com/bitnami/containers/tree/main/bitnami/joomla - https://github.com/bitnami/containers/tree/main/bitnami/joomla
- https://www.joomla.org/ - https://www.joomla.org/
version: 13.3.13 version: 13.3.14

View File

@@ -7,7 +7,7 @@ Joomla! is an award winning open source CMS platform for building websites and a
[Overview of Joomla!](http://www.joomla.org/) [Overview of Joomla!](http://www.joomla.org/)
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. 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 ## TL;DR
```console ```console
@@ -83,7 +83,7 @@ The command removes all the Kubernetes components associated with the chart and
| --------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------- | | --------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------- |
| `image.registry` | Joomla! image registry | `docker.io` | | `image.registry` | Joomla! image registry | `docker.io` |
| `image.repository` | Joomla! Image name | `bitnami/joomla` | | `image.repository` | Joomla! Image name | `bitnami/joomla` |
| `image.tag` | Joomla! Image tag | `4.2.6-debian-11-r9` | | `image.tag` | Joomla! Image tag | `4.2.7-debian-11-r0` |
| `image.digest` | Joomla! image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `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.pullPolicy` | Joomla! image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -226,7 +226,7 @@ The command removes all the Kubernetes components associated with the chart and
| `metrics.enabled` | Start a side-car prometheus exporter | `false` | | `metrics.enabled` | Start a side-car prometheus exporter | `false` |
| `metrics.image.registry` | Apache exporter image registry | `docker.io` | | `metrics.image.registry` | Apache exporter image registry | `docker.io` |
| `metrics.image.repository` | Apache exporter image name | `bitnami/apache-exporter` | | `metrics.image.repository` | Apache exporter image name | `bitnami/apache-exporter` |
| `metrics.image.tag` | Apache exporter image tag | `0.11.0-debian-11-r80` | | `metrics.image.tag` | Apache exporter image tag | `0.11.0-debian-11-r88` |
| `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `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.pullPolicy` | Image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |

View File

@@ -58,7 +58,7 @@ extraDeploy: []
image: image:
registry: docker.io registry: docker.io
repository: bitnami/joomla repository: bitnami/joomla
tag: 4.2.6-debian-11-r9 tag: 4.2.7-debian-11-r0
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -618,7 +618,7 @@ metrics:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/apache-exporter repository: bitnami/apache-exporter
tag: 0.11.0-debian-11-r80 tag: 0.11.0-debian-11-r88
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.