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) <noreply@anthropic.com>
This commit is contained in:
2026-04-01 21:29:22 +00:00
parent 7e9fa1d24b
commit f6c546d34e
2 changed files with 2 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ spec:
type: RuntimeDefault type: RuntimeDefault
containers: containers:
- name: health-app - name: health-app
image: ghcr.io/infinicaretech/health-app:latest image: gitea-http.gitea.svc:3000/gitea_admin/health-app:latest
ports: ports:
- name: http - name: http
containerPort: 3000 containerPort: 3000
@@ -70,5 +70,3 @@ spec:
capabilities: capabilities:
drop: drop:
- ALL - ALL
imagePullSecrets:
- name: ghcr-cred

View File

@@ -5,7 +5,7 @@ resources:
- ../../base - ../../base
images: images:
- name: ghcr.io/infinicaretech/health-app - name: gitea-http.gitea.svc:3000/gitea_admin/health-app
newTag: latest newTag: latest
patches: patches: