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

Advance csi-node-driver-registrar version to 1.1.0 #248

Merged
merged 1 commit into from
Apr 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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