diff --git a/bitnami/dokuwiki/Chart.yaml b/bitnami/dokuwiki/Chart.yaml index 8f6b990f9..da6612ee5 100644 --- a/bitnami/dokuwiki/Chart.yaml +++ b/bitnami/dokuwiki/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: dokuwiki -version: 9.2.0 +version: 9.2.1 appVersion: 20200729.0.0 description: DokuWiki is a standards-compliant, simple to use wiki optimized for creating documentation. It is targeted at developer teams, workgroups, and small companies. All data is stored in plain text files, so no database is required. keywords: diff --git a/bitnami/dokuwiki/requirements.lock b/bitnami/dokuwiki/requirements.lock index 64912b7ad..1ebf0ce07 100644 --- a/bitnami/dokuwiki/requirements.lock +++ b/bitnami/dokuwiki/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 0.5.1 -digest: sha256:7b1a74e5b7b464c391c641564eafbb36be81a313573c84265376c5f2af542e4c -generated: "2020-08-13T14:18:04.591616184Z" + version: 0.6.2 +digest: sha256:f0418c48609cf84f6301bf0a66340d84ee66d24b8c29de42904ee92afddf4f33 +generated: "2020-09-08T19:33:10.057739583Z" diff --git a/bitnami/dokuwiki/values.yaml b/bitnami/dokuwiki/values.yaml index 77ef39abd..b1da1399e 100644 --- a/bitnami/dokuwiki/values.yaml +++ b/bitnami/dokuwiki/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/dokuwiki - tag: 20200729.0.0-debian-10-r2 + tag: 20200729.0.0-debian-10-r21 ## 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 @@ -315,7 +315,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r118 + tag: 0.8.0-debian-10-r141 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.