From 2634f60e59b065edc9c76f41ca91069c1a3ffd65 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Mon, 16 Mar 2026 19:14:15 +0100 Subject: [PATCH] fix: use timescaledb-ha image in K8s manifest for toolkit support --- deploy/postgres.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/postgres.yaml b/deploy/postgres.yaml index f0b6de9b..8a4f64e6 100644 --- a/deploy/postgres.yaml +++ b/deploy/postgres.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: postgres - image: timescale/timescaledb:latest-pg16 + image: timescale/timescaledb-ha:pg16 ports: - containerPort: 5432 name: postgres