Release helm chart v3.23.0

This commit is contained in:
Manuel Alejandro de Brito Fontes 2021-02-04 08:40:59 -03:00
parent 3f82b9a54a
commit d2f139b01f
9 changed files with 278 additions and 279 deletions

View file

@ -2,8 +2,8 @@ apiVersion: v2
name: ingress-nginx
# When the version is modified, make sure the artifacthub.io/changes list is updated
# Also update CHANGELOG.md
version: 3.22.0
appVersion: 0.43.0
version: 3.23.0
appVersion: 0.44.0
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
@ -21,5 +21,4 @@ annotations:
# List of changes for the release in artifacthub.io
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog
artifacthub.io/changes: |
- Add value for configuring a custom Diffie-Hellman parameters file
- Allow use of numeric namespaces in helm chart
- Update ingress-nginx v0.44.0

View file

@ -11,8 +11,8 @@ controller:
name: controller
image:
repository: k8s.gcr.io/ingress-nginx/controller
tag: "v0.43.0"
digest: sha256:9bba603b99bf25f6d117cf1235b6598c16033ad027b143c90fa5b3cc583c5713
tag: "v0.44.0"
digest: sha256:3dd0fac48073beaca2d67a78c746c7593f9c575168a17139a9955a82c63c4b9a
pullPolicy: IfNotPresent
# www-data -> uid 101
runAsUser: 101