Skip to content

Commit

Permalink
chore: Bump ingress-nginx version to LTS (#60)
Browse files Browse the repository at this point in the history
Change-Id: I35328a0c47cf9afba7fdf6b5f22d6567f03ef8c3
  • Loading branch information
MykolaMarusenko committed Mar 19, 2024
1 parent 193e89d commit b371d1e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions add-ons/ingress-nginx-external/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ type: application

# The chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 4.7.3
version: 4.10.0

# Version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: "1.8.4"

dependencies:
- name: ingress-nginx
version: 4.7.3
version: 4.10.0
repository: https://kubernetes.github.io/ingress-nginx
4 changes: 2 additions & 2 deletions add-ons/ingress-nginx-external/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ingress-nginx

![Version: 4.7.3](https://img.shields.io/badge/Version-4.7.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.4](https://img.shields.io/badge/AppVersion-1.8.4-informational?style=flat-square)
![Version: 4.10.0](https://img.shields.io/badge/Version-4.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.4](https://img.shields.io/badge/AppVersion-1.8.4-informational?style=flat-square)

A Helm chart for Nginx Ingress Controller

Expand Down Expand Up @@ -58,7 +58,7 @@ To use the External Ingress Controller, you need to set the `ingressClassName` p

| Repository | Name | Version |
|------------|------|---------|
| https://kubernetes.github.io/ingress-nginx | ingress-nginx | 4.7.3 |
| https://kubernetes.github.io/ingress-nginx | ingress-nginx | 4.10.0 |

## Values

Expand Down
4 changes: 2 additions & 2 deletions add-ons/ingress-nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ type: application

# The chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 4.7.3
version: 4.10.0

# Version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: "1.8.4"

dependencies:
- name: ingress-nginx
version: 4.7.3
version: 4.10.0
repository: https://kubernetes.github.io/ingress-nginx
4 changes: 2 additions & 2 deletions add-ons/ingress-nginx/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# ingress-nginx

![Version: 4.7.3](https://img.shields.io/badge/Version-4.7.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.4](https://img.shields.io/badge/AppVersion-1.8.4-informational?style=flat-square)
![Version: 4.10.0](https://img.shields.io/badge/Version-4.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.4](https://img.shields.io/badge/AppVersion-1.8.4-informational?style=flat-square)

A Helm chart for Nginx Ingress Controller

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://kubernetes.github.io/ingress-nginx | ingress-nginx | 4.7.3 |
| https://kubernetes.github.io/ingress-nginx | ingress-nginx | 4.10.0 |

## Values

Expand Down

0 comments on commit b371d1e

Please sign in to comment.