diff --git a/charts/unifi/Chart.yaml b/charts/unifi/Chart.yaml index 9c288992..94affea0 100644 --- a/charts/unifi/Chart.yaml +++ b/charts/unifi/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 5.10.19 description: Ubiquiti Network's Unifi Controller name: unifi -version: 0.4.0 +version: 0.4.1 keywords: - ubiquiti - unifi diff --git a/charts/unifi/templates/pvc.yaml b/charts/unifi/templates/pvc.yaml index 5ad2ff76..041ca563 100644 --- a/charts/unifi/templates/pvc.yaml +++ b/charts/unifi/templates/pvc.yaml @@ -4,10 +4,10 @@ apiVersion: v1 metadata: name: {{ template "unifi.fullname" . }} labels: - app: {{ template "unifi.fullname" . }} - chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" - release: "{{ .Release.Name }}" - heritage: "{{ .Release.Service }}" + app.kubernetes.io/name: {{ include "unifi.name" . }} + helm.sh/chart: {{ include "unifi.chart" . }} + app.kubernetes.io/instance: {{ .Release.Name }} + app.kubernetes.io/managed-by: {{ .Release.Service }} spec: accessModes: - {{ .Values.persistence.accessMode | quote }}