From 550308400652026a46bd9b3b5e71910281faaaca Mon Sep 17 00:00:00 2001 From: takahiro-yamada Date: Wed, 6 Nov 2024 08:26:25 +0000 Subject: [PATCH] Bump argocd version in Makefile from 2.10.2 to 2.11.7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0195c1..8b13cc9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Tool versions CTRL_RUNTIME_VERSION := $(shell awk '/sigs.k8s.io\/controller-runtime/ {print substr($$2, 2)}' go.mod) -ARGOCD_VERSION = 2.10.2 +ARGOCD_VERSION = 2.11.7 # Test tools BIN_DIR := $(shell pwd)/bin