From 8d3e72da17eaada8b481306834c59e747414f7bb Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Sun, 29 Mar 2026 20:07:16 -0500 Subject: [PATCH] Pin mudcraft plugin image to SHA (CI will update this on every build) --- 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 87ba954..a8c1591 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:latest + image: registry.neuralplatform.ai/mudcraft/plugins:2bf7e2d imagePullPolicy: Always command: ["sh", "-c", "cp -r /plugins/* /target/ && echo 'Plugins installed'"] volumeMounts: