Skip to content

Commit 4632497

Browse files
committed
Update helm chart
1 parent f7f3815 commit 4632497

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

charts/ingress-nginx/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: ingress-nginx
3-
version: 3.3.1
4-
appVersion: 0.40.0
3+
version: 3.4.0
4+
appVersion: 0.40.1
55
home: https://github.com/kubernetes/ingress-nginx
66
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
77
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png

charts/ingress-nginx/templates/admission-webhooks/validating-webhook.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ webhooks:
2525
sideEffects: None
2626
admissionReviewVersions:
2727
- v1
28+
- v1beta1
2829
clientConfig:
2930
service:
3031
namespace: {{ .Release.Namespace }}

charts/ingress-nginx/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
controller:
55
image:
66
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
99
pullPolicy: IfNotPresent
1010
# www-data -> uid 101
1111
runAsUser: 101

0 commit comments

Comments
 (0)