From 20dd7aa7bb5d91a6b08094eb157eedc8d975875a Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 9 Sep 2019 13:34:24 +0200 Subject: [PATCH] [stable/dokuwiki] Release 5.2.5 updating components versions (#16973) 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 5155e018d6..247b1d9b0b 100644 --- a/stable/dokuwiki/Chart.yaml +++ b/stable/dokuwiki/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: dokuwiki -version: 5.2.4 +version: 5.2.5 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 831b3676d3..f9f435a436 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-r208 + tag: 0.20180422.201901061035-debian-9-r214 ## 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-r44 + tag: 0.7.0-debian-9-r50 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.