From 390526b17c71d8ec739350bfbdd74ff288d1f339 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 2 Sep 2019 23:25:42 +0200 Subject: [PATCH] [stable/dokuwiki] Release 5.2.3 updating components versions (#16758) 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 528a8275c3..f700a9b303 100644 --- a/stable/dokuwiki/Chart.yaml +++ b/stable/dokuwiki/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: dokuwiki -version: 5.2.2 +version: 5.2.3 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 2cac30808e..3ef6c2503d 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-r186 + tag: 0.20180422.201901061035-debian-9-r207 ## 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-r22 + tag: 0.7.0-debian-9-r43 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.