Release helm chart for v0.34.1

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-07-15 15:56:40 -04:00
parent da5fa45e28
commit 1d250bcbd9
8 changed files with 238 additions and 238 deletions

View file

@ -1,7 +1,7 @@
apiVersion: v1
name: ingress-nginx
version: 2.11.0
appVersion: 0.34.0
version: 2.11.1
appVersion: 0.34.1
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

View file

@ -4,8 +4,8 @@
controller:
image:
repository: us.gcr.io/k8s-artifacts-prod/ingress-nginx/controller
tag: "v0.34.0"
digest: sha256:56633bd00dab33d92ba14c6e709126a762d54a75a6e72437adefeaaca0abb069
tag: "v0.34.1"
digest: sha256:0e072dddd1f7f8fc8909a2ca6f65e76c5f0d2fcfb8be47935ae3457e8bbceb20
pullPolicy: IfNotPresent
# www-data -> uid 101
runAsUser: 101