From dc6954083acb07fa0cc8dfa064ccc171452bfe97 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 7 Nov 2019 09:52:42 +0100 Subject: [PATCH] [stable/dokuwiki] Release 5.2.12 updating components versions (#18661) Signed-off-by: Bitnami Containers --- stable/dokuwiki/Chart.yaml | 2 +- stable/dokuwiki/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/dokuwiki/Chart.yaml b/stable/dokuwiki/Chart.yaml index b6f9c3e9cb..7b790f560e 100644 --- a/stable/dokuwiki/Chart.yaml +++ b/stable/dokuwiki/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: dokuwiki -version: 5.2.11 +version: 5.2.12 appVersion: 0.20180422.201901061035 description: DokuWiki is a standards-compliant, simple to use wiki optimized for creating documentation. It is targeted at developer teams, workgroups, and small companies. diff --git a/stable/dokuwiki/values.yaml b/stable/dokuwiki/values.yaml index ec7a2cc6a7..0fda5df976 100644 --- a/stable/dokuwiki/values.yaml +++ b/stable/dokuwiki/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/dokuwiki - tag: 0.20180422.201901061035-debian-9-r244 + tag: 0.20180422.201901061035-debian-9-r258 ## 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 @@ -193,7 +193,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r79 + tag: 0.7.0-debian-9-r95 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.