diff --git a/stable/phpmyadmin/Chart.yaml b/stable/phpmyadmin/Chart.yaml index ea72896f3c..f8ed10b23c 100644 --- a/stable/phpmyadmin/Chart.yaml +++ b/stable/phpmyadmin/Chart.yaml @@ -1,5 +1,5 @@ name: phpmyadmin -version: 0.1.8 +version: 0.1.9 appVersion: 4.8.2 description: phpMyAdmin is an mysql administration frontend keywords: diff --git a/stable/phpmyadmin/templates/deployment.yaml b/stable/phpmyadmin/templates/deployment.yaml index 8bb9c7013a..793bbace9c 100644 --- a/stable/phpmyadmin/templates/deployment.yaml +++ b/stable/phpmyadmin/templates/deployment.yaml @@ -12,11 +12,13 @@ spec: selector: matchLabels: app: {{ template "phpmyadmin.name" . }} + chart: {{ template "phpmyadmin.chart" . }} release: {{ .Release.Name }} template: metadata: labels: app: {{ template "phpmyadmin.name" . }} + chart: {{ template "phpmyadmin.chart" . }} release: {{ .Release.Name }} spec: {{- if .Values.image.pullSecrets }}