diff --git a/georchestra-backup-ldap/Chart.yaml b/georchestra-backup-ldap/Chart.yaml index f56ad79..3627088 100644 --- a/georchestra-backup-ldap/Chart.yaml +++ b/georchestra-backup-ldap/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/georchestra-backup-ldap/templates/pvc.yaml b/georchestra-backup-ldap/templates/pvc.yaml index 34e8008..415707d 100644 --- a/georchestra-backup-ldap/templates/pvc.yaml +++ b/georchestra-backup-ldap/templates/pvc.yaml @@ -11,10 +11,6 @@ spec: {{- range .Values.persistence.accessModes }} - {{ . | quote }} {{- end }} - storageClassName: "" - selector: - matchLabels: - {{- include "georchestra-backup-ldap.selectorLabels" . | nindent 6 }} resources: requests: storage: {{ .Values.persistence.size }}