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: