From c68ff0a8020c3b2b590d92196c685a61bbd13156 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 16:30:06 +0000 Subject: [PATCH] argocd-autopilot: Update to version 0.4.9 --- 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 0a672a5d20..aef96fff29 100644 --- a/bucket/argocd-autopilot.json +++ b/bucket/argocd-autopilot.json @@ -1,12 +1,12 @@ { - "version": "0.4.8", + "version": "0.4.9", "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.4.8/argocd-autopilot-windows-amd64.tar.gz", - "hash": "8de5a0b5eb67bac9ea2c7f97263fc9f2b4de4d7cc19c81b889842f66f67bcfc2" + "url": "https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.9/argocd-autopilot-windows-amd64.tar.gz", + "hash": "a5d101faaf36cb600fbb750f02c9c9c5a0fbb0a306fc4e42c30bdd18287149db" } }, "pre_install": "Rename-Item \"$dir\\argocd-autopilot-windows-amd64\" 'argocd-autopilot.exe' -ErrorAction SilentlyContinue",