From 96fba478fe1801ad1cf5df1491f8dc1ce0993659 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Thu, 12 Nov 2020 17:18:51 -0300 Subject: [PATCH] Release chart 3.10.1 --- charts/ingress-nginx/Chart.yaml | 6 +++--- charts/ingress-nginx/values.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/ingress-nginx/Chart.yaml b/charts/ingress-nginx/Chart.yaml index 751c2cff0ac..eca4f95461d 100644 --- a/charts/ingress-nginx/Chart.yaml +++ b/charts/ingress-nginx/Chart.yaml @@ -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 diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml index 1b8346df6f2..f62f466a17f 100644 --- a/charts/ingress-nginx/values.yaml +++ b/charts/ingress-nginx/values.yaml @@ -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