Skip to content

Commit

Permalink
Revert "test: use latest argo-rollouts installation"
Browse files Browse the repository at this point in the history
This reverts commit b20a635.
  • Loading branch information
snaftaly committed Feb 22, 2023
1 parent 64ee33f commit 4085e16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/integration/kubernetes.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ test('deploy sample workloads', async () => {
.createNamespace(argoNamespace)
.then(() =>
kubectl.applyK8sYaml(
'https://github.com/argoproj/argo-rollouts/releases/latest/download/install.yaml',
//TODO: We pin to a earlier version due to a bug in Argo Rollout, we will revert to latest once the bug fix is deployed
// to a new version of argo-rollouts https://github.com/argoproj/argo-rollouts/issues/2568
'https://github.com/argoproj/argo-rollouts/releases/download/v1.3.2/install.yaml',
argoNamespace,
),
)
Expand Down

0 comments on commit 4085e16

Please sign in to comment.