From c901a0a0cba6e4fa8763f661b578b9359740fa9f Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Fri, 6 Feb 2026 20:13:02 -0300 Subject: [PATCH] comms: run synapse admin ensure with python image --- services/comms/oneoffs/synapse-admin-ensure-job.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/comms/oneoffs/synapse-admin-ensure-job.yaml b/services/comms/oneoffs/synapse-admin-ensure-job.yaml index ff7b49e..2d530a3 100644 --- a/services/comms/oneoffs/synapse-admin-ensure-job.yaml +++ b/services/comms/oneoffs/synapse-admin-ensure-job.yaml @@ -32,7 +32,7 @@ spec: values: ["arm64"] containers: - name: ensure - image: registry.bstein.dev/infra/synapse-admin-ensure:0.1.0 + image: python:3.12-slim imagePullPolicy: Always env: - name: VAULT_ADDR @@ -46,6 +46,7 @@ spec: - -c - | set -euo pipefail + python -m pip install --no-cache-dir psycopg2-binary python - <<'PY' import json import os