Skip to content

Commit

Permalink
Release chart 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Nov 12, 2020
1 parent d8a9355 commit 96fba47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/ingress-nginx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: ingress-nginx
version: 3.10.0
appVersion: 0.41.1
version: 3.10.1
appVersion: 0.41.2
home: https://github.com/kubernetes/ingress-nginx
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
Expand All @@ -16,4 +16,4 @@ engine: gotpl
kubeVersion: ">=1.16.0-0"
annotations:
artifacthub.io/changes: |
- Fix routing regression introduced in 0.41.0 with PathType Exact
- Update ingress-nginx image to v0.41.2
4 changes: 2 additions & 2 deletions charts/ingress-nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
controller:
image:
repository: k8s.gcr.io/ingress-nginx/controller
tag: "v0.41.1"
digest: sha256:595f5c08aaa2bdfd1afdfb2e0f1a668bc85d96f80c097ddb3d4241f0c9122549
tag: "v0.41.2"
digest: sha256:1f4f402b9c14f3ae92b11ada1dfe9893a88f0faeb0b2f4b903e2c67a0c3bf0de
pullPolicy: IfNotPresent
# www-data -> uid 101
runAsUser: 101
Expand Down

0 comments on commit 96fba47

Please sign in to comment.