7237535d6e
Git write-back fails for Helm repo sources (multi-source): updater attempts to target external chart repos. Switch to argocd for plex, radarr, sonarr, flaresolverr, transmission, ollama. Keep git for prowlarr (chart path in this repo).\n\nCommitted via Codex CLI.
34 lines
928 B
YAML
34 lines
928 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: ollama
|
|
namespace: argocd
|
|
annotations:
|
|
argocd-image-updater.argoproj.io/image-list: ollama=ollama/ollama:latest
|
|
argocd-image-updater.argoproj.io/ollama.update-strategy: digest
|
|
argocd-image-updater.argoproj.io/write-back-method: argocd
|
|
spec:
|
|
project: default
|
|
sources:
|
|
- repoURL: https://otwld.github.io/ollama-helm/
|
|
chart: ollama
|
|
targetRevision: "*"
|
|
ref: charts
|
|
helm:
|
|
releaseName: ollama
|
|
valueFiles:
|
|
- $values/helm-values/ollama_values.yaml
|
|
- repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git
|
|
targetRevision: HEAD
|
|
ref: values
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: default
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|