Skip to content

Commit

Permalink
updated to use images from quay.io repo
Browse files Browse the repository at this point in the history
  • Loading branch information
harishp8889 committed Oct 16, 2024
1 parent 8a03ecb commit 1606c5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ spec:
- name: socket-dir
mountPath: /var/run/csi
- name: driver
image: dellemc/csi-powermax:nightly # TODO image has to be updated once the driver is released
image: quay.io/dell/container-storage-modules/csi-powermax:nightly
imagePullPolicy: IfNotPresent
command: ["/csi-powermax.sh"]
env:
Expand Down
2 changes: 1 addition & 1 deletion operatorconfig/driverconfig/powermax/v2.12.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: dellemc/csi-powermax:nightly # TODO image has to be updated once the driver is released
image: quay.io/dell/container-storage-modules/csi-powermax:nightly
imagePullPolicy: IfNotPresent
env:
- name: X_CSI_POWERMAX_DRIVER_NAME
Expand Down

0 comments on commit 1606c5d

Please sign in to comment.