From bd3025d96db310f5936d0ee9ed3973256fa46e2f Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Sun, 31 May 2020 15:31:44 +0000 Subject: [PATCH] [bitnami/dokuwiki] Release 6.0.18 updating components versions Signed-off-by: Bitnami Containers --- bitnami/dokuwiki/Chart.yaml | 2 +- bitnami/dokuwiki/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/dokuwiki/Chart.yaml b/bitnami/dokuwiki/Chart.yaml index 198551060..339303343 100644 --- a/bitnami/dokuwiki/Chart.yaml +++ b/bitnami/dokuwiki/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: dokuwiki -version: 6.0.17 +version: 6.0.18 appVersion: 0.20180422.202005011246 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/bitnami/dokuwiki/values.yaml b/bitnami/dokuwiki/values.yaml index 2e09d1ac1..e96b8d485 100644 --- a/bitnami/dokuwiki/values.yaml +++ b/bitnami/dokuwiki/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/dokuwiki - tag: 0.20180422.202005011246-debian-10-r0 + tag: 0.20180422.202005011246-debian-10-r28 ## 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.8.0-debian-10-r30 + tag: 0.8.0-debian-10-r59 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.