Reorder HPA resource list to work with GitOps tooling

This commit is contained in:
Lee Robert 2020-11-24 08:51:02 -05:00
parent e3a3ea8826
commit a1cd31bc51
No known key found for this signature in database
GPG key ID: A736B9C4D0A3592E
3 changed files with 14 additions and 10 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v1
name: ingress-nginx
# When the version is modified, make sure the artifacthub.io/changes list is updated
# Also update CHANGELOG.md
version: 3.11.0
version: 3.11.1
appVersion: 0.41.2
home: https://github.com/kubernetes/ingress-nginx
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
@ -20,4 +20,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: |
- Support Keda Autoscaling
- Reorder HPA resource list to work with GitOps tooling