diff --git a/charts/ingress-nginx/Chart.yaml b/charts/ingress-nginx/Chart.yaml index 10b309845..5e2d245ec 100644 --- a/charts/ingress-nginx/Chart.yaml +++ b/charts/ingress-nginx/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: ingress-nginx -version: 2.9.1 +version: 2.10.0 appVersion: 0.33.0 home: https://github.com/kubernetes/ingress-nginx description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml index 3367e2b92..917b25a6b 100644 --- a/charts/ingress-nginx/values.yaml +++ b/charts/ingress-nginx/values.yaml @@ -382,7 +382,7 @@ controller: enabled: true image: repository: docker.io/jettech/kube-webhook-certgen - tag: v1.2.0 + tag: v1.2.2 pullPolicy: IfNotPresent ## Provide a priority class name to the webhook patching job ##