From c1c517888682a38b7e272affe4dd7b11c5475a64 Mon Sep 17 00:00:00 2001 From: metacoma <5146707+metacoma@users.noreply.github.com> Date: Sun, 11 May 2025 15:40:43 +0200 Subject: [PATCH] chore(deps): update helm release argo-cd to v8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d917e51..b562d89 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL := /bin/bash ARGOCD_HOST_PORT := 38080 -ARGOCD_HELM_CHART_VERSION := 7.7.16 +ARGOCD_HELM_CHART_VERSION := 8.0.0 ARGOCD_APP_VERSION := 2.13.3 TARGET_REVISION := $(shell git branch ls --show-current)