Skip to content

Commit

Permalink
update version of csi to fix issue: kubernetes-csi/node-driver-regist…
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroargentieri authored Oct 14, 2022
1 parent 179277e commit 4670bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ spec:
operator: Exists
containers:
- name: csi-driver-registrar
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.1
args:
- "--v=5"
- "--csi-address=/csi/csi.sock"
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/05_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
operator: Exists
containers:
- name: csi-driver-registrar
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.1
args:
- "--v=5"
- "--csi-address=/csi/csi.sock"
Expand Down

0 comments on commit 4670bd9

Please sign in to comment.