Skip to content

Commit 7433f1e

Browse files
authored
Merge pull request #775 from adisky/update-manifests-v1.16
Update docker image version
2 parents 47d2056 + 01ce7e7 commit 7433f1e

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

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:latest
8+
image: docker.io/k8scloudprovider/barbican-kms-plugin:v1.16.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.16.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
@@ -49,7 +49,7 @@ spec:
4949
capabilities:
5050
add: ["SYS_ADMIN"]
5151
allowPrivilegeEscalation: true
52-
image: docker.io/k8scloudprovider/cinder-csi-plugin:latest
52+
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.16.0
5353
args :
5454
- /bin/cinder-csi-plugin
5555
- "--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.16.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.16.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.16.0
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
@@ -65,7 +65,7 @@ spec:
6565
capabilities:
6666
add: ["SYS_ADMIN"]
6767
allowPrivilegeEscalation: true
68-
image: "manila-csi-plugin:latest"
68+
image: "manila-csi-plugin:v1.16.0"
6969
args:
7070
- "--v=5"
7171
- "--nodeid=$(NODE_ID)"

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: "manila-csi-plugin:v1.16.0"
5555
args:
5656
- "--v=5"
5757
- "--nodeid=$(NODE_ID)"

manifests/provisioner/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: standalone-cinder-provisioner
19-
image: docker.io/k8scloudprovider/cinder-provisioner:latest
19+
image: docker.io/k8scloudprovider/cinder-provisioner:v1.16.0
2020
imagePullPolicy: IfNotPresent
2121
env:
2222
- name: OS_AUTH_URL

manifests/webhook/k8s-keystone-auth-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: k8s-keystone-auth
14-
image: docker.io/k8scloudprovider/k8s-keystone-auth:latest
14+
image: docker.io/k8scloudprovider/k8s-keystone-auth:v1.16.0
1515
args:
1616
- /bin/k8s-keystone-auth
1717
- --v=10

0 commit comments

Comments
 (0)