Skip to content

Commit 8fc2bfe

Browse files
committed
Update to 0.40.2 in helm chart
1 parent 528d214 commit 8fc2bfe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-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.4.0
4-
appVersion: 0.40.1
3+
version: 3.4.1
4+
appVersion: 0.40.2
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/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.1"
8-
digest: sha256:abffcf2d25e3e7c7b67a315a7c664ec79a1588c9c945d3c7a75637c2f55caec6
7+
tag: "v0.40.2"
8+
digest: sha256:46ba23c3fbaafd9e5bd01ea85b2f921d9f2217be082580edc22e6c704a83f02f
99
pullPolicy: IfNotPresent
1010
# www-data -> uid 101
1111
runAsUser: 101

0 commit comments

Comments
 (0)