Skip to content

Commit e375cc8

Browse files
authored
make 1.24.0=>1.24.2 (kubernetes#1926)
1 parent a3fcece commit e375cc8

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

charts/cinder-csi-plugin/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: v1.24.0
2+
appVersion: v1.24.2
33
description: Cinder CSI Chart for OpenStack
44
name: openstack-cinder-csi
55
version: 2.2.0

charts/manila-csi-plugin/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: v1.24.0
2+
appVersion: v1.24.2
33
description: Manila CSI Chart for OpenStack
44
name: openstack-manila-csi
55
version: 1.5.0

charts/openstack-cloud-controller-manager/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: v1.24.0
2+
appVersion: v1.24.2
33
description: Openstack Cloud Controller Manager Helm Chart
44
icon: https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
55
home: https://github.com/kubernetes/cloud-provider-openstack

manifests/barbican-kms/pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: barbican-kms
8-
image: docker.io/k8scloudprovider/barbican-kms-plugin:v1.24.0
8+
image: docker.io/k8scloudprovider/barbican-kms-plugin:v1.24.2
99
args:
1010
- "--socketpath=/kms/kms.sock"
1111
- "--cloud-config=/etc/kubernetes/cloud-config"

manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ spec:
9292
- mountPath: /var/lib/csi/sockets/pluginproxy/
9393
name: socket-dir
9494
- name: cinder-csi-plugin
95-
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.24.0
95+
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.24.2
9696
args:
9797
- /bin/cinder-csi-plugin
9898
- "--endpoint=$(CSI_ENDPOINT)"

manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
capabilities:
5454
add: ["SYS_ADMIN"]
5555
allowPrivilegeEscalation: true
56-
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.24.0
56+
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.24.2
5757
args:
5858
- /bin/cinder-csi-plugin
5959
- "--endpoint=$(CSI_ENDPOINT)"

manifests/controller-manager/openstack-cloud-controller-manager-ds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
serviceAccountName: cloud-controller-manager
3939
containers:
4040
- name: openstack-cloud-controller-manager
41-
image: docker.io/k8scloudprovider/openstack-cloud-controller-manager:v1.24.0
41+
image: docker.io/k8scloudprovider/openstack-cloud-controller-manager:v1.24.2
4242
args:
4343
- /bin/openstack-cloud-controller-manager
4444
- --v=1

manifests/controller-manager/openstack-cloud-controller-manager-pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
spec:
1212
containers:
1313
- name: openstack-cloud-controller-manager
14-
image: docker.io/k8scloudprovider/openstack-cloud-controller-manager:v1.24.0
14+
image: docker.io/k8scloudprovider/openstack-cloud-controller-manager:v1.24.2
1515
args:
1616
- /bin/openstack-cloud-controller-manager
1717
- --v=1

manifests/magnum-auto-healer/magnum-auto-healer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
node-role.kubernetes.io/control-plane: ""
8989
containers:
9090
- name: magnum-auto-healer
91-
image: docker.io/k8scloudprovider/magnum-auto-healer:v1.24.0
91+
image: docker.io/k8scloudprovider/magnum-auto-healer:v1.24.2
9292
imagePullPolicy: Always
9393
args:
9494
- /bin/magnum-auto-healer

manifests/manila-csi-plugin/csi-controllerplugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
capabilities:
7878
add: ["SYS_ADMIN"]
7979
allowPrivilegeEscalation: true
80-
image: "k8scloudprovider/manila-csi-plugin:v1.24.0"
80+
image: "k8scloudprovider/manila-csi-plugin:v1.24.2"
8181
command: ["/bin/sh", "-c",
8282
'/bin/manila-csi-plugin
8383
--nodeid=$(NODE_ID)

0 commit comments

Comments
 (0)