From 022c85c0dc09ae267273855051512163054c232b Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Mon, 8 Dec 2025 09:23:17 +0900 Subject: [PATCH] feat(temporal): upgrade Temporal --- temporal/justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temporal/justfile b/temporal/justfile index e17e92a..f2100ee 100644 --- a/temporal/justfile +++ b/temporal/justfile @@ -1,7 +1,7 @@ set fallback := true export TEMPORAL_NAMESPACE := env("TEMPORAL_NAMESPACE", "temporal") -export TEMPORAL_CHART_VERSION := env("TEMPORAL_CHART_VERSION", "0.52.0") +export TEMPORAL_CHART_VERSION := env("TEMPORAL_CHART_VERSION", "0.72.0") export TEMPORAL_HOST := env("TEMPORAL_HOST", "") export TEMPORAL_OIDC_CLIENT_ID := env("TEMPORAL_OIDC_CLIENT_ID", "temporal") export EXTERNAL_SECRETS_NAMESPACE := env("EXTERNAL_SECRETS_NAMESPACE", "external-secrets")