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