Skip to content

Commit 66cd32e

Browse files
nginx-botlucacome
andauthored
Update NGINX Ingress Controller to 3.3.2 (#194)
Co-authored-by: Luca Comellini <[email protected]>
1 parent 2aff98f commit 66cd32e

File tree

11 files changed

+23
-23
lines changed

11 files changed

+23
-23
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ metadata:
6363
"image": {
6464
"pullPolicy": "IfNotPresent",
6565
"repository": "nginx/nginx-ingress",
66-
"tag": "3.3.1-ubi"
66+
"tag": "3.3.2-ubi"
6767
},
6868
"includeYear": false,
6969
"ingressClass": "nginx",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ metadata:
3333
"customPorts": [],
3434
"image": {
3535
"repository": "nginx/nginx-ingress",
36-
"tag": "3.3.1-ubi",
36+
"tag": "3.3.2-ubi",
3737
"pullPolicy": "IfNotPresent"
3838
},
3939
"lifecycle": {},

config/samples/charts_v1alpha1_nginxingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
customPorts: []
2626
image:
2727
repository: nginx/nginx-ingress
28-
tag: "3.3.1-ubi"
28+
tag: "3.3.2-ubi"
2929
# digest: "sha256:CHANGEME"
3030
pullPolicy: IfNotPresent
3131
lifecycle: {}

docs/nginx-ingress-controller.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
customPorts: []
3737
image:
3838
repository: nginx/nginx-ingress
39-
tag: "3.3.1-ubi"
39+
tag: "3.3.2-ubi"
4040
# digest: "sha256:CHANGEME"
4141
pullPolicy: IfNotPresent
4242
lifecycle: {}
@@ -220,7 +220,7 @@ Parameter | Description | Default
220220
`controller.logLevel` | The log level of the Ingress Controller. | 1
221221
`controller.image.digest ` | The image digest of the Ingress Controller. | None
222222
`controller.image.repository` | The image repository of the Ingress Controller. | nginx/nginx-ingress
223-
`controller.image.tag` | The tag of the Ingress Controller image. | 3.3.1
223+
`controller.image.tag` | The tag of the Ingress Controller image. | 3.3.2
224224
`controller.image.pullPolicy` | The pull policy for the Ingress Controller image. | IfNotPresent
225225
`controller.lifecycle` | The lifecycle of the Ingress Controller pods. | {}
226226
`controller.customConfigMap` | The name of the custom ConfigMap used by the Ingress Controller. If set, then the default config is ignored. | ""

examples/deployment-oss-min/nginx-ingress-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
image:
1212
pullPolicy: IfNotPresent
1313
repository: nginx/nginx-ingress
14-
tag: 3.3.1-ubi
14+
tag: 3.3.2-ubi
1515
ingressClass:
1616
name: nginx
1717
kind: deployment

examples/deployment-plus-min/nginx-ingress-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
image:
1212
pullPolicy: IfNotPresent
1313
repository: nginx/nginx-ingress
14-
tag: 3.3.1-ubi
14+
tag: 3.3.2-ubi
1515
ingressClass:
1616
name: nginx
1717
kind: deployment

helm-charts/nginx-ingress/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: 3.3.1
2+
appVersion: 3.3.2
33
description: NGINX Ingress Controller
44
home: https://github.com/nginxinc/kubernetes-ingress
5-
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.3.1/deployments/helm-chart/chart-icon.png
5+
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.3.2/deployments/helm-chart/chart-icon.png
66
keywords:
77
- ingress
88
- nginx
@@ -12,6 +12,6 @@ maintainers:
1212
name: nginxinc
1313
name: nginx-ingress
1414
sources:
15-
- https://github.com/nginxinc/kubernetes-ingress/tree/v3.3.1/deployments/helm-chart
15+
- https://github.com/nginxinc/kubernetes-ingress/tree/v3.3.2/deployments/helm-chart
1616
type: application
17-
version: 1.0.1
17+
version: 1.0.2

helm-charts/nginx-ingress/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ To install the chart with the release name my-release (my-release is the name th
7878
For NGINX:
7979

8080
```console
81-
helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.0.1
81+
helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.0.2
8282
```
8383

8484
For NGINX Plus: (assuming you have pushed the Ingress Controller image `nginx-plus-ingress` to your private registry
8585
`myregistry.example.com`)
8686

8787
```console
88-
helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.0.1 --set controller.image.repository=myregistry.example.com/nginx-plus-ingress --set controller.nginxplus=true
88+
helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.0.2 --set controller.image.repository=myregistry.example.com/nginx-plus-ingress --set controller.nginxplus=true
8989
```
9090

9191
This will install the latest `edge` version of the Ingress Controller from GitHub Container Registry. If you prefer to
@@ -100,7 +100,7 @@ CRDs](#upgrading-the-crds).
100100
To upgrade the release `my-release`:
101101

102102
```console
103-
helm upgrade my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.0.1
103+
helm upgrade my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.0.2
104104
```
105105

106106
### Uninstalling the Chart
@@ -141,7 +141,7 @@ upgrading/deleting the CRDs.
141141
1. Pull the chart sources:
142142

143143
```console
144-
helm pull oci://ghcr.io/nginxinc/charts/nginx-ingress --untar --version 1.0.1
144+
helm pull oci://ghcr.io/nginxinc/charts/nginx-ingress --untar --version 1.0.2
145145
```
146146

147147
2. Change your working directory to nginx-ingress:
@@ -227,7 +227,7 @@ The steps you should follow depend on the Helm release name:
227227
Selector: app=nginx-ingress-nginx-ingress
228228
```
229229

230-
2. Checkout the latest available tag using `git checkout v3.3.1`
230+
2. Checkout the latest available tag using `git checkout v3.3.2`
231231

232232
3. Navigate to `/kubernates-ingress/deployments/helm-chart`
233233

@@ -279,7 +279,7 @@ reviewing its events:
279279
Selector: app=<helm_release_name>-nginx-ingress
280280
```
281281

282-
2. Checkout the latest available tag using `git checkout v3.3.1`
282+
2. Checkout the latest available tag using `git checkout v3.3.2`
283283

284284
3. Navigate to `/kubernates-ingress/deployments/helm-chart`
285285

@@ -345,7 +345,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
345345
|`controller.logLevel` | The log level of the Ingress Controller. | 1 |
346346
|`controller.image.digest` | The image digest of the Ingress Controller. | None |
347347
|`controller.image.repository` | The image repository of the Ingress Controller. | nginx/nginx-ingress |
348-
|`controller.image.tag` | The tag of the Ingress Controller image. | 3.3.1 |
348+
|`controller.image.tag` | The tag of the Ingress Controller image. | 3.3.2 |
349349
|`controller.image.pullPolicy` | The pull policy for the Ingress Controller image. | IfNotPresent |
350350
|`controller.lifecycle` | The lifecycle of the Ingress Controller pods. | {} |
351351
|`controller.customConfigMap` | The name of the custom ConfigMap used by the Ingress Controller. If set, then the default config is ignored. | "" |
@@ -372,7 +372,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
372372
|`controller.resources` | The resources of the Ingress Controller pods. | requests: cpu=100m,memory=128Mi |
373373
|`controller.replicaCount` | The number of replicas of the Ingress Controller deployment. | 1 |
374374
|`controller.ingressClass.name` | A class of the Ingress Controller. An IngressClass resource with the name equal to the class must be deployed. Otherwise, the Ingress Controller will fail to start. The Ingress Controller only processes resources that belong to its class - i.e. have the "ingressClassName" field resource equal to the class. The Ingress Controller processes all the VirtualServer/VirtualServerRoute/TransportServer resources that do not have the "ingressClassName" field for all versions of Kubernetes. | nginx |
375-
|`controller.ingressClass.create` | Creates a new IngressClass object with the name `controller.ingressClass.name`. Set to `false` to use an existing ingressClass created using `kubectl` with the same name. If you use `helm upgrade`, do not change the values from the previous release as helm will delete IngressClass objects managed by helm. If you are upgrading from a release earlier than 3.3.1, do not set the value to false. | true |
375+
|`controller.ingressClass.create` | Creates a new IngressClass object with the name `controller.ingressClass.name`. Set to `false` to use an existing ingressClass created using `kubectl` with the same name. If you use `helm upgrade`, do not change the values from the previous release as helm will delete IngressClass objects managed by helm. If you are upgrading from a release earlier than 3.3.2, do not set the value to false. | true |
376376
|`controller.ingressClass.setAsDefaultIngress` | New Ingresses without an `"ingressClassName"` field specified will be assigned the class specified in `controller.ingressClass.name`. Requires `controller.ingressClass.create`. | false |
377377
|`controller.watchNamespace` | Comma separated list of namespaces the Ingress Controller should watch for resources. By default the Ingress Controller watches all namespaces. Mutually exclusive with `controller.watchNamespaceLabel`. Please note that if configuring multiple namespaces using the Helm cli `--set` option, the string needs to wrapped in double quotes and the commas escaped using a backslash - e.g. `--set controller.watchNamespace="default\,nginx-ingress"`. | "" |
378378
|`controller.watchNamespaceLabel` | Configures the Ingress Controller to watch only those namespaces with label foo=bar. By default the Ingress Controller watches all namespaces. Mutually exclusive with `controller.watchNamespace`. | "" |

helm-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: "3.3.1"
7+
tag: "3.3.2"
88
nodeSelector:
99
beta.kubernetes.io/arch: "amd64"
1010
proxy: true

helm-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: "3.3.1"
6+
tag: "3.3.2"

0 commit comments

Comments
 (0)