FIX(jovies): Use git write-back method for Image Updater

- Change write-back-method from argocd to git㊙️argocd/github-creds
- Image Updater will now commit tag changes directly to helm-values.yaml
- Fixes sync loop caused by ArgoCD overwriting Application parameters
This commit is contained in:
2026-01-07 18:07:07 +09:00
parent 99a932b04c
commit 65d20c16c9
2 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,8 @@ metadata:
annotations: annotations:
argocd-image-updater.argoproj.io/image-list: jovies=ghcr.io/mayne0213/jovies:latest argocd-image-updater.argoproj.io/image-list: jovies=ghcr.io/mayne0213/jovies:latest
argocd-image-updater.argoproj.io/jovies.update-strategy: digest argocd-image-updater.argoproj.io/jovies.update-strategy: digest
argocd-image-updater.argoproj.io/write-back-method: argocd argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/github-creds
argocd-image-updater.argoproj.io/git-branch: main
argocd-image-updater.argoproj.io/jovies.helm.image-tag: image.tag argocd-image-updater.argoproj.io/jovies.helm.image-tag: image.tag
spec: spec:
project: default project: default

View File

@@ -5,7 +5,7 @@ name: jovies
image: image:
registry: ghcr.io registry: ghcr.io
repository: mayne0213/jovies repository: mayne0213/jovies
# tag is managed by ArgoCD Image Updater tag: latest # Updated by ArgoCD Image Updater
pullPolicy: Always pullPolicy: Always
replicaCount: 1 replicaCount: 1