Skip to content

Commit 0caa325

Browse files
authored
Merge pull request #5068 from Shubham82/Upgrade_Magnum_CA_Version
Bump openstackmagnum/cluster-autoscaler image version.
2 parents 65ede2d + bbcd5bd commit 0caa325

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cluster-autoscaler/cloudprovider/magnum/examples/cluster-autoscaler-deployment-control-plane.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
serviceAccountName: cluster-autoscaler-account
3232
containers:
3333
- name: cluster-autoscaler
34-
image: openstackmagnum/cluster-autoscaler:v1.15.2
34+
image: openstackmagnum/cluster-autoscaler:v1.23.0
3535
imagePullPolicy: Always
3636
command:
3737
- ./cluster-autoscaler

cluster-autoscaler/cloudprovider/magnum/examples/cluster-autoscaler-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
serviceAccountName: cluster-autoscaler-account
2121
containers:
2222
- name: cluster-autoscaler
23-
image: openstackmagnum/cluster-autoscaler:v1.15.2
23+
image: openstackmagnum/cluster-autoscaler:v1.23.0
2424
imagePullPolicy: Always
2525
command:
2626
- ./cluster-autoscaler

cluster-autoscaler/cloudprovider/magnum/examples/values-autodiscovery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ autoDiscovery:
88

99
image:
1010
repository: docker.io/openstackmagnum/cluster-autoscaler
11-
tag: v1.19.0
11+
tag: v1.23.0
1212

1313
nodeSelector:
1414
node-role.kubernetes.io/master: ""

cluster-autoscaler/cloudprovider/magnum/examples/values-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ autoscalingGroups:
99

1010
image:
1111
repository: docker.io/openstackmagnum/cluster-autoscaler
12-
tag: v1.19.0
12+
tag: v1.23.0
1313

1414
nodeSelector:
1515
node-role.kubernetes.io/master: ""

0 commit comments

Comments
 (0)