Release chart 3.10.1
This commit is contained in:
parent
d8a93551e6
commit
96fba478fe
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
@ -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,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
|
||||
|
|
Loading…
Reference in a new issue