Skip to content

Commit 466040a

Browse files
committed
[All] Update docker image tag to v1.18.0
1 parent e128917 commit 466040a

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

manifests/barbican-kms/pod.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
apiVersion: v1
2-
kind: Pod
3-
metadata:
1+
apiVersion: v1
2+
kind: Pod
3+
metadata:
44
name: barbican-kms
5-
spec:
6-
containers:
7-
- name: barbican-kms
8-
image: docker.io/k8scloudprovider/barbican-kms-plugin:latest
5+
spec:
6+
containers:
7+
- name: barbican-kms
8+
image: docker.io/k8scloudprovider/barbican-kms-plugin:v1.18.0
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
@@ -81,7 +81,7 @@ spec:
8181
- name: socket-dir
8282
mountPath: /var/lib/csi/sockets/pluginproxy/
8383
- name: cinder-csi-plugin
84-
image: docker.io/k8scloudprovider/cinder-csi-plugin:latest
84+
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.18.0
8585
args :
8686
- /bin/cinder-csi-plugin
8787
- "--nodeid=$(NODE_ID)"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
capabilities:
4949
add: ["SYS_ADMIN"]
5050
allowPrivilegeEscalation: true
51-
image: docker.io/k8scloudprovider/cinder-csi-plugin:latest
51+
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.18.0
5252
args :
5353
- /bin/cinder-csi-plugin
5454
- "--nodeid=$(NODE_ID)"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
serviceAccountName: cloud-controller-manager
3737
containers:
3838
- name: openstack-cloud-controller-manager
39-
image: docker.io/k8scloudprovider/openstack-cloud-controller-manager:latest
39+
image: docker.io/k8scloudprovider/openstack-cloud-controller-manager:v1.18.0
4040
args:
4141
- /bin/openstack-cloud-controller-manager
4242
- --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:latest
14+
image: docker.io/k8scloudprovider/openstack-cloud-controller-manager:v1.18.0
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/master: ""
8989
containers:
9090
- name: magnum-auto-healer
91-
image: docker.io/k8scloudprovider/magnum-auto-healer:latest
91+
image: docker.io/k8scloudprovider/magnum-auto-healer:v1.18.0
9292
imagePullPolicy: Always
9393
args:
9494
- /bin/magnum-auto-healer

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
capabilities:
5252
add: ["SYS_ADMIN"]
5353
allowPrivilegeEscalation: true
54-
image: "manila-csi-plugin:latest"
54+
image: docker.io/k8scloudprovider/manila-csi-plugin:v1.18.0
5555
args:
5656
- "--v=5"
5757
- "--nodeid=$(NODE_ID)"

manifests/webhook/k8s-keystone-auth-ds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
effect: NoSchedule
2929
containers:
3030
- name: k8s-keystone-auth
31-
image: docker.io/k8scloudprovider/k8s-keystone-auth:latest
31+
image: docker.io/k8scloudprovider/k8s-keystone-auth:v1.18.0
3232
args:
3333
- /bin/k8s-keystone-auth
3434
- --v=10

manifests/webhook/k8s-keystone-auth-pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
serviceAccountName: k8s-keystone
1313
containers:
1414
- name: k8s-keystone-auth
15-
image: docker.io/k8scloudprovider/k8s-keystone-auth:latest
15+
image: docker.io/k8scloudprovider/k8s-keystone-auth:v1.18.0
1616
args:
1717
- /bin/k8s-keystone-auth
1818
- --v=10

0 commit comments

Comments
 (0)