Skip to content

Commit

Permalink
updated driver image to nightly in e2e test files
Browse files Browse the repository at this point in the history
  • Loading branch information
suryagupta4 committed May 22, 2023
1 parent cd3f121 commit 3afaefa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/testfiles/storage_csm_powerflex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
forceUpdate: false
forceRemoveDriver: true
common:
image: "dellemc/csi-vxflexos:latest"
image: "dellemc/csi-vxflexos:nightly"
imagePullPolicy: IfNotPresent
envs:
- name: X_CSI_VXFLEXOS_ENABLELISTVOLUMESNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/testfiles/storage_csm_powerflex_resiliency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
forceUpdate: false
forceRemoveDriver: true
common:
image: "dellemc/csi-vxflexos:latest"
image: "dellemc/csi-vxflexos:nightly"
imagePullPolicy: IfNotPresent
envs:
- name: X_CSI_VXFLEXOS_ENABLELISTVOLUMESNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/testfiles/storage_csm_powerscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
forceRemoveDriver: true
common:
# Image for CSI PowerScale driver v2.7.0
image: "dellemc/csi-isilon:latest"
image: "dellemc/csi-isilon:nightly"
imagePullPolicy: IfNotPresent
envs:
# X_CSI_VERBOSE: Indicates what content of the OneFS REST API message should be logged in debug level logs
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/testfiles/storage_csm_powerscale_resiliency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
forceRemoveDriver: true
common:
# Image for CSI PowerScale driver v2.7.0
image: "dellemc/csi-isilon:latest"
image: "dellemc/csi-isilon:nightly"
imagePullPolicy: IfNotPresent
envs:
# X_CSI_VERBOSE: Indicates what content of the OneFS REST API message should be logged in debug level logs
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/testfiles/storage_csm_powerstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
forceRemoveDriver: true
common:
# Image for CSI PowerStore driver v2.7.0
image: "dellemc/csi-powerstore:latest"
image: "dellemc/csi-powerstore:nightly"
imagePullPolicy: IfNotPresent
envs:
- name: X_CSI_POWERSTORE_NODE_NAME_PREFIX
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/testfiles/storage_csm_powerstore_resiliency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
forceRemoveDriver: true
common:
# Image for CSI PowerStore driver v2.7.0
image: "dellemc/csi-powerstore:latest"
image: "dellemc/csi-powerstore:nightly"
imagePullPolicy: IfNotPresent
envs:
- name: X_CSI_POWERSTORE_NODE_NAME_PREFIX
Expand Down

0 comments on commit 3afaefa

Please sign in to comment.