From 60575e5c48f7f352dc4506e1aa04920e9c77e9af Mon Sep 17 00:00:00 2001 From: Hunyady Gergely Date: Fri, 10 Oct 2025 10:09:11 +0200 Subject: [PATCH] bump agentex-agent chart version --- src/agentex/lib/cli/handlers/deploy_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agentex/lib/cli/handlers/deploy_handlers.py b/src/agentex/lib/cli/handlers/deploy_handlers.py index d4d82018..775897fb 100644 --- a/src/agentex/lib/cli/handlers/deploy_handlers.py +++ b/src/agentex/lib/cli/handlers/deploy_handlers.py @@ -21,7 +21,7 @@ console = Console() TEMPORAL_WORKER_KEY = "temporal-worker" -AGENTEX_AGENTS_HELM_CHART_VERSION = "0.1.7-v4-beta" +AGENTEX_AGENTS_HELM_CHART_VERSION = "0.1.8" class InputDeployOverrides(BaseModel):