Skip to content

Commit

Permalink
update node-disk-controller image in deplyment
Browse files Browse the repository at this point in the history
  • Loading branch information
silentred committed Dec 5, 2023
1 parent 77a6434 commit aee2a4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hack/deploy/base/500-disk-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
secretName: selfsigned-cert-tls
containers:
- name: node-disk-controller
image: silentred/node-disk-controller:ba03b9e2-20231129185104
image: silentred/node-disk-controller:77a64346-20231205134756
command:
- /node-disk-controller
args:
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/base/600-csi-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccount: obnvmf-admin
containers:
- name: csi-antstor
image: silentred/node-disk-controller:ba03b9e2-20231129185104
image: silentred/node-disk-controller:77a64346-20231205134756
command:
- /node-disk-controller
args:
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/base/700-disk-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
capabilities:
add: ["ALL"]
allowPrivilegeEscalation: true
image: silentred/node-disk-controller:ba03b9e2-20231129185104
image: silentred/node-disk-controller:77a64346-20231205134756
#imagePullPolicy: Always
command:
- /node-disk-controller
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/base/800-csi-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
capabilities:
add: ["CAP_MKNOD", "CAP_SYS_ADMIN", "SYS_ADMIN", "SYS_RAWIO"]
allowPrivilegeEscalation: true
image: silentred/node-disk-controller:ba03b9e2-20231129185104
image: silentred/node-disk-controller:77a64346-20231205134756
command:
- /node-disk-controller
args:
Expand Down

0 comments on commit aee2a4f

Please sign in to comment.