Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update docker image in documents #2

Merged
merged 2 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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