Remove helm2 support and update docs

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-11-24 18:12:24 -03:00
parent 5a282c0167
commit 4ac3e1ff2c
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
5 changed files with 21 additions and 30 deletions

View file

@ -1,8 +1,8 @@
apiVersion: v1
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.11.1
version: 3.12.0
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
@ -12,6 +12,7 @@ keywords:
- nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
maintainers:
- name: ChiefAlexander
engine: gotpl
@ -20,4 +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: |
- Reorder HPA resource list to work with GitOps tooling
- Remove helm2 support and update docs