Commit 4632497 1 parent f7f3815 commit 4632497 Copy full SHA for 4632497
File tree 3 files changed +5
-4
lines changed
templates/admission-webhooks
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : ingress-nginx
3
- version : 3.3.1
4
- appVersion : 0.40.0
3
+ version : 3.4.0
4
+ appVersion : 0.40.1
5
5
home : https://github.com/kubernetes/ingress-nginx
6
6
description : Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
7
7
icon : https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ webhooks:
25
25
sideEffects : None
26
26
admissionReviewVersions :
27
27
- v1
28
+ - v1beta1
28
29
clientConfig :
29
30
service :
30
31
namespace : {{ .Release.Namespace }}
Original file line number Diff line number Diff line change 4
4
controller :
5
5
image :
6
6
repository : k8s.gcr.io/ingress-nginx/controller
7
- tag : " v0.40.0 "
8
- digest : sha256:b954d8ff1466eb236162c644bd64e9027a212c82b484cbe47cc21da45fe8bc59
7
+ tag : " v0.40.1 "
8
+ digest : sha256:abffcf2d25e3e7c7b67a315a7c664ec79a1588c9c945d3c7a75637c2f55caec6
9
9
pullPolicy : IfNotPresent
10
10
# www-data -> uid 101
11
11
runAsUser : 101
You can’t perform that action at this time.
0 commit comments