chore(image-updater): use Git write-back for all apps
Set write-back-method=git with write-back-target to this repo, branch=master, and commit identity. Keeps image-list and strategies.\n\nCommitted via Codex CLI.
This commit is contained in:
@@ -3,6 +3,15 @@ kind: Application
|
|||||||
metadata:
|
metadata:
|
||||||
name: flaresolverr
|
name: flaresolverr
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
|
annotations:
|
||||||
|
argocd-image-updater.argoproj.io/image-list: flaresolverr=ghcr.io/flaresolverr/flaresolverr:latest
|
||||||
|
argocd-image-updater.argoproj.io/flaresolverr.update-strategy: digest
|
||||||
|
argocd-image-updater.argoproj.io/write-back-method: git
|
||||||
|
argocd-image-updater.argoproj.io/write-back-target: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git
|
||||||
|
argocd-image-updater.argoproj.io/git-branch: master
|
||||||
|
argocd-image-updater.argoproj.io/git-commit-user: argocd-image-updater
|
||||||
|
argocd-image-updater.argoproj.io/git-commit-email: argocd@turing.lan
|
||||||
|
argocd-image-updater.argoproj.io/git-commit-message: "chore: update flaresolverr image to {{.NewTag}}"
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
|
|||||||
@@ -3,6 +3,15 @@ kind: Application
|
|||||||
metadata:
|
metadata:
|
||||||
name: ollama
|
name: ollama
|
||||||
namespace: argocd
|
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: git
|
||||||
|
argocd-image-updater.argoproj.io/write-back-target: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git
|
||||||
|
argocd-image-updater.argoproj.io/git-branch: master
|
||||||
|
argocd-image-updater.argoproj.io/git-commit-user: argocd-image-updater
|
||||||
|
argocd-image-updater.argoproj.io/git-commit-email: argocd@turing.lan
|
||||||
|
argocd-image-updater.argoproj.io/git-commit-message: "chore: update ollama image to {{.NewTag}}"
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
@@ -27,4 +36,3 @@ spec:
|
|||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
- ServerSideApply=true
|
- ServerSideApply=true
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,9 @@ metadata:
|
|||||||
argocd-image-updater.argoproj.io/image-list: plex=linuxserver/plex:latest
|
argocd-image-updater.argoproj.io/image-list: plex=linuxserver/plex:latest
|
||||||
# Use digest strategy to track latest tag updates
|
# Use digest strategy to track latest tag updates
|
||||||
argocd-image-updater.argoproj.io/plex.update-strategy: digest
|
argocd-image-updater.argoproj.io/plex.update-strategy: digest
|
||||||
# Write changes back to Git repository (GitOps workflow)
|
# Write back to Git repository (commits to this repo)
|
||||||
argocd-image-updater.argoproj.io/write-back-method: git
|
argocd-image-updater.argoproj.io/write-back-method: git
|
||||||
|
argocd-image-updater.argoproj.io/write-back-target: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git
|
||||||
# Git configuration for write-back
|
# Git configuration for write-back
|
||||||
argocd-image-updater.argoproj.io/git-branch: master
|
argocd-image-updater.argoproj.io/git-branch: master
|
||||||
argocd-image-updater.argoproj.io/git-commit-user: argocd-image-updater
|
argocd-image-updater.argoproj.io/git-commit-user: argocd-image-updater
|
||||||
|
|||||||
@@ -3,6 +3,15 @@ kind: Application
|
|||||||
metadata:
|
metadata:
|
||||||
name: prowlarr
|
name: prowlarr
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
|
annotations:
|
||||||
|
argocd-image-updater.argoproj.io/image-list: prowlarr=lscr.io/linuxserver/prowlarr:latest
|
||||||
|
argocd-image-updater.argoproj.io/prowlarr.update-strategy: digest
|
||||||
|
argocd-image-updater.argoproj.io/write-back-method: git
|
||||||
|
argocd-image-updater.argoproj.io/write-back-target: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git
|
||||||
|
argocd-image-updater.argoproj.io/git-branch: master
|
||||||
|
argocd-image-updater.argoproj.io/git-commit-user: argocd-image-updater
|
||||||
|
argocd-image-updater.argoproj.io/git-commit-email: argocd@turing.lan
|
||||||
|
argocd-image-updater.argoproj.io/git-commit-message: "chore: update prowlarr image to {{.NewTag}}"
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
@@ -27,4 +36,3 @@ spec:
|
|||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
- ServerSideApply=true
|
- ServerSideApply=true
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,11 @@ metadata:
|
|||||||
argocd-image-updater.argoproj.io/radarr.update-strategy: digest
|
argocd-image-updater.argoproj.io/radarr.update-strategy: digest
|
||||||
# Write changes back to Git repository (GitOps workflow)
|
# Write changes back to Git repository (GitOps workflow)
|
||||||
argocd-image-updater.argoproj.io/write-back-method: git
|
argocd-image-updater.argoproj.io/write-back-method: git
|
||||||
|
argocd-image-updater.argoproj.io/write-back-target: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git
|
||||||
|
argocd-image-updater.argoproj.io/git-branch: master
|
||||||
|
argocd-image-updater.argoproj.io/git-commit-user: argocd-image-updater
|
||||||
|
argocd-image-updater.argoproj.io/git-commit-email: argocd@turing.lan
|
||||||
|
argocd-image-updater.argoproj.io/git-commit-message: "chore: update Radarr image to {{.NewTag}}"
|
||||||
# Git configuration for write-back
|
# Git configuration for write-back
|
||||||
argocd-image-updater.argoproj.io/git-branch: master
|
argocd-image-updater.argoproj.io/git-branch: master
|
||||||
argocd-image-updater.argoproj.io/git-commit-user: argocd-image-updater
|
argocd-image-updater.argoproj.io/git-commit-user: argocd-image-updater
|
||||||
|
|||||||
@@ -10,6 +10,11 @@ metadata:
|
|||||||
argocd-image-updater.argoproj.io/sonarr.update-strategy: digest
|
argocd-image-updater.argoproj.io/sonarr.update-strategy: digest
|
||||||
# Write changes back to Git repository (GitOps workflow)
|
# Write changes back to Git repository (GitOps workflow)
|
||||||
argocd-image-updater.argoproj.io/write-back-method: git
|
argocd-image-updater.argoproj.io/write-back-method: git
|
||||||
|
argocd-image-updater.argoproj.io/write-back-target: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git
|
||||||
|
argocd-image-updater.argoproj.io/git-branch: master
|
||||||
|
argocd-image-updater.argoproj.io/git-commit-user: argocd-image-updater
|
||||||
|
argocd-image-updater.argoproj.io/git-commit-email: argocd@turing.lan
|
||||||
|
argocd-image-updater.argoproj.io/git-commit-message: "chore: update Sonarr image to {{.NewTag}}"
|
||||||
# Git configuration for write-back
|
# Git configuration for write-back
|
||||||
argocd-image-updater.argoproj.io/git-branch: master
|
argocd-image-updater.argoproj.io/git-branch: master
|
||||||
argocd-image-updater.argoproj.io/git-commit-user: argocd-image-updater
|
argocd-image-updater.argoproj.io/git-commit-user: argocd-image-updater
|
||||||
|
|||||||
@@ -3,6 +3,15 @@ kind: Application
|
|||||||
metadata:
|
metadata:
|
||||||
name: transmission
|
name: transmission
|
||||||
namespace: argocd
|
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: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git
|
||||||
|
argocd-image-updater.argoproj.io/git-branch: master
|
||||||
|
argocd-image-updater.argoproj.io/git-commit-user: argocd-image-updater
|
||||||
|
argocd-image-updater.argoproj.io/git-commit-email: argocd@turing.lan
|
||||||
|
argocd-image-updater.argoproj.io/git-commit-message: "chore: update transmission image to {{.NewTag}}"
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
|
|||||||
Reference in New Issue
Block a user