diff --git a/bitnami/joomla/Chart.yaml b/bitnami/joomla/Chart.yaml index 41e8f4afe..0020aaf41 100644 --- a/bitnami/joomla/Chart.yaml +++ b/bitnami/joomla/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: joomla -version: 8.1.1 -appVersion: 3.9.20 +version: 8.1.2 +appVersion: 3.9.21 description: PHP content management system (CMS) for publishing web content keywords: - joomla diff --git a/bitnami/joomla/requirements.lock b/bitnami/joomla/requirements.lock index a65e53ffd..b9fe2ebff 100644 --- a/bitnami/joomla/requirements.lock +++ b/bitnami/joomla/requirements.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 7.7.2 + version: 7.9.2 - name: common repository: https://charts.bitnami.com/bitnami - version: 0.5.1 -digest: sha256:d89ec9a674eb93b916841062aafecb1fde654137427b990a8c35d7aaed2a65ec -generated: "2020-08-13T14:19:31.822633264Z" + version: 0.6.0 +digest: sha256:8f05cdbf97594b7f75f07e04725e5f943dbfd44ff6cd3904808538b7ad8f0149 +generated: "2020-08-26T05:35:08.731285133Z" diff --git a/bitnami/joomla/values.yaml b/bitnami/joomla/values.yaml index f33846536..916418fe6 100644 --- a/bitnami/joomla/values.yaml +++ b/bitnami/joomla/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/joomla - tag: 3.9.20-debian-10-r18 + tag: 3.9.21-debian-10-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -409,7 +409,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r117 + tag: 0.8.0-debian-10-r128 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.