8c502c71a7
Add write-back-target=values and values-file=/helm-values/* for all apps. Map helm image fields per alias.\n\nCommitted via Codex CLI.
38 lines
1.3 KiB
YAML
38 lines
1.3 KiB
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: transmission
|
|
namespace: argocd
|
|
annotations:
|
|
argocd-image-updater.argoproj.io/image-list: transmission=haugene/transmission-openvpn:latest
|
|
argocd-image-updater.argoproj.io/transmission.update-strategy: digest
|
|
argocd-image-updater.argoproj.io/write-back-method: git
|
|
argocd-image-updater.argoproj.io/write-back-target: values
|
|
argocd-image-updater.argoproj.io/values-file: $values/helm-values/transmission_values.yml
|
|
argocd-image-updater.argoproj.io/transmission.helm.image-name: image.repository
|
|
argocd-image-updater.argoproj.io/transmission.helm.image-tag: image.tag
|
|
spec:
|
|
project: default
|
|
sources:
|
|
- repoURL: https://bananaspliff.github.io/geek-charts
|
|
chart: transmission-openvpn
|
|
targetRevision: "*"
|
|
ref: charts
|
|
helm:
|
|
releaseName: transmission
|
|
valueFiles:
|
|
- $values/helm-values/transmission_values.yml
|
|
- 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
|