From 0c38079e497b8de34bb5fed81606001e8ecfa5f4 Mon Sep 17 00:00:00 2001 From: Jonathan West Date: Mon, 21 Jul 2025 09:20:10 -0400 Subject: [PATCH] Update to latest version of Argo Rollouts Route plugin E2E tests on 'v1.15' branch Signed-off-by: Jonathan West --- 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 6c47a1a1572..db0e646d117 100755 --- a/scripts/run-rollouts-e2e-tests.sh +++ b/scripts/run-rollouts-e2e-tests.sh @@ -164,7 +164,7 @@ TARGET_ROLLOUT_MANAGER_COMMIT=ee5dc2da6990ba257bf71dee279c14efeec124c0 # 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 -TARGET_OPENSHIFT_ROUTE_ROLLOUT_PLUGIN_COMMIT=8b4125a7f9ecffb0247df91a4c890f88c0c523b7 +TARGET_OPENSHIFT_ROUTE_ROLLOUT_PLUGIN_COMMIT=1495bbad184a05cde955fb21dcf35d05c3e58d98 git checkout $TARGET_ROLLOUT_MANAGER_COMMIT