Skip to content

Commit b138e97

Browse files
nginx-botlucacome
andauthored
Update NGINX Ingress Controller to 3.3.1 (#183)
Co-authored-by: Luca Comellini <[email protected]>
1 parent e23ed98 commit b138e97

File tree

11 files changed

+158
-23
lines changed

11 files changed

+158
-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.0-ubi"
66+
"tag": "3.3.1-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.0-ubi",
36+
"tag": "3.3.1-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.0-ubi"
28+
tag: "3.3.1-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.0-ubi"
39+
tag: "3.3.1-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.0
223+
`controller.image.tag` | The tag of the Ingress Controller image. | 3.3.1
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.0-ubi
14+
tag: 3.3.1-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.0-ubi
14+
tag: 3.3.1-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.0
2+
appVersion: 3.3.1
33
description: NGINX Ingress Controller
44
home: https://github.com/nginxinc/kubernetes-ingress
5-
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.3.0/deployments/helm-chart/chart-icon.png
5+
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.3.1/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.0/deployments/helm-chart
15+
- https://github.com/nginxinc/kubernetes-ingress/tree/v3.3.1/deployments/helm-chart
1616
type: application
17-
version: 1.0.0
17+
version: 1.0.1

helm-charts/nginx-ingress/README.md

Lines changed: 143 additions & 8 deletions
Large diffs are not rendered by default.

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.0"
7+
tag: "3.3.1"
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.0"
6+
tag: "3.3.1"

0 commit comments

Comments
 (0)