Skip to content

Commit b99d3cb

Browse files
authored
Update for nic 3.0.2 (#83)
* Pull in latest changes from helm chart * Update NIC image versions in samples
1 parent 63fcb35 commit b99d3cb

15 files changed

+57
-56
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ metadata:
6262
"image": {
6363
"pullPolicy": "IfNotPresent",
6464
"repository": "nginx/nginx-ingress",
65-
"tag": "3.0.1-ubi"
65+
"tag": "3.0.2-ubi"
6666
},
6767
"includeYear": false,
6868
"ingressClass": "nginx",

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.0.1-ubi"
28+
tag: "3.0.2-ubi"
2929
# digest: "sha256:CHANGEME"
3030
pullPolicy: IfNotPresent
3131
lifecycle: {}

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.16.1
4-
appVersion: 3.0.1
3+
version: 0.16.2
4+
appVersion: 3.0.2
55
kubeVersion: ">= 1.21.0-0"
66
type: application
77
description: NGINX Ingress Controller
8-
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.0.1/deployments/helm-chart/chart-icon.png
8+
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.0.2/deployments/helm-chart/chart-icon.png
99
home: https://github.com/nginxinc/kubernetes-ingress
1010
sources:
11-
- https://github.com/nginxinc/kubernetes-ingress/tree/v3.0.1/deployments/helm-chart
11+
- https://github.com/nginxinc/kubernetes-ingress/tree/v3.0.2/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 v3.0.1
26+
$ git clone https://github.com/nginxinc/kubernetes-ingress --branch v3.0.2
2727
```
2828
**Note**: If you want to use the experimental repository (`edge`), remove the `--branch` flag and value.
2929

@@ -159,7 +159,7 @@ Parameter | Description | Default
159159
`controller.logLevel` | The log level of the Ingress Controller. | 1
160160
`controller.image.digest ` | The image digest of the Ingress Controller. | None
161161
`controller.image.repository` | The image repository of the Ingress Controller. | nginx/nginx-ingress
162-
`controller.image.tag` | The tag of the Ingress Controller image. | 3.0.1
162+
`controller.image.tag` | The tag of the Ingress Controller image. | 3.0.2
163163
`controller.image.pullPolicy` | The pull policy for the Ingress Controller image. | IfNotPresent
164164
`controller.lifecycle` | The lifecycle of the Ingress Controller pods. | {}
165165
`controller.customConfigMap` | The name of the custom ConfigMap used by the Ingress Controller. If set, then the default config is ignored. | ""
@@ -255,7 +255,7 @@ Parameter | Description | Default
255255
`controller.autoscaling.maxReplicas` | Maximum number of replicas for the HPA. | 3
256256
`controller.autoscaling.targetCPUUtilizationPercentage` | The target CPU utilization percentage. | 50
257257
`controller.autoscaling.targetMemoryUtilizationPercentage` | The target memory utilization percentage. | 50
258-
`controller.strategy` | Specifies the strategy used to replace old Pods by new ones. [docs](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy) | {}
258+
`controller.strategy` | Specifies the strategy used to replace old Pods with new ones. Docs for [Deployment update strategy](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy) and [Daemonset update strategy](https://kubernetes.io/docs/tasks/manage-daemon/update-daemon-set/#daemonset-update-strategy) | {}
259259
`controller.disableIPV6` | Disable IPV6 listeners explicitly for nodes that do not support the IPV6 stack. | false
260260
`rbac.create` | Configures RBAC. | true
261261
`prometheus.create` | Expose NGINX or NGINX Plus metrics in the Prometheus format. | false

helm-charts/nginx-ingress/crds/appprotectdos.f5.com_dosprotectedresources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.11.1
5+
controller-gen.kubebuilder.io/version: v0.11.3
66
creationTimestamp: null
77
name: dosprotectedresources.appprotectdos.f5.com
88
spec:

helm-charts/nginx-ingress/crds/externaldns.nginx.org_dnsendpoints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.11.1
5+
controller-gen.kubebuilder.io/version: v0.11.3
66
creationTimestamp: null
77
name: dnsendpoints.externaldns.nginx.org
88
spec:

helm-charts/nginx-ingress/crds/k8s.nginx.org_globalconfigurations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.11.1
5+
controller-gen.kubebuilder.io/version: v0.11.3
66
creationTimestamp: null
77
name: globalconfigurations.k8s.nginx.org
88
spec:

helm-charts/nginx-ingress/crds/k8s.nginx.org_policies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.11.1
5+
controller-gen.kubebuilder.io/version: v0.11.3
66
creationTimestamp: null
77
name: policies.k8s.nginx.org
88
spec:

helm-charts/nginx-ingress/crds/k8s.nginx.org_transportservers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.11.1
5+
controller-gen.kubebuilder.io/version: v0.11.3
66
creationTimestamp: null
77
name: transportservers.k8s.nginx.org
88
spec:

helm-charts/nginx-ingress/crds/k8s.nginx.org_virtualserverroutes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.11.1
5+
controller-gen.kubebuilder.io/version: v0.11.3
66
creationTimestamp: null
77
name: virtualserverroutes.k8s.nginx.org
88
spec:

0 commit comments

Comments
 (0)