Skip to content

Commit 891d656

Browse files
authored
update main version (#8087)
1 parent dfc3edd commit 891d656

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ In the case of NGINX, the Ingress Controller is deployed in a pod along with the
120120
We publish NGINX Ingress Controller releases on GitHub. See our [releases
121121
page](https://github.com/nginx/kubernetes-ingress/releases).
122122

123-
The latest stable release is [5.0.0](https://github.com/nginx/kubernetes-ingress/releases/tag/v5.0.0). For production
123+
The latest stable release is [5.1.0](https://github.com/nginx/kubernetes-ingress/releases/tag/v5.1.0). For production
124124
use, we recommend that you choose the latest stable release.
125125

126126
The edge version is useful for experimenting with new features that are not yet published in a stable release. To use
@@ -140,7 +140,7 @@ your links to the correct versions:
140140

141141
| Version | Description | Image for NGINX | Image for NGINX Plus | Installation Manifests and Helm Chart | Documentation and Examples |
142142
| ------- | ----------- | --------------- | -------------------- | ---------------------------------------| -------------------------- |
143-
| Latest stable release | For production use | Use the 5.0.0 images from [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/), [GitHub Container](https://github.com/nginx/kubernetes-ingress/pkgs/container/kubernetes-ingress), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress) or [build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/build-ingress-controller-image/). | Use the 5.0.0 images from the [F5 Container Registry](https://docs.nginx.com/nginx-ingress-controller/installation/pulling-ingress-controller-image/) or [Build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/build-nginx-ingress-controller/). | [Manifests](https://github.com/nginx/kubernetes-ingress/tree/v5.0.0/deployments). [Helm chart](https://github.com/nginx/kubernetes-ingress/tree/v5.0.0/charts/nginx-ingress). | [Documentation](https://docs.nginx.com/nginx-ingress-controller/). [Examples](https://docs.nginx.com/nginx-ingress-controller/configuration/configuration-examples/). |
143+
| Latest stable release | For production use | Use the 5.1.0 images from [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/), [GitHub Container](https://github.com/nginx/kubernetes-ingress/pkgs/container/kubernetes-ingress), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress) or [build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/build-ingress-controller-image/). | Use the 5.1.0 images from the [F5 Container Registry](https://docs.nginx.com/nginx-ingress-controller/installation/pulling-ingress-controller-image/) or [Build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/build-nginx-ingress-controller/). | [Manifests](https://github.com/nginx/kubernetes-ingress/tree/v5.1.0/deployments). [Helm chart](https://github.com/nginx/kubernetes-ingress/tree/v5.1.0/charts/nginx-ingress). | [Documentation](https://docs.nginx.com/nginx-ingress-controller/). [Examples](https://docs.nginx.com/nginx-ingress-controller/configuration/configuration-examples/). |
144144
| Edge/Nightly | For testing and experimenting | Use the edge or nightly images from [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/), [GitHub Container](https://github.com/nginx/kubernetes-ingress/pkgs/container/kubernetes-ingress), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress) or [build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/build-nginx-ingress-controller/). | [Build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/build-nginx-ingress-controller/). | [Manifests](https://github.com/nginx/kubernetes-ingress/tree/main/deployments). [Helm chart](https://github.com/nginx/kubernetes-ingress/tree/main/charts/nginx-ingress). | [Documentation](https://docs.nginx.com/nginx-ingress-controller). [Examples](https://github.com/nginx/kubernetes-ingress/tree/main/examples). |
145145

146146
## SBOM (Software Bill of Materials)

charts/nginx-ingress/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ appVersion: 5.2.0
55
kubeVersion: ">= 1.25.0-0"
66
type: application
77
description: NGINX Ingress Controller
8-
icon: https://raw.githubusercontent.com/nginx/kubernetes-ingress/v5.0.0/charts/nginx-ingress/chart-icon.png
8+
icon: https://raw.githubusercontent.com/nginx/kubernetes-ingress/v5.1.0/charts/nginx-ingress/chart-icon.png
99
home: https://github.com/nginx/kubernetes-ingress
1010
sources:
11-
- https://github.com/nginx/kubernetes-ingress/tree/v5.0.0/charts/nginx-ingress
11+
- https://github.com/nginx/kubernetes-ingress/tree/v5.1.0/charts/nginx-ingress
1212
keywords:
1313
- ingress
1414
- nginx

charts/nginx-ingress/values-icp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ controller:
44
nginxplus: true
55
image:
66
repository: mycluster.icp:8500/kube-system/nginx-plus-ingress
7-
tag: "5.0.0"
7+
tag: "5.1.0"
88
nodeSelector:
99
beta.kubernetes.io/arch: "amd64"
1010
proxy: true

charts/nginx-ingress/values-plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ controller:
33
nginxplus: true
44
image:
55
repository: nginx-plus-ingress
6-
tag: "5.0.0"
6+
tag: "5.1.0"

charts/nginx-ingress/values.schema.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -698,10 +698,10 @@
698698
},
699699
"tag": {
700700
"type": "string",
701-
"default": "5.0.0",
701+
"default": "5.1.0",
702702
"title": "The tag of the Ingress Controller image",
703703
"examples": [
704-
"5.0.0"
704+
"5.1.0"
705705
]
706706
},
707707
"digest": {
@@ -738,7 +738,7 @@
738738
"examples": [
739739
{
740740
"repository": "nginx/nginx-ingress",
741-
"tag": "5.0.0",
741+
"tag": "5.1.0",
742742
"pullPolicy": "IfNotPresent"
743743
}
744744
]
@@ -2001,7 +2001,7 @@
20012001
"customPorts": [],
20022002
"image": {
20032003
"repository": "nginx/nginx-ingress",
2004-
"tag": "5.0.0",
2004+
"tag": "5.1.0",
20052005
"digest": "",
20062006
"pullPolicy": "IfNotPresent"
20072007
},
@@ -2644,7 +2644,7 @@
26442644
"customPorts": [],
26452645
"image": {
26462646
"repository": "nginx/nginx-ingress",
2647-
"tag": "5.0.0",
2647+
"tag": "5.1.0",
26482648
"digest": "",
26492649
"pullPolicy": "IfNotPresent"
26502650
},

charts/nginx-ingress/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ controller:
172172
repository: nginx/nginx-ingress
173173

174174
## The tag of the Ingress Controller image. If not specified the appVersion from Chart.yaml is used as a tag.
175-
# tag: "5.0.0"
175+
# tag: "5.1.0"
176176
## The digest of the Ingress Controller image.
177177
## If digest is specified it has precedence over tag and will be used instead
178178
# digest: "sha256:CHANGEME"

deployments/daemon-set/nginx-ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
# - name: nginx-log
3535
# emptyDir: {}
3636
containers:
37-
- image: nginx/nginx-ingress:5.0.0
37+
- image: nginx/nginx-ingress:5.1.0
3838
imagePullPolicy: IfNotPresent
3939
name: nginx-ingress
4040
ports:
@@ -100,7 +100,7 @@ spec:
100100
#- -enable-prometheus-metrics
101101
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
102102
# initContainers:
103-
# - image: nginx/nginx-ingress:5.0.0
103+
# - image: nginx/nginx-ingress:5.1.0
104104
# imagePullPolicy: IfNotPresent
105105
# name: init-nginx-ingress
106106
# command: ['cp', '-vdR', '/etc/nginx/.', '/mnt/etc']

deployments/daemon-set/nginx-plus-ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
# - name: nginx-log
3535
# emptyDir: {}
3636
containers:
37-
- image: nginx-plus-ingress:5.0.0
37+
- image: nginx-plus-ingress:5.1.0
3838
imagePullPolicy: IfNotPresent
3939
name: nginx-plus-ingress
4040
ports:
@@ -104,7 +104,7 @@ spec:
104104
#- -enable-prometheus-metrics
105105
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
106106
# initContainers:
107-
# - image: nginx/nginx-ingress:5.0.0
107+
# - image: nginx/nginx-ingress:5.1.0
108108
# imagePullPolicy: IfNotPresent
109109
# name: init-nginx-ingress
110110
# command: ['cp', '-vdR', '/etc/nginx/.', '/mnt/etc']

deployments/deployment/nginx-ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
# - name: nginx-log
3636
# emptyDir: {}
3737
containers:
38-
- image: nginx/nginx-ingress:5.0.0
38+
- image: nginx/nginx-ingress:5.1.0
3939
imagePullPolicy: IfNotPresent
4040
name: nginx-ingress
4141
ports:
@@ -101,7 +101,7 @@ spec:
101101
#- -enable-prometheus-metrics
102102
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
103103
# initContainers:
104-
# - image: nginx/nginx-ingress:5.0.0
104+
# - image: nginx/nginx-ingress:5.1.0
105105
# imagePullPolicy: IfNotPresent
106106
# name: init-nginx-ingress
107107
# command: ['cp', '-vdR', '/etc/nginx/.', '/mnt/etc']

deployments/deployment/nginx-plus-ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
# - name: nginx-log
3636
# emptyDir: {}
3737
containers:
38-
- image: nginx-plus-ingress:5.0.0
38+
- image: nginx-plus-ingress:5.1.0
3939
imagePullPolicy: IfNotPresent
4040
name: nginx-plus-ingress
4141
ports:
@@ -108,7 +108,7 @@ spec:
108108
#- -enable-service-insight
109109
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
110110
# initContainers:
111-
# - image: nginx/nginx-ingress:5.0.0
111+
# - image: nginx/nginx-ingress:5.1.0
112112
# imagePullPolicy: IfNotPresent
113113
# name: init-nginx-ingress
114114
# command: ['cp', '-vdR', '/etc/nginx/.', '/mnt/etc']

0 commit comments

Comments
 (0)