We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d026b8 commit 6d7a045Copy full SHA for 6d7a045
examples/support/argo/Makefile
@@ -2,7 +2,7 @@ LFC_NAMESPACE ?= keptn-system
2
PODTATO_NAMESPACE ?= podtato-kubectl
3
ARGO_NAMESPACE ?= argocd
4
# renovate: datasource=github-tags depName=argoproj/argo-cd
5
-ARGO_VERSION ?= v2.13.1
+ARGO_VERSION ?= v2.13.5
6
ARGO_SECRET = $(shell kubectl -n ${ARGO_NAMESPACE} get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echo)
7
8
.PHONY: install
0 commit comments