Skip to content

Commit

Permalink
argocd:2.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Jul 22, 2024
1 parent 9a95cf2 commit 6818275
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.11.5
argocd_ver: v2.11.6
argocd_mirror: https://github.com/argoproj/argo-cd/releases/download
argocd_arch_map:
aarch64: arm64
Expand Down Expand Up @@ -1089,3 +1089,18 @@ argocd_checksums:
darwin-arm64: sha256:820b2b3731c452c384ea5d5cb705a1d39cb7f57a0eed6e2974b5a613b30d8213
# https://github.com/argoproj/argo-cd/releases/download/v2.11.5/argocd-windows-amd64.exe
windows-amd64: sha256:952ba29e1edc40330b5b44befd59cf163be782f787ca06b07d2b624001a9040e
v2.11.6:
# https://github.com/argoproj/argo-cd/releases/download/v2.11.6/argocd-linux-amd64
linux-amd64: sha256:d645ffd8c70fe8bb51c0c9a2cc639275f8ea1c2cba24de032341d3deecd5fc85
# https://github.com/argoproj/argo-cd/releases/download/v2.11.6/argocd-linux-arm64
linux-arm64: sha256:ba7b71f7bfeae68d72f57ed4bb354227e2f441a5a20b721e218df32bf9916e66
# https://github.com/argoproj/argo-cd/releases/download/v2.11.6/argocd-linux-ppc64le
linux-ppc64le: sha256:ec314b7ed1f165869e5bd1a38894cc165962527125d1a4a93f8b6c64a177276b
# https://github.com/argoproj/argo-cd/releases/download/v2.11.6/argocd-linux-s390x
linux-s390x: sha256:f2e85c3f6077aadaa0af4b9063200565a6ad32eede1d363609d063adf1bdacd7
# https://github.com/argoproj/argo-cd/releases/download/v2.11.6/argocd-darwin-amd64
darwin-amd64: sha256:a47e47cedef41fad5bb50b38f116de215f4439462386083d1aece9bb5826685b
# https://github.com/argoproj/argo-cd/releases/download/v2.11.6/argocd-darwin-arm64
darwin-arm64: sha256:26e3b97a05ff050336cd228cbf6236df2a7d586b9d28c86cf749c63cedf935c2
# https://github.com/argoproj/argo-cd/releases/download/v2.11.6/argocd-windows-amd64.exe
windows-amd64: sha256:8b9a81c849b47cb4eabdc8aec04f3119b83f64d9ee5a4d5441a3b1db73836116
2 changes: 1 addition & 1 deletion dl-checksum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ dlver () {
dl $ver windows amd64 .exe
}

dlver ${1:-v2.11.5}
dlver ${1:-v2.11.6}

0 comments on commit 6818275

Please sign in to comment.