We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73432a commit d5c1ca2Copy full SHA for d5c1ca2
scripts/run-kuttl-tests.sh
@@ -121,11 +121,14 @@ kubectl get pods -A || true
121
122
kubectl api-resources
123
124
-git clone https://github.com/argoproj-labs/argo-rollouts-manager
+#git clone https://github.com/argoproj-labs/argo-rollouts-manager
125
+
126
+git clone https://github.com/jgwest/argo-rollouts-manager
127
128
cd "$ROLLOUTS_TMP_DIR/argo-rollouts-manager"
129
-TARGET_ROLLOUT_MANAGER_COMMIT=25d137a24c28f4bb0b312c0a8c67c589ac047537
130
+#TARGET_ROLLOUT_MANAGER_COMMIT=25d137a24c28f4bb0b312c0a8c67c589ac047537
131
+TARGET_ROLLOUT_MANAGER_COMMIT=4b89a85de472a060eab7a5c36b2605f19c94182d
132
133
git checkout $TARGET_ROLLOUT_MANAGER_COMMIT
134
make test-e2e
0 commit comments