Skip to content

Commit 6d7a045

Browse files
deps: update dependency argoproj/argo-cd to v2.13.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d026b8 commit 6d7a045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/support/argo/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ LFC_NAMESPACE ?= keptn-system
22
PODTATO_NAMESPACE ?= podtato-kubectl
33
ARGO_NAMESPACE ?= argocd
44
# renovate: datasource=github-tags depName=argoproj/argo-cd
5-
ARGO_VERSION ?= v2.13.1
5+
ARGO_VERSION ?= v2.13.5
66
ARGO_SECRET = $(shell kubectl -n ${ARGO_NAMESPACE} get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echo)
77

88
.PHONY: install

0 commit comments

Comments
 (0)