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 8b27f4a commit 535f54dCopy full SHA for 535f54d
scripts/testacc_prepare_env.sh
@@ -19,7 +19,7 @@ kind load docker-image redis:5.0.10-alpine --name argocd
19
kind load docker-image ghcr.io/dexidp/dex:v2.27.0 --name argocd
20
kind load docker-image argoproj/argocd:${ARGOCD_VERSION:-v1.8.2} --name argocd
21
22
-echo '--- Install ArgoCD ${ARGOCD_VERSION:-v1.6.1}\n\n'
+echo '--- Install ArgoCD ${ARGOCD_VERSION:-v1.8.2}\n\n'
23
kustomize build manifests/install | kubectl apply -f - &&
24
kubectl apply -f manifests/testdata/ &&
25
0 commit comments