Skip to content

Commit

Permalink
build against Go 1.15, update local development testing ArgoCD versio…
Browse files Browse the repository at this point in the history
…n to 1.8.2
  • Loading branch information
oboukili committed Jan 17, 2021
1 parent 29467e4 commit b791194
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.15

- name: Import GPG key
id: import_gpg
Expand Down
8 changes: 4 additions & 4 deletions scripts/testacc_prepare_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ kubectl get nodes -o wide
kubectl get pods --all-namespaces -o wide
kubectl get services --all-namespaces -o wide

echo '--- Load already available container images from local registry into Kind'
kind load docker-image redis:5.0.3 --name argocd
kind load docker-image quay.io/dexidp/dex:v2.22.0 --name argocd
kind load docker-image argoproj/argocd:${ARGOCD_VERSION:-v1.6.1} --name argocd
echo '--- Load already available container images from local registry into Kind (local development only)'
kind load docker-image redis:5.0.10-alpine --name argocd
kind load docker-image ghcr.io/dexidp/dex --name argocd
kind load docker-image argoproj/argocd:${ARGOCD_VERSION:-v1.8.2} --name argocd

echo '--- Install ArgoCD ${ARGOCD_VERSION:-v1.6.1}\n\n'
kustomize build manifests/install | kubectl apply -f - &&
Expand Down

0 comments on commit b791194

Please sign in to comment.