From 68651551e97d64c68ada4d66ab3e8f4cbe836443 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Mon, 20 Apr 2026 06:07:39 -0400 Subject: [PATCH] fix(infra): use temporalio/cli image for Temporal dev server The temporalio/temporal:latest image no longer has a `server` binary. The dev server is now in temporalio/cli with `temporal server start-dev`. Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/cli/infra/k8s/temporal.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/cli/infra/k8s/temporal.yaml b/apps/cli/infra/k8s/temporal.yaml index 3232aeb..d3fa836 100644 --- a/apps/cli/infra/k8s/temporal.yaml +++ b/apps/cli/infra/k8s/temporal.yaml @@ -29,8 +29,9 @@ spec: spec: containers: - name: temporal - image: temporalio/temporal:latest + image: temporalio/cli:latest command: + - temporal - server - start-dev - --db-filename