Skip to content

Commit ffc01b6

Browse files
deps: update dependency argoproj/argo-cd to v2.13.1 (#3875)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4659fed commit ffc01b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/support/argo/Makefile

Lines changed: 1 addition & 1 deletion
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.0
5+
ARGO_VERSION ?= v2.13.1
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)