Compare commits

...

4 commits

Author SHA1 Message Date
2698432809 Merge pull request 'faster_backstage_start' (#11) from faster_backstage_start into development
Reviewed-on: #11
2025-03-04 18:20:52 +00:00
Richard Robert Reitz
d0cce6916d fixed argocd version 2025-03-04 19:06:11 +01:00
Richard Robert Reitz
aba4a4a088 shortened retry backoff 2025-03-04 19:03:36 +01:00
Richard Robert Reitz
4ae8f6fd15 shortened retry backoff 2025-03-04 18:49:55 +01:00
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 # 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, # 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 # 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: helm:
valueFiles: valueFiles:
- $values/stacks/core/argocd/values.yaml - $values/stacks/core/argocd/values.yaml

View file

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

View file

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