From 9ef25e4c5e06fabdd4bbf969446f3fb7cdb37ee2 Mon Sep 17 00:00:00 2001 From: Jonathan West Date: Wed, 23 Oct 2024 01:06:28 -0400 Subject: [PATCH] Rollouts E2E test script should point to v0.0.4.1 branch (#795) Signed-off-by: Jonathan West Signed-off-by: Ishita Sequeira --- scripts/run-rollouts-e2e-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-rollouts-e2e-tests.sh b/scripts/run-rollouts-e2e-tests.sh index b2df292d5..6607194fe 100755 --- a/scripts/run-rollouts-e2e-tests.sh +++ b/scripts/run-rollouts-e2e-tests.sh @@ -16,7 +16,7 @@ cd "$ROLLOUTS_TMP_DIR/argo-rollouts-manager" # This commit value will be automatically updated by calling 'hack/upgrade-rollouts-manager/go-run.sh': # - 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) -TARGET_ROLLOUT_MANAGER_COMMIT=aea86d7ae5902e2ee8d0e652a2770484d9fa09df +TARGET_ROLLOUT_MANAGER_COMMIT=df262fe66d25638de47ee98130dcebe016c8fae5 # This commit value will be automatically updated by calling 'hack/upgrade-rollouts-manager/go-run.sh': # - 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