From e910e77f101062c73e86834d2feffa0428e99d89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 12:32:10 +0000 Subject: [PATCH] argocd-autopilot: Update to version 0.2.29 --- bucket/argocd-autopilot.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/argocd-autopilot.json b/bucket/argocd-autopilot.json index 59272ef61a..29efc4c8a4 100644 --- a/bucket/argocd-autopilot.json +++ b/bucket/argocd-autopilot.json @@ -1,12 +1,12 @@ { - "version": "0.2.28", + "version": "0.2.29", "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" + "url": "https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.2.29/argocd-autopilot-windows-amd64.tar.gz", + "hash": "ad165314d636ec730df3ff5f248d2532dccf69cb7b2b1436c7070b0ca4299ad5" } }, "pre_install": "Rename-Item \"$dir\\argocd-autopilot-windows-amd64\" 'argocd-autopilot.exe' -ErrorAction SilentlyContinue",