Skip to content

Commit

Permalink
chore(deps): update dependency argoproj/argo-cd to v2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 20, 2023
1 parent 1fa9067 commit f79a728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argo-cd/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARGO_NAMESPACE ?= argocd
# renovate: datasource=github-tags depName=argoproj/argo-cd
ARGO_VERSION ?= v2.6.5
ARGO_VERSION ?= v2.6.7
# renovate: datasource=github-tags depName=cert-manager/cert-manager
ARGO_SECRET = $(shell kubectl -n ${ARGO_NAMESPACE} get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echo)

Expand Down

0 comments on commit f79a728

Please # to comment.