From c691becceb88be8bc7be3ce7509d24c89f9ecf9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 18 Nov 2020 08:41:37 +0100 Subject: [PATCH] argocd: Update to version 1.7.9 --- bucket/argocd.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/argocd.json b/bucket/argocd.json index 0b46e74325..a22ab5af93 100644 --- a/bucket/argocd.json +++ b/bucket/argocd.json @@ -1,12 +1,12 @@ { - "version": "1.7.8", + "version": "1.7.9", "description": "CLI for ArgoCD - declarative, GitOps continuous delivery tool for Kubernetes", "homepage": "https://github.com/argoproj/argo-cd", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/argoproj/argo-cd/releases/download/v1.7.8/argocd-windows-amd64.exe#/argocd.exe", - "hash": "5f6467e53172f7fbe7a44a86e116b98d7df12c3de7e784479894720670bad703" + "url": "https://github.com/argoproj/argo-cd/releases/download/v1.7.9/argocd-windows-amd64.exe#/argocd.exe", + "hash": "bcc9adf13b72dbc601a922f22f2afc17a820ec36ad013621f4a0c5a11a0a57f1" } }, "bin": "argocd.exe",