From 9dfab4f7bd6a2e207a36076e5660052ea4f96f0d Mon Sep 17 00:00:00 2001 From: Zachary Gonzales <39667398+zacharyrgonzales@users.noreply.github.com> Date: Sun, 2 Jan 2022 03:04:54 -0600 Subject: [PATCH] argocd-autopilot: Add version 0.2.28 (#3145) * argocd-autopilot: Add version 0.2.28 * patch-1 * Update bucket/argocd-autopilot.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/argocd-autopilot.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/argocd-autopilot.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bucket/argocd-autopilot.json diff --git a/bucket/argocd-autopilot.json b/bucket/argocd-autopilot.json new file mode 100644 index 0000000000..59272ef61a --- /dev/null +++ b/bucket/argocd-autopilot.json @@ -0,0 +1,25 @@ +{ + "version": "0.2.28", + "description": "A tool which offers an opinionated way of installing Argo-CD and managing GitOps repositories.", + "homepage": "https://github.com/argoproj-labs/argocd-autopilot", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.2.28/argocd-autopilot-windows-amd64.tar.gz", + "hash": "61d27ae46a8482c7ae08ac94c3b5f889c3da49cbacb79925e90974b17eccde9b" + } + }, + "pre_install": "Rename-Item \"$dir\\argocd-autopilot-windows-amd64\" 'argocd-autopilot.exe' -ErrorAction SilentlyContinue", + "bin": "argocd-autopilot.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/argoproj-labs/argocd-autopilot/releases/download/v$version/argocd-autopilot-windows-amd64.tar.gz", + "hash": { + "url": "https://github.com/argoproj-labs/argocd-autopilot/releases/download/v$version/argocd-autopilot-windows-amd64.sha256" + } + } + } + } +}