Skip to content

Commit 04b4f9c

Browse files
authored
Merge pull request #9784 from strongjz/helm-chart-release
release 1.7.0 chart 4.6.0
2 parents e94304d + 81cf94e commit 04b4f9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/ingress-nginx/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ annotations:
1515
- "Fix incorrect annotation name in upstream hashing configuration (#9617)"
1616
artifacthub.io/prerelease: "false"
1717
apiVersion: v2
18-
appVersion: 4.6.0
18+
appVersion: 1.7.0
1919
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and
2020
load balancer
2121
engine: gotpl
@@ -32,4 +32,4 @@ maintainers:
3232
name: ingress-nginx
3333
sources:
3434
- https://github.com/kubernetes/ingress-nginx
35-
version: 4.5.4
35+
version: 4.6.0

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.4](https://img.shields.io/badge/Version-4.5.4-informational?style=flat-square) ![AppVersion: 4.6.0](https://img.shields.io/badge/AppVersion-4.6.0-informational?style=flat-square)
5+
![Version: 4.6.0](https://img.shields.io/badge/Version-4.6.0-informational?style=flat-square) ![AppVersion: 1.7.0](https://img.shields.io/badge/AppVersion-1.7.0-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

0 commit comments

Comments
 (0)