From 77b94fa94619d5ec8037c48fe5504f1f3a5a2527 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Sun, 29 Mar 2026 20:18:46 -0500 Subject: [PATCH] =?UTF-8?q?Fix=20mudcraft=20plugin=20image=20tag=20?= =?UTF-8?q?=E2=80=94=20point=20to=20valid=20SHA=20from=20run=20225?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- servers/legion/k8s/mudcraft/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/legion/k8s/mudcraft/statefulset.yaml b/servers/legion/k8s/mudcraft/statefulset.yaml index a9a1ca5..947c5d4 100644 --- a/servers/legion/k8s/mudcraft/statefulset.yaml +++ b/servers/legion/k8s/mudcraft/statefulset.yaml @@ -23,7 +23,7 @@ spec: # To add/update plugins: update the Dockerfile in mudcraft/mudcraft repo, # push to main — CI rebuilds the image and the next pod restart picks it up. - name: install-plugins - image: registry.neuralplatform.ai/mudcraft/plugins: + image: registry.neuralplatform.ai/mudcraft/plugins:e41f6256805c28b3bb8e8832293afa3eab701082 imagePullPolicy: Always command: ["sh", "-c", "cp -r /plugins/* /target/ && echo 'Plugins installed'"] volumeMounts: