From db6347ff52ff48abc806d9cf36a75a42e6805e32 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 5 Jan 2026 03:07:10 +0900 Subject: [PATCH] FIX(jotion): add imagePullSecret for private image - Configure imagePullSecret for ghcr.io private registry - Enable pulling private container images --- jotion/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jotion/deployment.yaml b/jotion/deployment.yaml index c42cff1..6d245fc 100644 --- a/jotion/deployment.yaml +++ b/jotion/deployment.yaml @@ -20,6 +20,8 @@ spec: labels: app: jotion spec: + imagePullSecrets: + - name: ghcr-secret containers: - name: jotion image: ghcr.io/mayne0213/jotion:latest