Update template/stacks/core/argocd.yaml
This commit is contained in:
parent
168286cfce
commit
9016831286
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@ spec:
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://github.com/argoproj/argo-helm
|
- repoURL: https://github.com/argoproj/argo-helm
|
||||||
path: charts/argo-cd
|
path: charts/argo-cd
|
||||||
# TOD: RIRE can be updated when https://github.com/argoproj/argo-cd/issues/20790 is fixed and merged
|
# TODO: RIRE Can be updated when https://github.com/argoproj/argo-cd/issues/20790 is fixed and merged
|
||||||
|
# As logout make problems, it is suggested to switch from path based routing to an own argocd domain,
|
||||||
|
# similar to the CNOE amazon reference implementation and in our case, Forgejo
|
||||||
targetRevision: argo-cd-7.6.12
|
targetRevision: argo-cd-7.6.12
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
|
|
Loading…
Reference in a new issue