We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa2b2c commit d347f61Copy full SHA for d347f61
charts/ingress-nginx/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v1
2
name: ingress-nginx
3
-version: 2.9.1
+version: 2.10.0
4
appVersion: 0.33.0
5
home: https://github.com/kubernetes/ingress-nginx
6
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
charts/ingress-nginx/values.yaml
@@ -382,7 +382,7 @@ controller:
382
enabled: true
383
image:
384
repository: docker.io/jettech/kube-webhook-certgen
385
- tag: v1.2.0
+ tag: v1.2.2
386
pullPolicy: IfNotPresent
387
## Provide a priority class name to the webhook patching job
388
##
0 commit comments