Skip to content

Commit 535f54d

Browse files
committed
chore: fix script version in standard output logs
1 parent 8b27f4a commit 535f54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/testacc_prepare_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ kind load docker-image redis:5.0.10-alpine --name argocd
1919
kind load docker-image ghcr.io/dexidp/dex:v2.27.0 --name argocd
2020
kind load docker-image argoproj/argocd:${ARGOCD_VERSION:-v1.8.2} --name argocd
2121

22-
echo '--- Install ArgoCD ${ARGOCD_VERSION:-v1.6.1}\n\n'
22+
echo '--- Install ArgoCD ${ARGOCD_VERSION:-v1.8.2}\n\n'
2323
kustomize build manifests/install | kubectl apply -f - &&
2424
kubectl apply -f manifests/testdata/ &&
2525

0 commit comments

Comments
 (0)