diff options
-rw-r--r-- | deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment.yaml b/deployment.yaml index 7351570..5a65072 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: initContainers: - name: deps-install - image: ghcr.io/python-discord/snekbox:latest + image: ghcr.io/python-discord/snekbox:latest-pydis imagePullPolicy: Always volumeMounts: - name: snekbox-user-base-volume @@ -25,7 +25,7 @@ spec: - scripts/install_eval_deps.sh containers: - name: snekbox - image: ghcr.io/python-discord/snekbox:latest + image: ghcr.io/python-discord/snekbox:latest-pydis imagePullPolicy: Always ports: - containerPort: 8060 |