diff --git a/charts/xwiki/Chart.yaml b/charts/xwiki/Chart.yaml index 24c194b..c74a1d1 100644 --- a/charts/xwiki/Chart.yaml +++ b/charts/xwiki/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility. XWiki is an enterprise wiki. It includes WYSIWYG editing, OpenDocument based document import/export, semantic annotations and tagging, and advanced permissions management. name: xwiki -version: 1.3.0-Beta.1 +version: 1.3.0-Beta.2 type: application keywords: - xwiki diff --git a/charts/xwiki/templates/xwiki.yaml b/charts/xwiki/templates/xwiki.yaml index ab0eb42..74774f1 100644 --- a/charts/xwiki/templates/xwiki.yaml +++ b/charts/xwiki/templates/xwiki.yaml @@ -218,8 +218,8 @@ spec: {{- end }} {{- include "common.storage.class" (dict "persistence" .Values.persistence "global" .Values.global) | nindent 8 }} {{- else }} - persistentVolumeClaim: - claimName: xwiki + persistentVolumeClaim: + claimName: xwiki --- apiVersion: v1 kind: PersistentVolumeClaim