Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Advance csi-node-driver-registrar version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
okartau committed Apr 29, 2019
1 parent e2f251e commit 0206d95
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes-1.13/pmem-csi-direct-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ spec:
- --v=5
- --kubelet-registration-path=/var/lib/kubelet/plugins/pmem-csi.intel.com/csi.sock
- --csi-address=/csi/csi.sock
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
imagePullPolicy: Always
name: driver-registrar
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes-1.13/pmem-csi-direct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ spec:
- --v=5
- --kubelet-registration-path=/var/lib/kubelet/plugins/pmem-csi.intel.com/csi.sock
- --csi-address=/csi/csi.sock
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
imagePullPolicy: Always
name: driver-registrar
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes-1.13/pmem-csi-lvm-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ spec:
- --v=5
- --kubelet-registration-path=/var/lib/kubelet/plugins/pmem-csi.intel.com/csi.sock
- --csi-address=/csi/csi.sock
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
imagePullPolicy: Always
name: driver-registrar
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes-1.13/pmem-csi-lvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ spec:
- --v=5
- --kubelet-registration-path=/var/lib/kubelet/plugins/pmem-csi.intel.com/csi.sock
- --csi-address=/csi/csi.sock
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
imagePullPolicy: Always
name: driver-registrar
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kustomize/kubernetes-1.13/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ images:
- name: quay.io/k8scsi/csi-attacher
newTag: v1.0.1
- name: quay.io/k8scsi/csi-node-driver-registrar
newTag: v1.0.2
newTag: v1.1.0

0 comments on commit 0206d95

Please sign in to comment.