Skip to content

Commit

Permalink
argocd:2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Feb 16, 2024
1 parent 8255897 commit 87ad01a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# defaults file for argocd
argocd_ver: v2.9.6
argocd_ver: v2.10.1
argocd_mirror: https://github.com/argoproj/argo-cd/releases/download
argocd_arch_map:
aarch64: arm64
Expand Down Expand Up @@ -879,3 +879,18 @@ argocd_checksums:
darwin-arm64: sha256:787f27049ba0349936eafe1516097e560421137b961d6fb18a71d4d166fb6885
# https://github.com/argoproj/argo-cd/releases/download/v2.9.6/argocd-windows-amd64.exe
windows-amd64: sha256:80f4468097bc7696e9269067c2e132c11da8f1e6d2984d375cf6a39f03f70f46
v2.10.1:
# https://github.com/argoproj/argo-cd/releases/download/v2.10.1/argocd-linux-amd64
linux-amd64: sha256:a59ef1fe20c5c5725eecfc4d33f9b8252a3963c6a0f7a0180e4ac442fafb34d8
# https://github.com/argoproj/argo-cd/releases/download/v2.10.1/argocd-linux-arm64
linux-arm64: sha256:ca05e4c781deed14f0ffbc513f923d298d0baa63be05adbff8c2aee26889ef7a
# https://github.com/argoproj/argo-cd/releases/download/v2.10.1/argocd-linux-ppc64le
linux-ppc64le: sha256:0575225073bbaf178881f5b5dc73cacdc28ab8fd01060a1725514bca90e73be1
# https://github.com/argoproj/argo-cd/releases/download/v2.10.1/argocd-linux-s390x
linux-s390x: sha256:1e0068161bb5667e230a62255045e5d09ba14c15cd6bafa7425edccb850f7455
# https://github.com/argoproj/argo-cd/releases/download/v2.10.1/argocd-darwin-amd64
darwin-amd64: sha256:e6f9c6664d379064ac1fcba082850a88ecd3a1b2cb616804049dac0113e541b9
# https://github.com/argoproj/argo-cd/releases/download/v2.10.1/argocd-darwin-arm64
darwin-arm64: sha256:ca28fce3ec5dbe965524b887290a2803c2152c034ee7789bc596d2419b6de6ff
# https://github.com/argoproj/argo-cd/releases/download/v2.10.1/argocd-windows-amd64.exe
windows-amd64: sha256:aa2556a759114449523227c50bdb73f457750e899f58828dc4d6f68b5f13706b
2 changes: 1 addition & 1 deletion dl-checksum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ dlver () {
dl $ver windows amd64 .exe
}

dlver ${1:-v2.9.6}
dlver ${1:-v2.10.1}

0 comments on commit 87ad01a

Please sign in to comment.