mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
parent
1c83fd2599
commit
5732b79d0e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user