configurator-ingress was trying to use api v1 instead of v1beta1 (#12654)

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek
2019-03-30 08:59:08 -07:00
committed by Kubernetes Prow Robot
parent 1c83fd2599
commit 5732b79d0e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 0.89.1
description: Home Assistant
name: home-assistant
version: 0.6.0
version: 0.6.1
keywords:
- home-assistant
- hass
@@ -2,7 +2,7 @@
{{- $fullName := include "home-assistant.fullname" . -}}
{{- $servicePort := .Values.configurator.service.port -}}
{{- $ingressPath := .Values.configurator.ingress.path -}}
apiVersion: extensions/v1
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: {{ $fullName }}-configurator