Release helm chart v3.21.0

This commit is contained in:
Manuel Alejandro de Brito Fontes 2021-01-20 14:24:42 -03:00
parent 9985d72f79
commit fa0dfd3a3c
2 changed files with 13 additions and 4 deletions

View file

@ -2,7 +2,7 @@ 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.20.1
version: 3.21.0
appVersion: 0.43.0
home: https://github.com/kubernetes/ingress-nginx
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
@ -21,5 +21,7 @@ annotations:
# List of changes for the release in artifacthub.io
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog
artifacthub.io/changes: |
- Do not create KEDA in case of DaemonSets.
- Fix KEDA v2 definition
- Add custom annotations to ScaledObject
- Adding quotes in the serviceAccount name in Helm values
- Remove ClusterRole when scope option is enabled
- Update kube-webhook-certgen image to v1.5.1