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: