diff options
| author | Cheng Fang <cfang@redhat.com> | 2024-09-12 09:53:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-12 09:53:12 -0400 |
| commit | d366f84018e6e6bfe580bfdd5d89babf47902375 (patch) | |
| tree | ad9c88c8c68e4c24b34e003945460df466d836fb | |
| parent | 89a261e96f6866257828dab6e4a7e4a517a7a572 (diff) | |
chore: update argocd version in test/e2e/prereqs/argocd/kustomization.yaml (#863)
Signed-off-by: Cheng Fang <cfang@redhat.com>
| -rw-r--r-- | test/e2e/prereqs/argocd/kustomization.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/prereqs/argocd/kustomization.yaml b/test/e2e/prereqs/argocd/kustomization.yaml index bdd7286..e2f8eb0 100644 --- a/test/e2e/prereqs/argocd/kustomization.yaml +++ b/test/e2e/prereqs/argocd/kustomization.yaml @@ -1,5 +1,5 @@ resources: - - https://github.com/argoproj/argo-cd/manifests/cluster-install?ref=v2.1.5 + - https://github.com/argoproj/argo-cd/manifests/cluster-install?ref=stable - repository.yaml patches: |
