From f6c546d34e65e00676d8edf733ffa39c661e7858 Mon Sep 17 00:00:00 2001 From: infinicaretech Date: Wed, 1 Apr 2026 21:29:22 +0000 Subject: [PATCH] fix: update image to Gitea cluster service registry containerd configured on all nodes with insecure registry for gitea-http.gitea.svc:3000. Co-Authored-By: Claude Opus 4.6 (1M context) --- environments/health-app/base/deployment.yaml | 4 +--- .../health-app/overlays/production/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/environments/health-app/base/deployment.yaml b/environments/health-app/base/deployment.yaml index 5d27a7b..63598b3 100644 --- a/environments/health-app/base/deployment.yaml +++ b/environments/health-app/base/deployment.yaml @@ -31,7 +31,7 @@ spec: type: RuntimeDefault containers: - name: health-app - image: ghcr.io/infinicaretech/health-app:latest + image: gitea-http.gitea.svc:3000/gitea_admin/health-app:latest ports: - name: http containerPort: 3000 @@ -70,5 +70,3 @@ spec: capabilities: drop: - ALL - imagePullSecrets: - - name: ghcr-cred diff --git a/environments/health-app/overlays/production/kustomization.yaml b/environments/health-app/overlays/production/kustomization.yaml index 5eab7a1..30f9261 100644 --- a/environments/health-app/overlays/production/kustomization.yaml +++ b/environments/health-app/overlays/production/kustomization.yaml @@ -5,7 +5,7 @@ resources: - ../../base images: - - name: ghcr.io/infinicaretech/health-app + - name: gitea-http.gitea.svc:3000/gitea_admin/health-app newTag: latest patches: