fix scaleTargetRef definition for KEDA v.2
This commit is contained in:
parent
9bf4155724
commit
d70652a0eb
3 changed files with 13 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue