chore(deps): update helm release home-assistant to v9

Signed-off-by: Auricom <auricom@users.noreply.github.com>
This commit is contained in:
Renovate Bot
2021-06-15 11:12:55 +00:00
committed by auricom
parent 6866395e67
commit 4447943fa7

View File

@@ -10,7 +10,7 @@ spec:
spec: spec:
# renovate: registryUrl=https://k8s-at-home.com/charts/ # renovate: registryUrl=https://k8s-at-home.com/charts/
chart: home-assistant chart: home-assistant
version: 8.3.1 version: 9.1.1
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: k8s-at-home-charts name: k8s-at-home-charts
@@ -33,29 +33,31 @@ spec:
hostNetwork: true hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet dnsPolicy: ClusterFirstWithHostNet
service: service:
annotations: main:
prometheus.io/probe: "true" annotations:
prometheus.io/protocol: http prometheus.io/probe: "true"
type: LoadBalancer prometheus.io/protocol: http
externalIPs: type: LoadBalancer
- ${CLUSTER_LB_HASS} externalIPs:
externalTrafficPolicy: Local - ${CLUSTER_LB_HASS}
externalTrafficPolicy: Local
ingress: ingress:
enabled: true main:
annotations: enabled: true
kubernetes.io/ingress.class: "nginx" annotations:
hosts: kubernetes.io/ingress.class: "nginx"
- host: hass.${SECRET_CLUSTER_DOMAIN} hosts:
paths: - host: hass.${SECRET_CLUSTER_DOMAIN}
- path: / paths:
pathType: Prefix - path: /
- host: home-assistant.${SECRET_CLUSTER_DOMAIN} pathType: Prefix
paths: - host: home-assistant.${SECRET_CLUSTER_DOMAIN}
- path: / paths:
pathType: Prefix - path: /
tls: pathType: Prefix
- hosts: tls:
- "home-assistant.${SECRET_CLUSTER_DOMAIN}" - hosts:
- "home-assistant.${SECRET_CLUSTER_DOMAIN}"
prometheus: prometheus:
serviceMonitor: serviceMonitor:
enabled: false enabled: false