From edf8390db359bc9232ce3872f976425f6bf3e46f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Thu, 30 May 2019 17:32:54 +0200 Subject: [PATCH] Remove apache and/or php volume (#14318) Signed-off-by: Carlos Rodriguez Hernandez --- stable/mediawiki/Chart.yaml | 2 +- stable/mediawiki/README.md | 2 +- stable/mediawiki/templates/deployment.yaml | 3 --- stable/mediawiki/values.yaml | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/stable/mediawiki/Chart.yaml b/stable/mediawiki/Chart.yaml index 8a40806f14..5155fd9798 100644 --- a/stable/mediawiki/Chart.yaml +++ b/stable/mediawiki/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mediawiki -version: 6.2.3 +version: 6.3.0 appVersion: 1.32.1 description: Extremely powerful, scalable software and a feature-rich wiki implementation that uses PHP to process and display data stored in a database. home: http://www.mediawiki.org/ diff --git a/stable/mediawiki/README.md b/stable/mediawiki/README.md index 590a8e429a..cf05bc9eb5 100644 --- a/stable/mediawiki/README.md +++ b/stable/mediawiki/README.md @@ -148,7 +148,7 @@ Bitnami will release a new chart updating its containers if a new version of the ## Persistence -The [Bitnami MediaWiki](https://github.com/bitnami/bitnami-docker-mediawiki) image stores the MediaWiki data and configurations at the `/bitnami/mediawiki` and `/bitnami/apache` paths of the container. +The [Bitnami MediaWiki](https://github.com/bitnami/bitnami-docker-mediawiki) image stores the MediaWiki data and configurations at the `/bitnami/mediawiki` path of the container. Persistent Volume Claims are used to keep the data across deployments. This is known to work in GCE, AWS, and minikube. See the [Configuration](#configuration) section to configure the PVC or to disable persistence. diff --git a/stable/mediawiki/templates/deployment.yaml b/stable/mediawiki/templates/deployment.yaml index 25cd107d36..4a63e2a2fd 100644 --- a/stable/mediawiki/templates/deployment.yaml +++ b/stable/mediawiki/templates/deployment.yaml @@ -140,9 +140,6 @@ spec: resources: {{ toYaml .Values.resources | indent 10 }} volumeMounts: - - mountPath: /bitnami/apache - name: mediawiki-data - subPath: apache - mountPath: /bitnami/mediawiki name: mediawiki-data subPath: mediawiki diff --git a/stable/mediawiki/values.yaml b/stable/mediawiki/values.yaml index 01dfd587dd..740f90d276 100644 --- a/stable/mediawiki/values.yaml +++ b/stable/mediawiki/values.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/mediawiki - tag: 1.32.1-debian-9-r17 + tag: 1.32.1-debian-9-r20 ## 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