diff --git a/stable/joomla/Chart.yaml b/stable/joomla/Chart.yaml index 8c0f97d52b..51de7de416 100644 --- a/stable/joomla/Chart.yaml +++ b/stable/joomla/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: joomla -version: 6.1.6 -appVersion: 3.9.11 +version: 6.1.7 +appVersion: 3.9.12 description: PHP content management system (CMS) for publishing web content keywords: - joomla diff --git a/stable/joomla/values.yaml b/stable/joomla/values.yaml index 5f46a659bc..f241d2fc95 100644 --- a/stable/joomla/values.yaml +++ b/stable/joomla/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/joomla - tag: 3.9.11-debian-9-r25 + tag: 3.9.12-debian-9-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 @@ -97,7 +97,7 @@ mariadb: image: registry: docker.io repository: bitnami/mariadb - tag: 10.1.41-debian-9-r46 + tag: 10.1.41-debian-9-r62 ## Disable MariaDB replication replication: enabled: false @@ -278,7 +278,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r50 + tag: 0.7.0-debian-9-r65 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.