fix scaleTargetRef definition for KEDA v.2

This commit is contained in:
hoodbsa 2021-01-14 13:29:32 +03:00
parent 9bf4155724
commit d70652a0eb
No known key found for this signature in database
GPG key ID: 2D2768C44911298A
3 changed files with 13 additions and 3 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.0
version: 3.20.1
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,4 +21,5 @@ 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 HPA for defaultbackend if not enabled.
- Do not create KEDA in case of DaemonSets.
- Fix KEDA v2 definition