Skip to content

Commit

Permalink
Merge pull request #2 from silentred/main
Browse files Browse the repository at this point in the history
update docker image in documents
  • Loading branch information
silentred authored Nov 29, 2023
2 parents 7184e03 + 5305e33 commit 290e8b6
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:e2ed4c68-20231115165836
image: silentred/node-disk-controller:7184e038-20231129171234
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:e2ed4c68-20231115165836
image: silentred/node-disk-controller:7184e038-20231129171234
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:e2ed4c68-20231115165836
image: silentred/node-disk-controller:7184e038-20231129171234
#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:e2ed4c68-20231115165836
image: silentred/node-disk-controller:7184e038-20231129171234
command:
- /node-disk-controller
args:
Expand Down

0 comments on commit 290e8b6

Please sign in to comment.