From 379b2b177c3a06a34574d90d56f2a44ba5b47ac6 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Mon, 17 Jun 2019 12:10:34 -0400 Subject: [PATCH] Updating to the new Ingress group version 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 01b7fb43b..3e757b1c3 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -151,7 +151,7 @@ const defaultIgnore = `# Patterns to ignore when building packages. const defaultIngress = `{{- if .Values.ingress.enabled -}} {{- $fullName := include ".fullname" . -}} {{- $ingressPath := .Values.ingress.path -}} -apiVersion: extensions/v1beta1 +apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: {{ $fullName }}