Fix helm chart admissionReviewVersions regression

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-09-16 10:00:58 -03:00
parent 579af219bf
commit 370bc45ef6
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
apiVersion: v1
name: ingress-nginx
version: 3.0.0
version: 3.1.0
appVersion: 0.35.0
home: https://github.com/kubernetes/ingress-nginx
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer

View file

@ -24,7 +24,7 @@ webhooks:
failurePolicy: Fail
sideEffects: None
admissionReviewVersions:
- v1
- v1beta1
clientConfig:
service:
namespace: {{ .Release.Namespace }}