Skip to content

Commit 3389601

Browse files
committed
Release 5.2.1
1 parent 6d3ae15 commit 3389601

File tree

12 files changed

+24
-24
lines changed

12 files changed

+24
-24
lines changed

charts/nginx-ingress/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ appVersion: 5.2.1
55
kubeVersion: ">= 1.25.0-0"
66
type: application
77
description: NGINX Ingress Controller
8-
icon: https://raw.githubusercontent.com/nginx/kubernetes-ingress/v5.2.0/charts/nginx-ingress/chart-icon.png
8+
icon: https://raw.githubusercontent.com/nginx/kubernetes-ingress/v5.2.1/charts/nginx-ingress/chart-icon.png
99
home: https://github.com/nginx/kubernetes-ingress
1010
sources:
11-
- https://github.com/nginx/kubernetes-ingress/tree/v5.2.0/charts/nginx-ingress
11+
- https://github.com/nginx/kubernetes-ingress/tree/v5.2.1/charts/nginx-ingress
1212
keywords:
1313
- ingress
1414
- nginx

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

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: "5.2.0"
6+
tag: "5.2.1"

charts/nginx-ingress/values.schema.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -701,10 +701,10 @@
701701
},
702702
"tag": {
703703
"type": "string",
704-
"default": "5.2.0",
704+
"default": "5.2.1",
705705
"title": "The tag of the Ingress Controller image",
706706
"examples": [
707-
"5.2.0"
707+
"5.2.1"
708708
]
709709
},
710710
"digest": {
@@ -740,7 +740,7 @@
740740
"examples": [
741741
{
742742
"repository": "nginx/nginx-ingress",
743-
"tag": "5.2.0",
743+
"tag": "5.2.1",
744744
"pullPolicy": "IfNotPresent"
745745
}
746746
]
@@ -2068,7 +2068,7 @@
20682068
"customPorts": [],
20692069
"image": {
20702070
"repository": "nginx/nginx-ingress",
2071-
"tag": "5.2.0",
2071+
"tag": "5.2.1",
20722072
"digest": "",
20732073
"pullPolicy": "IfNotPresent"
20742074
},
@@ -2708,7 +2708,7 @@
27082708
"customPorts": [],
27092709
"image": {
27102710
"repository": "nginx/nginx-ingress",
2711-
"tag": "5.2.0",
2711+
"tag": "5.2.1",
27122712
"digest": "",
27132713
"pullPolicy": "IfNotPresent"
27142714
},

charts/nginx-ingress/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ controller:
176176
repository: nginx/nginx-ingress
177177

178178
## The tag of the Ingress Controller image. If not specified the appVersion from Chart.yaml is used as a tag.
179-
# tag: "5.2.0"
179+
# tag: "5.2.1"
180180
## The digest of the Ingress Controller image.
181181
## If digest is specified it has precedence over tag and will be used instead
182182
# digest: "sha256:CHANGEME"

deployments/daemon-set/nginx-ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
# - name: nginx-log
3535
# emptyDir: {}
3636
containers:
37-
- image: nginx/nginx-ingress:5.2.0
37+
- image: nginx/nginx-ingress:5.2.1
3838
imagePullPolicy: IfNotPresent
3939
name: nginx-ingress
4040
ports:
@@ -100,7 +100,7 @@ spec:
100100
#- -enable-prometheus-metrics
101101
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
102102
# initContainers:
103-
# - image: nginx/nginx-ingress:5.2.0
103+
# - image: nginx/nginx-ingress:5.2.1
104104
# imagePullPolicy: IfNotPresent
105105
# name: init-nginx-ingress
106106
# command: ['cp', '-vdR', '/etc/nginx/.', '/mnt/etc']

deployments/daemon-set/nginx-plus-ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
# - name: nginx-log
3535
# emptyDir: {}
3636
containers:
37-
- image: nginx-plus-ingress:5.2.0
37+
- image: nginx-plus-ingress:5.2.1
3838
imagePullPolicy: IfNotPresent
3939
name: nginx-plus-ingress
4040
ports:
@@ -104,7 +104,7 @@ spec:
104104
#- -enable-prometheus-metrics
105105
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
106106
# initContainers:
107-
# - image: nginx/nginx-ingress:5.2.0
107+
# - image: nginx/nginx-ingress:5.2.1
108108
# imagePullPolicy: IfNotPresent
109109
# name: init-nginx-ingress
110110
# command: ['cp', '-vdR', '/etc/nginx/.', '/mnt/etc']

deployments/deployment/nginx-ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
# - name: nginx-log
3636
# emptyDir: {}
3737
containers:
38-
- image: nginx/nginx-ingress:5.2.0
38+
- image: nginx/nginx-ingress:5.2.1
3939
imagePullPolicy: IfNotPresent
4040
name: nginx-ingress
4141
ports:
@@ -101,7 +101,7 @@ spec:
101101
#- -enable-prometheus-metrics
102102
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
103103
# initContainers:
104-
# - image: nginx/nginx-ingress:5.2.0
104+
# - image: nginx/nginx-ingress:5.2.1
105105
# imagePullPolicy: IfNotPresent
106106
# name: init-nginx-ingress
107107
# command: ['cp', '-vdR', '/etc/nginx/.', '/mnt/etc']

deployments/deployment/nginx-plus-ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
# - name: nginx-log
3636
# emptyDir: {}
3737
containers:
38-
- image: nginx-plus-ingress:5.2.0
38+
- image: nginx-plus-ingress:5.2.1
3939
imagePullPolicy: IfNotPresent
4040
name: nginx-plus-ingress
4141
ports:
@@ -108,7 +108,7 @@ spec:
108108
#- -enable-service-insight
109109
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
110110
# initContainers:
111-
# - image: nginx/nginx-ingress:5.2.0
111+
# - image: nginx/nginx-ingress:5.2.1
112112
# imagePullPolicy: IfNotPresent
113113
# name: init-nginx-ingress
114114
# command: ['cp', '-vdR', '/etc/nginx/.', '/mnt/etc']

deployments/stateful-set/nginx-ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
# - name: nginx-log
3737
# emptyDir: {}
3838
containers:
39-
- image: nginx/nginx-ingress:5.2.0
39+
- image: nginx/nginx-ingress:5.2.1
4040
imagePullPolicy: IfNotPresent
4141
name: nginx-ingress
4242
ports:
@@ -100,7 +100,7 @@ spec:
100100
#- -enable-prometheus-metrics
101101
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
102102
# initContainers:
103-
# - image: nginx/nginx-ingress:5.2.0
103+
# - image: nginx/nginx-ingress:5.2.1
104104
# imagePullPolicy: IfNotPresent
105105
# name: init-nginx-ingress
106106
# command: ['cp', '-vdR', '/etc/nginx/.', '/mnt/etc']

0 commit comments

Comments
 (0)