Skip to content

Commit

Permalink
Update to the latest csi-node-driver release, which cleans up the socket
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Kumpf <[email protected]>
  • Loading branch information
rkumpf committed Nov 3, 2020
1 parent 07e602e commit d755444
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion helm/charts/hpe-csi-driver/templates/hpe-csi-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
value: "1"
containers:
- name: csi-node-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1
args:
- "--csi-address=$(ADDRESS)"
- "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
Expand Down
2 changes: 1 addition & 1 deletion yaml/csi-driver/edge/hpe-csi-k8s-1.13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ spec:
value: "1"
containers:
- name: csi-node-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1
args:
- "--csi-address=$(ADDRESS)"
- "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
Expand Down
2 changes: 1 addition & 1 deletion yaml/csi-driver/edge/hpe-csi-k8s-1.14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ spec:
value: "1"
containers:
- name: csi-node-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1
args:
- "--csi-address=$(ADDRESS)"
- "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
Expand Down
2 changes: 1 addition & 1 deletion yaml/csi-driver/edge/hpe-csi-k8s-1.15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ spec:
value: "1"
containers:
- name: csi-node-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1
args:
- "--csi-address=$(ADDRESS)"
- "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
Expand Down
2 changes: 1 addition & 1 deletion yaml/csi-driver/edge/hpe-csi-k8s-1.16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ spec:
value: "1"
containers:
- name: csi-node-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1
args:
- "--csi-address=$(ADDRESS)"
- "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
Expand Down
2 changes: 1 addition & 1 deletion yaml/csi-driver/edge/hpe-csi-k8s-1.17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ spec:
value: "1"
containers:
- name: csi-node-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1
args:
- "--csi-address=$(ADDRESS)"
- "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
Expand Down
2 changes: 1 addition & 1 deletion yaml/csi-driver/edge/hpe-csi-k8s-1.18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ spec:
value: "1"
containers:
- name: csi-node-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1
args:
- "--csi-address=$(ADDRESS)"
- "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
Expand Down
2 changes: 1 addition & 1 deletion yaml/csi-driver/edge/hpe-csi-k8s-1.19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ spec:
value: "1"
containers:
- name: csi-node-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1
args:
- "--csi-address=$(ADDRESS)"
- "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
Expand Down

0 comments on commit d755444

Please sign in to comment.