[stable/phpmyadmin] Add chart and release labels in pods (#6897)

This commit is contained in:
Javier J. Salmerón-García
2018-07-30 08:55:56 -07:00
committed by k8s-ci-robot
parent 92f9855523
commit c8422d79ae
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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:
@@ -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 }}