Skip to content

Commit bd3c53b

Browse files
authored
Update NGINX Ingress Controller to 3.6.0 (#325)
1 parent 294abe5 commit bd3c53b

29 files changed

+2648
-2186
lines changed

.github/workflows/delete-operator-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
branch:
77
description: "Operator Branch to delete"
8-
default: "update-nginx-ingress-operator-to-v2.2.2"
8+
default: "update-nginx-ingress-operator-to-v2.3.0"
99

1010
permissions:
1111
contents: read

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 2.2.2
6+
VERSION ?= 2.3.0
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The following table shows the relation between the versions of the two projects:
1717

1818
| NGINX Ingress Controller | NGINX Ingress Operator |
1919
| ------------------------ | ---------------------- |
20+
| 3.6.x | 2.3.0 |
2021
| 3.5.x | 2.2.2 |
2122
| 3.4.x | 2.1.2 |
2223
| 3.3.x | 2.0.2 |
@@ -74,7 +75,7 @@ See [upgrade docs](./docs/upgrades.md)
7475

7576
We publish NGINX Ingress Operator releases on GitHub. See our [releases page](https://github.com/nginxinc/nginx-ingress-helm-operator/releases).
7677

77-
The latest stable release is [2.2.2](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v2.2.2). For production use, we recommend that you choose the latest stable release.
78+
The latest stable release is [2.3.0](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v2.3.0). For production use, we recommend that you choose the latest stable release.
7879

7980
## Development
8081

bundle/manifests/nginx-ingress-operator-nginx-ingress-admin_rbac.authorization.k8s.io_v1_clusterrole.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,6 @@ rules:
8383
- get
8484
- list
8585
- watch
86-
- apiGroups:
87-
- "apps"
88-
resources:
89-
- replicasets
90-
- daemonset
91-
verbs:
92-
- get
93-
- apiGroups:
94-
- ""
95-
resources:
96-
- nodes
97-
verbs:
98-
- list
9986
- apiGroups:
10087
- ""
10188
resources:

bundle/manifests/nginx-ingress-operator.clusterserviceversion.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ metadata:
7777
"image": {
7878
"pullPolicy": "IfNotPresent",
7979
"repository": "nginx/nginx-ingress",
80-
"tag": "3.5.2-ubi"
80+
"tag": "3.6.0-ubi"
8181
},
8282
"includeYear": false,
8383
"ingressClass": {
@@ -220,8 +220,8 @@ metadata:
220220
capabilities: Basic Install
221221
categories: Monitoring, Networking
222222
certified: "true"
223-
containerImage: quay.io/nginx/nginx-ingress-operator:2.2.2
224-
createdAt: "2024-05-31T15:17:34Z"
223+
containerImage: quay.io/nginx/nginx-ingress-operator:2.3.0
224+
createdAt: "2024-06-26T10:41:53Z"
225225
description: The NGINX Ingress Operator is a Kubernetes/OpenShift component which
226226
deploys and manages one or more NGINX/NGINX Plus Ingress Controllers
227227
features.operators.openshift.io/cnf: "false"
@@ -244,7 +244,7 @@ metadata:
244244
operatorframework.io/arch.arm64: supported
245245
operatorframework.io/arch.ppc64le: supported
246246
operatorframework.io/arch.s390x: supported
247-
name: nginx-ingress-operator.v2.2.2
247+
name: nginx-ingress-operator.v2.3.0
248248
namespace: placeholder
249249
spec:
250250
apiservicedefinitions: {}
@@ -448,7 +448,7 @@ spec:
448448
- --metrics-bind-address=127.0.0.1:8080
449449
- --leader-elect
450450
- --leader-election-id=nginx-ingress-operator
451-
image: quay.io/nginx/nginx-ingress-operator:2.2.2
451+
image: quay.io/nginx/nginx-ingress-operator:2.3.0
452452
livenessProbe:
453453
httpGet:
454454
path: /healthz
@@ -539,4 +539,4 @@ spec:
539539
minKubeVersion: 1.23.0
540540
provider:
541541
name: NGINX Inc
542-
version: 2.2.2
542+
version: 2.3.0

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: quay.io/nginx/nginx-ingress-operator
8-
newTag: 2.2.2
8+
newTag: 2.3.0

config/manifests/bases/nginx-ingress-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
capabilities: Basic Install
77
categories: Monitoring, Networking
88
certified: "true"
9-
containerImage: quay.io/nginx/nginx-ingress-operator:2.2.2
9+
containerImage: quay.io/nginx/nginx-ingress-operator:2.3.0
1010
createdAt: placeholder
1111
description: The NGINX Ingress Operator is a Kubernetes/OpenShift component which
1212
deploys and manages one or more NGINX/NGINX Plus Ingress Controllers
@@ -185,7 +185,7 @@ spec:
185185
- --metrics-bind-address=127.0.0.1:8080
186186
- --leader-elect
187187
- --leader-election-id=nginx-ingress-operator
188-
image: quay.io/nginx/nginx-ingress-operator:2.2.2
188+
image: quay.io/nginx/nginx-ingress-operator:2.3.0
189189
livenessProbe:
190190
httpGet:
191191
path: /healthz
@@ -291,4 +291,4 @@ spec:
291291
minKubeVersion: 1.23.0
292292
provider:
293293
name: NGINX Inc
294-
version: 2.2.2
294+
version: 2.3.0

config/samples/charts_v1alpha1_nginxingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
customPorts: []
3636
image:
3737
repository: nginx/nginx-ingress
38-
tag: "3.5.2-ubi"
38+
tag: "3.6.0-ubi"
3939
# digest: "sha256:CHANGEME"
4040
pullPolicy: IfNotPresent
4141
lifecycle: {}

docs/manual-installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ This will deploy the operator in the `nginx-ingress-operator-system` namespace.
77
1. Clone the `nginx-ingress-operator` repo:
88

99
```shell
10-
git clone https://github.com/nginxinc/nginx-ingress-helm-operator/ --branch v2.2.2
10+
git clone https://github.com/nginxinc/nginx-ingress-helm-operator/ --branch v2.3.0
1111
cd nginx-ingress-helm-operator/
1212
```
1313

1414
2. To deploy the Operator and associated resources to all environments, run:
1515

1616
```shell
17-
make deploy IMG=nginx/nginx-ingress-operator:2.2.2
17+
make deploy IMG=nginx/nginx-ingress-operator:2.3.0
1818
```
1919

2020
2. Check that the Operator is running:
@@ -30,11 +30,11 @@ This will deploy the operator in the `nginx-ingress-operator-system` namespace.
3030

3131
In order to deploy NGINX Ingress Controller instances into OpenShift environments, a new SCC is required to be created on the cluster which will be used to bind the specific required capabilities to the NGINX Ingress service account(s). To do so for NIC deployments, please run the following command (assuming you are logged in with administrator access to the cluster):
3232

33-
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.2.2/resources/scc.yaml`
33+
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.3.0/resources/scc.yaml`
3434

3535
Alternatively, to create an SCC for NIC daemonsets, please run this command:
3636

37-
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.2.2/resources/scc-daemonset.yaml`
37+
`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.3.0/resources/scc-daemonset.yaml`
3838

3939
You can now deploy the NGINX Ingress Controller instances.
4040

docs/nginx-ingress-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
customPorts: []
4848
image:
4949
repository: nginx/nginx-ingress
50-
tag: "3.5.2-ubi"
50+
tag: "3.6.0-ubi"
5151
# digest: "sha256:CHANGEME"
5252
pullPolicy: IfNotPresent
5353
lifecycle: {}

0 commit comments

Comments
 (0)