From 8854f0db8ce41daa1f60da110613caf4e813458a Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Wed, 15 May 2019 10:42:48 +0200 Subject: [PATCH] add apiVersion (#13811) Signed-off-by: Carlos Panato --- stable/nginx-ingress/Chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/nginx-ingress/Chart.yaml b/stable/nginx-ingress/Chart.yaml index 8a725a5ab3..4acfb5103c 100644 --- a/stable/nginx-ingress/Chart.yaml +++ b/stable/nginx-ingress/Chart.yaml @@ -1,5 +1,6 @@ +apiVersion: v1 name: nginx-ingress -version: 1.6.0 +version: 1.6.1 appVersion: 0.24.1 home: https://github.com/kubernetes/ingress-nginx description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration.