Merge pull request 'faster_backstage_start' (#11) from faster_backstage_start into development

Reviewed-on: DevFW-CICD/stacks#11
This commit is contained in:
richardrobertreitz 2025-03-04 18:20:52 +00:00
commit 2698432809
3 changed files with 9 additions and 1 deletions

View file

@ -21,7 +21,7 @@ spec:
# 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.7.5
helm:
valueFiles:
- $values/stacks/core/argocd/values.yaml

View file

@ -23,3 +23,7 @@ spec:
selfHeal: true
retry:
limit: -1
backoff:
duration: 15s
factor: 1
maxDuration: 15s

View file

@ -23,3 +23,7 @@ spec:
selfHeal: true
retry:
limit: -1
backoff:
duration: 15s
factor: 1
maxDuration: 15s