From f31c756d1fa32c4dde400141fa85df20457294b2 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Fri, 30 Jan 2026 13:26:32 +1100 Subject: [PATCH] Update docker --- home-apps/moltbot.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home-apps/moltbot.yaml b/home-apps/moltbot.yaml index 3fac70b..45facbc 100644 --- a/home-apps/moltbot.yaml +++ b/home-apps/moltbot.yaml @@ -119,10 +119,12 @@ spec: app: moltbot-gateway name: moltbot-gateway spec: + imagePullSecrets: + - name: github-image-pull-secret containers: - name: moltbot-gateway image: ghcr.io/wahyd4/home-docker/moltbot:latest - imagePullPolicy: Always + imagePullPolicy: IfNotPresent workingDir: /home/node ports: - containerPort: 18789