Skip to content

Commit b9fe578

Browse files
authored
Support NGINX Ingress Controller 2.4.1 (#43)
1 parent fa97c7a commit b9fe578

File tree

13 files changed

+19
-21
lines changed

13 files changed

+19
-21
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ metadata:
5050
"image": {
5151
"pullPolicy": "IfNotPresent",
5252
"repository": "nginx/nginx-ingress",
53-
"tag": "2.4.0-ubi"
53+
"tag": "2.4.1-ubi"
5454
},
5555
"includeYear": false,
5656
"ingressClass": "nginx",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ metadata:
5050
"image": {
5151
"pullPolicy": "IfNotPresent",
5252
"repository": "nginx/nginx-ingress",
53-
"tag": "2.4.0-ubi"
53+
"tag": "2.4.1-ubi"
5454
},
5555
"lifecycle": {},
5656
"customConfigMap": "",

config/samples/charts_v1alpha1_nginxingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
image:
3939
pullPolicy: IfNotPresent
4040
repository: nginx/nginx-ingress
41-
tag: 2.4.0-ubi
41+
tag: 2.4.1-ubi
4242
lifecycle: {}
4343
customConfigMap: ""
4444
ingressClass: nginx

docs/nginx-ingress-controller.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
image:
4848
pullPolicy: IfNotPresent
4949
repository: nginx/nginx-ingress
50-
tag: 2.2.0-ubi
50+
tag: 2.4.1-ubi
5151
ingressClass: nginx
5252
initContainers: []
5353
kind: deployment
@@ -126,7 +126,7 @@ Parameter | Description | Default
126126
`controller.nginxDebug` | Enables debugging for NGINX. Uses the `nginx-debug` binary. Requires `error-log-level: debug` in the ConfigMap via `controller.config.entries`. | false
127127
`controller.logLevel` | The log level of the Ingress Controller. | 1
128128
`controller.image.repository` | The image repository of the Ingress Controller. | nginx/nginx-ingress
129-
`controller.image.tag` | The tag of the Ingress Controller image. | 2.2.0
129+
`controller.image.tag` | The tag of the Ingress Controller image. | 2.4.1
130130
`controller.image.pullPolicy` | The pull policy for the Ingress Controller image. | IfNotPresent
131131
`controller.config.name` | The name of the ConfigMap used by the Ingress Controller. | Autogenerated
132132
`controller.config.annotations` | The annotations of the Ingress Controller configmap. | {}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ spec:
1111
image:
1212
pullPolicy: IfNotPresent
1313
repository: nginx/nginx-ingress
14-
tag: 2.2.0-ubi
14+
tag: 2.4.1-ubi
1515
ingressClass: nginx
1616
kind: deployment
17-
nginxplus: true
17+
nginxplus: false
1818
service:
1919
type: NodePort
2020
rbac:

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: 2.2.0-ubi
14+
tag: 2.4.1-ubi
1515
ingressClass: nginx
1616
kind: deployment
1717
nginxplus: true

helm-charts/nginx-ingress/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apiVersion: v2
22
name: nginx-ingress
3-
version: 0.15.0
4-
appVersion: 2.4.0
3+
version: 0.15.1
4+
appVersion: 2.4.1
55
kubeVersion: ">= 1.19.0-0"
66
type: application
77
description: NGINX Ingress Controller
8-
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v2.4.0/deployments/helm-chart/chart-icon.png
8+
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v2.4.1/deployments/helm-chart/chart-icon.png
99
home: https://github.com/nginxinc/kubernetes-ingress
1010
sources:
11-
- https://github.com/nginxinc/kubernetes-ingress/tree/v2.4.0/deployments/helm-chart
11+
- https://github.com/nginxinc/kubernetes-ingress/tree/v2.4.1/deployments/helm-chart
1212
keywords:
1313
- ingress
1414
- nginx

helm-charts/nginx-ingress/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This step is required if you're installing the chart using its sources. Addition
2323

2424
1. Clone the Ingress Controller repo:
2525
```console
26-
$ git clone https://github.com/nginxinc/kubernetes-ingress --branch v2.4.0
26+
$ git clone https://github.com/nginxinc/kubernetes-ingress --branch v2.4.1
2727
```
2828
**Note**: If you want to use the experimental repository (`edge`), remove the `--branch` flag and value.
2929

@@ -157,7 +157,7 @@ Parameter | Description | Default
157157
`controller.logLevel` | The log level of the Ingress Controller. | 1
158158
`controller.image.digest ` | The image digest of the Ingress Controller. | None
159159
`controller.image.repository` | The image repository of the Ingress Controller. | nginx/nginx-ingress
160-
`controller.image.tag` | The tag of the Ingress Controller image. | 2.4.0
160+
`controller.image.tag` | The tag of the Ingress Controller image. | 2.4.1
161161
`controller.image.pullPolicy` | The pull policy for the Ingress Controller image. | IfNotPresent
162162
`controller.lifecycle` | The lifecycle of the Ingress Controller pods. | {}
163163
`controller.customConfigMap` | The name of the custom ConfigMap used by the Ingress Controller. If set, then the default config is ignored. | ""
@@ -184,7 +184,7 @@ Parameter | Description | Default
184184
`controller.replicaCount` | The number of replicas of the Ingress Controller deployment. | 1
185185
`controller.ingressClass` | 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
186186
`controller.setAsDefaultIngress` | New Ingresses without an `"ingressClassName"` field specified will be assigned the class specified in `controller.ingressClass`. | false
187-
`controller.watchNamespace` | Comma separated list of namespaces the Ingress Controller should watch for resources. By default the Ingress Controller watches all namespaces. | ""
187+
`controller.watchNamespace` | Comma separated list of namespaces the Ingress Controller should watch for resources. By default the Ingress Controller watches all namespaces. 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"`. | ""
188188
`controller.enableCustomResources` | Enable the custom resources. | true
189189
`controller.enablePreviewPolicies` | Enable preview policies. This parameter is deprecated. To enable OIDC Policies please use `controller.enableOIDC` instead. | false
190190
`controller.enableOIDC` | Enable OIDC policies. | false

helm-charts/nginx-ingress/templates/controller-ingress-class.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{{- if .Values.controller.ingressClass }}
21
apiVersion: networking.k8s.io/v1
32
kind: IngressClass
43
metadata:
@@ -9,4 +8,3 @@ metadata:
98
{{- end }}
109
spec:
1110
controller: nginx.org/ingress-controller
12-
{{- end }}

helm-charts/nginx-ingress/values-icp.yaml

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

0 commit comments

Comments
 (0)