Skip to content

Commit

Permalink
Add csi image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamdy-khader committed Aug 22, 2023
1 parent 50a77d4 commit e3b7637
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
"nodes": [
{
"name": "pool1",
"rpcURL": "http://127.0.0.1",
"rpcURL": "http://34.244.195.34",
"targetType": "nvme-tcp",
"targetAddr": "127.0.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: spdkcsi-controller
image: spdkcsi/spdkcsi:canary
image: hamdykhader/spdkcsi:latest
imagePullPolicy: "IfNotPresent"
args:
- "--v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: spdkcsi/spdkcsi:canary
image: hamdykhader/spdkcsi:latest
imagePullPolicy: "IfNotPresent"
args:
- "--v=5"
Expand Down

0 comments on commit e3b7637

Please sign in to comment.