From 7c06647953dd8690dbbda4fbd1fc14c7b7eb1383 Mon Sep 17 00:00:00 2001 From: "CTO (Paperclip Agent)" Date: Sun, 12 Jul 2026 09:17:09 +0000 Subject: [PATCH] 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 --- k8s/20-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 k8s/20-deployment.yaml diff --git a/k8s/20-deployment.yaml b/k8s/20-deployment.yaml old mode 100644 new mode 100755 index c5cd98a..6a8cca6 --- a/k8s/20-deployment.yaml +++ b/k8s/20-deployment.yaml @@ -22,7 +22,7 @@ spec: spec: containers: - name: basicstack-web - image: basicstack-web:latest + image: 10.106.73.119:5000/basicstack-web:20260711-1625 imagePullPolicy: IfNotPresent ports: - containerPort: 3000