Skip to content

Commit

Permalink
Bump argocd version in Makefile from 2.10.2 to 2.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
takahiro-yamada committed Nov 6, 2024
1 parent 86ad924 commit 5503084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5503084

Please sign in to comment.