Release helm chart on the correct version (#10521)
This commit is contained in:
parent
17550f62d5
commit
abcdf87cf9
4 changed files with 12 additions and 3 deletions
|
@ -20,4 +20,4 @@ maintainers:
|
|||
name: ingress-nginx
|
||||
sources:
|
||||
- https://github.com/kubernetes/ingress-nginx
|
||||
version: 4.7.2
|
||||
version: 4.7.3
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[ingress-nginx](https://github.com/kubernetes/ingress-nginx) Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
To use, add `ingressClassName: nginx` spec field or the `kubernetes.io/ingress.class: nginx` annotation to your Ingress resources.
|
||||
|
||||
|
|
|
@ -4,6 +4,6 @@ This file documents all notable changes to [ingress-nginx](https://github.com/ku
|
|||
|
||||
### 4.7.2
|
||||
|
||||
* Update Ingress-Nginx version controller-v1.8.4
|
||||
* Update Ingress-Nginx version controller-v1.8.2
|
||||
|
||||
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.7.1...helm-chart-4.7.2
|
||||
|
|
9
charts/ingress-nginx/changelog/Changelog-4.7.3.md
Normal file
9
charts/ingress-nginx/changelog/Changelog-4.7.3.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
This file documents all notable changes to [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Helm Chart. The release numbering uses [semantic versioning](http://semver.org).
|
||||
|
||||
### 4.7.3
|
||||
|
||||
* Update Ingress-Nginx version controller-v1.8.4
|
||||
|
||||
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.7.3...helm-chart-4.7.3
|
Loading…
Reference in a new issue