From a86e9f892fa9ba59b7ea933d8171d3966106a6aa Mon Sep 17 00:00:00 2001 From: MUDCraft CI Date: Mon, 30 Mar 2026 01:36:19 +0000 Subject: [PATCH] deploy(mudcraft): update plugin image to d2528281d4d304a8ae62e0f73ba6aed034113d34 --- 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 e1e4429..3745d55 100644 --- a/servers/legion/k8s/mudcraft/statefulset.yaml +++ b/servers/legion/k8s/mudcraft/statefulset.yaml @@ -25,7 +25,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:e41f6256805c28b3bb8e8832293afa3eab701082 + image: registry.neuralplatform.ai/mudcraft/plugins:d2528281d4d304a8ae62e0f73ba6aed034113d34 imagePullPolicy: Always securityContext: runAsUser: 1000