Skip to content

Commit

Permalink
Remove nightly tag (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
rensyct authored Mar 18, 2022
1 parent e2a62a1 commit 98ec819
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/storage_csm_powerscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
forceRemoveDriver: true
common:
# Image for CSI PowerScale driver v2.2.0
image: "dellemc/csi-isilon:nightly"
image: "dellemc/csi-isilon:v2.2.0"
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
forceUpdate: false
common:
# Image for CSI PowerScale driver v2.2.0
image: "dellemc/csi-isilon:nightly"
image: "dellemc/csi-isilon:v2.2.0"
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_auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
forceUpdate: false
common:
# Image for CSI PowerScale driver v2.2.0
image: "dellemc/csi-isilon:nightly"
image: "dellemc/csi-isilon:v2.2.0"
imagePullPolicy: IfNotPresent
envs:
# X_CSI_VERBOSE: Indicates what content of the OneFS REST API message should be logged in debug level logs
Expand Down

0 comments on commit 98ec819

Please sign in to comment.