Skip to content

Commit

Permalink
v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Qeas committed Nov 9, 2022
1 parent 9e22687 commit c771d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/intelliflash-csi-block-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: driver
image: 10.204.86.117:5000/intelliflash-csi-block-driver:master
image: 10.204.86.117:5000/intelliflash-csi-block-driver:v1.0.0
imagePullPolicy: IfNotPresent
args:
- --nodeid=$(KUBE_NODE_NAME)
Expand Down Expand Up @@ -390,7 +390,7 @@ spec:
capabilities:
add: ['SYS_ADMIN']
allowPrivilegeEscalation: true
image: 10.204.86.117:5000/intelliflash-csi-block-driver:master
image: 10.204.86.117:5000/intelliflash-csi-block-driver:v1.0.0
imagePullPolicy: IfNotPresent
args:
- --nodeid=$(KUBE_NODE_NAME)
Expand Down

0 comments on commit c771d02

Please sign in to comment.