Compare commits

...

2 commits

Author SHA1 Message Date
d369f81fed upgrade to argocd 3 2026-01-05 13:26:05 +07:00
e4f613214e upgrade to argocd 3 2026-01-05 13:16:09 +07:00
2 changed files with 4 additions and 2 deletions

View file

@ -20,7 +20,7 @@ spec:
# https://argo-cd.readthedocs.io/en/stable/user-guide/multiple_sources/#helm-value-files-from-external-git-repository # https://argo-cd.readthedocs.io/en/stable/user-guide/multiple_sources/#helm-value-files-from-external-git-repository
- repoURL: https://argoproj.github.io/argo-helm - repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd chart: argo-cd
targetRevision: 5.45.0 targetRevision: 9.2.4
helm: helm:
valueFiles: valueFiles:
- $values/state/gullfaxi/system/argocd/values.yaml - $values/state/gullfaxi/system/argocd/values.yaml

View file

@ -1,6 +1,8 @@
global:
domain: argocd.ioot.xyz
configs: configs:
cm: cm:
url: https://argocd.ioot.xyz
exec.enabled: true exec.enabled: true
admin.enabled: false admin.enabled: false
statusbadge.enabled: "true" statusbadge.enabled: "true"