Fix deployment image to use internal registry

Use the internal registry (10.106.73.119:5000) with the current version
instead of pulling from Docker Hub.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
CTO (Paperclip Agent) 2026-07-12 09:17:09 +00:00
parent 09fc8bf9ae
commit 7c06647953

2
k8s/20-deployment.yaml Normal file → Executable file
View file

@ -22,7 +22,7 @@ spec:
spec: spec:
containers: containers:
- name: basicstack-web - name: basicstack-web
image: basicstack-web:latest image: 10.106.73.119:5000/basicstack-web:20260711-1625
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 3000 - containerPort: 3000