Skip to content

Commit

Permalink
[All] Update docker image tag to v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lingxiankong committed Mar 31, 2020
1 parent e128917 commit 466040a
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions manifests/barbican-kms/pod.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: v1
kind: Pod
metadata:
apiVersion: v1
kind: Pod
metadata:
name: barbican-kms
spec:
containers:
- name: barbican-kms
image: docker.io/k8scloudprovider/barbican-kms-plugin:latest
spec:
containers:
- name: barbican-kms
image: docker.io/k8scloudprovider/barbican-kms-plugin:v1.18.0
args:
- "--socketpath=/kms/kms.sock"
- "--cloud-config=/etc/kubernetes/cloud-config"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: cinder-csi-plugin
image: docker.io/k8scloudprovider/cinder-csi-plugin:latest
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.18.0
args :
- /bin/cinder-csi-plugin
- "--nodeid=$(NODE_ID)"
Expand Down
2 changes: 1 addition & 1 deletion manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: docker.io/k8scloudprovider/cinder-csi-plugin:latest
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.18.0
args :
- /bin/cinder-csi-plugin
- "--nodeid=$(NODE_ID)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
serviceAccountName: cloud-controller-manager
containers:
- name: openstack-cloud-controller-manager
image: docker.io/k8scloudprovider/openstack-cloud-controller-manager:latest
image: docker.io/k8scloudprovider/openstack-cloud-controller-manager:v1.18.0
args:
- /bin/openstack-cloud-controller-manager
- --v=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
spec:
containers:
- name: openstack-cloud-controller-manager
image: docker.io/k8scloudprovider/openstack-cloud-controller-manager:latest
image: docker.io/k8scloudprovider/openstack-cloud-controller-manager:v1.18.0
args:
- /bin/openstack-cloud-controller-manager
- --v=1
Expand Down
2 changes: 1 addition & 1 deletion manifests/magnum-auto-healer/magnum-auto-healer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
node-role.kubernetes.io/master: ""
containers:
- name: magnum-auto-healer
image: docker.io/k8scloudprovider/magnum-auto-healer:latest
image: docker.io/k8scloudprovider/magnum-auto-healer:v1.18.0
imagePullPolicy: Always
args:
- /bin/magnum-auto-healer
Expand Down
2 changes: 1 addition & 1 deletion manifests/manila-csi-plugin/csi-nodeplugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: "manila-csi-plugin:latest"
image: docker.io/k8scloudprovider/manila-csi-plugin:v1.18.0
args:
- "--v=5"
- "--nodeid=$(NODE_ID)"
Expand Down
2 changes: 1 addition & 1 deletion manifests/webhook/k8s-keystone-auth-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
effect: NoSchedule
containers:
- name: k8s-keystone-auth
image: docker.io/k8scloudprovider/k8s-keystone-auth:latest
image: docker.io/k8scloudprovider/k8s-keystone-auth:v1.18.0
args:
- /bin/k8s-keystone-auth
- --v=10
Expand Down
2 changes: 1 addition & 1 deletion manifests/webhook/k8s-keystone-auth-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
serviceAccountName: k8s-keystone
containers:
- name: k8s-keystone-auth
image: docker.io/k8scloudprovider/k8s-keystone-auth:latest
image: docker.io/k8scloudprovider/k8s-keystone-auth:v1.18.0
args:
- /bin/k8s-keystone-auth
- --v=10
Expand Down

0 comments on commit 466040a

Please sign in to comment.