Skip to content

Commit 70a5c59

Browse files
authored
update nginx versions in docs (#7462)
1 parent b269e02 commit 70a5c59

File tree

16 files changed

+60
-29
lines changed

16 files changed

+60
-29
lines changed

README.md

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

126-
The latest stable release is [4.0.0](https://github.com/nginx/kubernetes-ingress/releases/tag/v4.0.0). For production
126+
The latest stable release is [4.0.1](https://github.com/nginx/kubernetes-ingress/releases/tag/v4.0.1). For production
127127
use, we recommend that you choose the latest stable release.
128128

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

144144
| Version | Description | Image for NGINX | Image for NGINX Plus | Installation Manifests and Helm Chart | Documentation and Examples |
145145
| ------- | ----------- | --------------- | -------------------- | ---------------------------------------| -------------------------- |
146-
| Latest stable release | For production use | Use the 4.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 4.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/v4.0.0/deployments). [Helm chart](https://github.com/nginx/kubernetes-ingress/tree/v4.0.0/charts/nginx-ingress). | [Documentation](https://docs.nginx.com/nginx-ingress-controller/). [Examples](https://docs.nginx.com/nginx-ingress-controller/configuration/configuration-examples/). |
146+
| Latest stable release | For production use | Use the 4.0.1 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 4.0.1 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/v4.0.1/deployments). [Helm chart](https://github.com/nginx/kubernetes-ingress/tree/v4.0.1/charts/nginx-ingress). | [Documentation](https://docs.nginx.com/nginx-ingress-controller/). [Examples](https://docs.nginx.com/nginx-ingress-controller/configuration/configuration-examples/). |
147147
| 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://github.com/nginx/kubernetes-ingress/tree/main/site/content). [Examples](https://github.com/nginx/kubernetes-ingress/tree/main/examples). |
148148

149149
## 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: 4.1.0
55
kubeVersion: ">= 1.23.0-0"
66
type: application
77
description: NGINX Ingress Controller
8-
icon: https://raw.githubusercontent.com/nginx/kubernetes-ingress/v4.0.0/charts/nginx-ingress/chart-icon.png
8+
icon: https://raw.githubusercontent.com/nginx/kubernetes-ingress/v4.0.1/charts/nginx-ingress/chart-icon.png
99
home: https://github.com/nginx/kubernetes-ingress
1010
sources:
11-
- https://github.com/nginx/kubernetes-ingress/tree/v4.0.0/charts/nginx-ingress
11+
- https://github.com/nginx/kubernetes-ingress/tree/v4.0.1/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: "4.0.0"
7+
tag: "4.0.1"
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: "4.0.0"
6+
tag: "4.0.1"

charts/nginx-ingress/values.schema.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -674,10 +674,10 @@
674674
},
675675
"tag": {
676676
"type": "string",
677-
"default": "4.0.0",
677+
"default": "4.0.1",
678678
"title": "The tag of the Ingress Controller image",
679679
"examples": [
680-
"4.0.0"
680+
"4.0.1"
681681
]
682682
},
683683
"digest": {
@@ -714,7 +714,7 @@
714714
"examples": [
715715
{
716716
"repository": "nginx/nginx-ingress",
717-
"tag": "4.0.0",
717+
"tag": "4.0.1",
718718
"pullPolicy": "IfNotPresent"
719719
}
720720
]
@@ -1885,7 +1885,7 @@
18851885
"customPorts": [],
18861886
"image": {
18871887
"repository": "nginx/nginx-ingress",
1888-
"tag": "4.0.0",
1888+
"tag": "4.0.1",
18891889
"digest": "",
18901890
"pullPolicy": "IfNotPresent"
18911891
},
@@ -2499,7 +2499,7 @@
24992499
"customPorts": [],
25002500
"image": {
25012501
"repository": "nginx/nginx-ingress",
2502-
"tag": "4.0.0",
2502+
"tag": "4.0.1",
25032503
"digest": "",
25042504
"pullPolicy": "IfNotPresent"
25052505
},

charts/nginx-ingress/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ controller:
170170
repository: nginx/nginx-ingress
171171

172172
## The tag of the Ingress Controller image. If not specified the appVersion from Chart.yaml is used as a tag.
173-
# tag: "4.0.0"
173+
# tag: "4.0.1"
174174
## The digest of the Ingress Controller image.
175175
## If digest is specified it has precedence over tag and will be used instead
176176
# digest: "sha256:CHANGEME"

deployments/daemon-set/nginx-ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
# - name: nginx-log
3333
# emptyDir: {}
3434
containers:
35-
- image: nginx/nginx-ingress:4.0.0
35+
- image: nginx/nginx-ingress:4.0.1
3636
imagePullPolicy: IfNotPresent
3737
name: nginx-ingress
3838
ports:
@@ -96,7 +96,7 @@ spec:
9696
#- -enable-prometheus-metrics
9797
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
9898
# initContainers:
99-
# - image: nginx/nginx-ingress:4.0.0
99+
# - image: nginx/nginx-ingress:4.0.1
100100
# imagePullPolicy: IfNotPresent
101101
# name: init-nginx-ingress
102102
# 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:4.0.0
37+
- image: nginx-plus-ingress:4.0.1
3838
imagePullPolicy: IfNotPresent
3939
name: nginx-plus-ingress
4040
ports:
@@ -102,7 +102,7 @@ spec:
102102
#- -enable-prometheus-metrics
103103
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
104104
# initContainers:
105-
# - image: nginx/nginx-ingress:4.0.0
105+
# - image: nginx/nginx-ingress:4.0.1
106106
# imagePullPolicy: IfNotPresent
107107
# name: init-nginx-ingress
108108
# 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
@@ -33,7 +33,7 @@ spec:
3333
# - name: nginx-log
3434
# emptyDir: {}
3535
containers:
36-
- image: nginx/nginx-ingress:4.0.0
36+
- image: nginx/nginx-ingress:4.0.1
3737
imagePullPolicy: IfNotPresent
3838
name: nginx-ingress
3939
ports:
@@ -97,7 +97,7 @@ spec:
9797
#- -enable-prometheus-metrics
9898
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
9999
# initContainers:
100-
# - image: nginx/nginx-ingress:4.0.0
100+
# - image: nginx/nginx-ingress:4.0.1
101101
# imagePullPolicy: IfNotPresent
102102
# name: init-nginx-ingress
103103
# 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:4.0.0
38+
- image: nginx-plus-ingress:4.0.1
3939
imagePullPolicy: IfNotPresent
4040
name: nginx-plus-ingress
4141
ports:
@@ -106,7 +106,7 @@ spec:
106106
#- -enable-service-insight
107107
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
108108
# initContainers:
109-
# - image: nginx/nginx-ingress:4.0.0
109+
# - image: nginx/nginx-ingress:4.0.1
110110
# imagePullPolicy: IfNotPresent
111111
# name: init-nginx-ingress
112112
# command: ['cp', '-vdR', '/etc/nginx/.', '/mnt/etc']

0 commit comments

Comments
 (0)