From cf5557c7ebb438bae87b4446e2bc73f86abf5e90 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 12 Aug 2019 12:49:13 +0200 Subject: [PATCH] [stable/dokuwiki] Release 5.1.2 updating components versions (#16240) 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 45f1ad0fe2..6a0c4d6b9b 100644 --- a/stable/dokuwiki/Chart.yaml +++ b/stable/dokuwiki/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: dokuwiki -version: 5.1.1 +version: 5.1.2 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 c35e838aa5..c6b5e17485 100644 --- a/stable/dokuwiki/values.yaml +++ b/stable/dokuwiki/values.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/dokuwiki - tag: 0.20180422.201901061035-debian-9-r126 + tag: 0.20180422.201901061035-debian-9-r186 ## 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 @@ -192,7 +192,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r1 + tag: 0.7.0-debian-9-r22 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.