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 }}