From 159d95377bbaf8f196b18815b363cf9f5f5091c8 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Wed, 7 Jan 2026 17:52:19 +0900 Subject: [PATCH] REFACTOR(jovies): Switch from Zot to ghcr.io - Change image registry from zot0213.kro.kr to ghcr.io - Remove imagePullSecrets (public repo) - Update Image Updater annotations for ghcr.io --- jovies/argocd.yaml | 5 +---- jovies/helm-values.yaml | 9 +++------ 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/jovies/argocd.yaml b/jovies/argocd.yaml index 140041a..34df632 100644 --- a/jovies/argocd.yaml +++ b/jovies/argocd.yaml @@ -6,10 +6,8 @@ metadata: finalizers: - resources-finalizer.argocd.argoproj.io annotations: - argocd-image-updater.argoproj.io/image-list: jovies=zot0213.kro.kr/jovies:main + 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.platforms: linux/arm64/v8 - argocd-image-updater.argoproj.io/jovies.pull-secret: pullsecret:argocd/zot-registry-credentials argocd-image-updater.argoproj.io/write-back-method: argocd argocd-image-updater.argoproj.io/jovies.helm.image-tag: image.tag spec: @@ -45,5 +43,4 @@ spec: managedNamespaceMetadata: labels: goldilocks.fairwinds.com/enabled: 'true' - zot-registry: enabled revisionHistoryLimit: 10 diff --git a/jovies/helm-values.yaml b/jovies/helm-values.yaml index c8e4d05..b1158e0 100644 --- a/jovies/helm-values.yaml +++ b/jovies/helm-values.yaml @@ -3,14 +3,11 @@ name: jovies image: - registry: zot0213.kro.kr - repository: jovies - tag: main + registry: ghcr.io + repository: mayne0213/jovies + tag: latest pullPolicy: Always -imagePullSecrets: - - name: zot-registry-credentials - replicaCount: 1 containerPort: 3000