fixing label-name migration and bumping image version (#12689)

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek
2019-03-31 13:02:32 -07:00
committed by Kubernetes Prow Robot
parent 50768998cd
commit a433fe15e5
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 0.89.1
appVersion: 0.90.2
description: Home Assistant
name: home-assistant
version: 0.6.1
version: 0.6.2
keywords:
- home-assistant
- hass
@@ -13,13 +13,13 @@ spec:
type: {{ .Values.strategyType }}
selector:
matchLabels:
app: {{ template "home-assistant.name" . }}
release: {{ .Release.Name }}
app.kubernetes.io/name: {{ include "home-assistant.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
template:
metadata:
labels:
app: {{ template "home-assistant.name" . }}
release: {{ .Release.Name }}
app.kubernetes.io/name: {{ include "home-assistant.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
spec:
{{- with .Values.image.pullSecrets }}
imagePullSecrets:
+4 -4
View File
@@ -5,10 +5,10 @@ apiVersion: v1
metadata:
name: {{ template "home-assistant.fullname" . }}
labels:
app: {{ template "home-assistant.fullname" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
app.kubernetes.io/name: {{ include "home-assistant.name" . }}
helm.sh/chart: {{ include "home-assistant.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
spec:
accessModes:
- {{ .Values.persistence.accessMode | quote }}
+1 -1
View File
@@ -4,7 +4,7 @@
image:
repository: homeassistant/home-assistant
tag: 0.89.1
tag: 0.90.2
pullPolicy: IfNotPresent
pullSecrets: []