From c8422d79ae66f8d561f9996bfed9846879ba46f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Mon, 30 Jul 2018 17:55:56 +0200 Subject: [PATCH] [stable/phpmyadmin] Add chart and release labels in pods (#6897) --- stable/phpmyadmin/Chart.yaml | 2 +- stable/phpmyadmin/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 }}