Skip to content

Commit a7b2099

Browse files
authored
Rollouts E2E test script should point to v0.0.4.1 branch (redhat-developer#795)
Signed-off-by: Jonathan West <[email protected]>
1 parent cee3caf commit a7b2099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-rollouts-e2e-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cd "$ROLLOUTS_TMP_DIR/argo-rollouts-manager"
1616

1717
# This commit value will be automatically updated by calling 'hack/upgrade-rollouts-manager/go-run.sh':
1818
# - It should always point to the same argo-rollouts-manager commit that is referenced in go.mod of gitops-operator (which will usually be the most recent argo-rollouts-manager commit)
19-
TARGET_ROLLOUT_MANAGER_COMMIT=aea86d7ae5902e2ee8d0e652a2770484d9fa09df
19+
TARGET_ROLLOUT_MANAGER_COMMIT=df262fe66d25638de47ee98130dcebe016c8fae5
2020

2121
# This commit value will be automatically updated by calling 'hack/upgrade-rollouts-manager/go-run.sh':
2222
# - It should always point to the same argo-rollouts-manager commit that is referenced in the version of argo-rollouts-manager that is in go.mod

0 commit comments

Comments
 (0)