From a3d70da9ae978bdafbfb5be948c4b5da86f42fc6 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Mon, 17 Jun 2019 11:04:39 -0400 Subject: [PATCH] Updating to latest ingress API Signed-off-by: Matt Farina --- pkg/chartutil/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/chartutil/create.go b/pkg/chartutil/create.go index 6828ae902..6d2f90dbd 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -140,7 +140,7 @@ const defaultIgnore = `# Patterns to ignore when building packages. const defaultIngress = `{{- if .Values.ingress.enabled -}} {{- $fullName := include ".fullname" . -}} {{- $svcPort := .Values.service.port -}} -apiVersion: extensions/v1beta1 +apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: {{ $fullName }}