Skip to content

Commit a667543

Browse files
authored
Update Helm Chart apiVersion to v2 (#3083)
We only support helm 3 so it's safe to update to v2
1 parent 8c4d8e9 commit a667543

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deployments/helm-chart/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
apiVersion: v2
12
name: nginx-ingress
23
version: 0.14.1
34
appVersion: 2.3.1
4-
apiVersion: v1
55
kubeVersion: ">= 1.19.0-0"
6+
type: application
67
description: NGINX Ingress Controller
78
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v2.3.1/deployments/helm-chart/chart-icon.png
89
home: https://github.com/nginxinc/kubernetes-ingress

0 commit comments

Comments
 (0)