Skip to content

Commit 8643169

Browse files
committed
Release new Helm Chart
Signed-off-by: James Strong <[email protected]>
1 parent 47d902d commit 8643169

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/ingress-nginx/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ maintainers:
2424
name: ingress-nginx
2525
sources:
2626
- https://github.com/kubernetes/ingress-nginx
27-
version: 4.5.1
27+
version: 4.5.2

charts/ingress-nginx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[ingress-nginx](https://github.com/kubernetes/ingress-nginx) Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
44

5-
![Version: 4.5.1](https://img.shields.io/badge/Version-4.5.1-informational?style=flat-square) ![AppVersion: 1.6.4](https://img.shields.io/badge/AppVersion-1.6.4-informational?style=flat-square)
5+
![Version: 4.5.2](https://img.shields.io/badge/Version-4.5.2-informational?style=flat-square) ![AppVersion: 1.6.4](https://img.shields.io/badge/AppVersion-1.6.4-informational?style=flat-square)
66

77
To use, add `ingressClassName: nginx` spec field or the `kubernetes.io/ingress.class: nginx` annotation to your Ingress resources.
88

charts/ingress-nginx/changelog/Changelog-4.5.1.md renamed to charts/ingress-nginx/changelog/Changelog-4.5.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
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).
44

5-
### 4.5.1
5+
### 4.5.2
66

77
* add lint on chart before release (#9570)
88
* ci: remove setup-helm step (#9404)
99
* feat(helm): Optionally use cert-manager instead admission patch (#9279)
1010
* run helm release on main only and when the chart/value changes only (#9290)
1111
* Update Ingress-Nginx version controller-v1.6.4
1212

13-
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.4.3...helm-chart-4.5.1
13+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.4.3...helm-chart-4.5.2

0 commit comments

Comments
 (0)