Skip to content

Commit 2dd3e38

Browse files
Merge pull request #62 from cybozu-go/bump-argocd
Bump argocd version in Makefile from 2.10.2 to 2.11.7
2 parents 86ad924 + 5503084 commit 2dd3e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tool versions
22
CTRL_RUNTIME_VERSION := $(shell awk '/sigs.k8s.io\/controller-runtime/ {print substr($$2, 2)}' go.mod)
3-
ARGOCD_VERSION = 2.10.2
3+
ARGOCD_VERSION = 2.11.7
44

55
# Test tools
66
BIN_DIR := $(shell pwd)/bin

0 commit comments

Comments
 (0)