From d159c2abfa3b616f9247edbceb070fb983deb8f7 Mon Sep 17 00:00:00 2001 From: Janis Eccarius Date: Mon, 1 Jun 2026 23:30:46 +0200 Subject: [PATCH] fix(template): update remotek6-client image reference to ghcr.io/16janis12 --- kargo-projects/nowchess/ncs-analysis-template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kargo-projects/nowchess/ncs-analysis-template.yaml b/kargo-projects/nowchess/ncs-analysis-template.yaml index 3a5334e..437ce61 100644 --- a/kargo-projects/nowchess/ncs-analysis-template.yaml +++ b/kargo-projects/nowchess/ncs-analysis-template.yaml @@ -15,7 +15,7 @@ spec: restartPolicy: Never containers: - name: remotek6-client - image: ghcr.io/now-chess/remotek6-client:main + image: ghcr.io/16janis12/remotek6-client:main imagePullPolicy: Always env: - name: SERVER_URL @@ -62,7 +62,7 @@ spec: restartPolicy: Never containers: - name: remotek6-client - image: ghcr.io/now-chess/remotek6-client:main + image: ghcr.io/16janis12/remotek6-client:main imagePullPolicy: Always env: - name: SERVER_URL