From cd37fa68a2c313a8b8e5a842c251be6771b77a70 Mon Sep 17 00:00:00 2001 From: Jason Yang Date: Thu, 7 Aug 2025 21:16:00 -0700 Subject: [PATCH] Bump version --- src/agentex/lib/cli/handlers/deploy_handlers.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/agentex/lib/cli/handlers/deploy_handlers.py b/src/agentex/lib/cli/handlers/deploy_handlers.py index 467eb2f0..01f8856e 100644 --- a/src/agentex/lib/cli/handlers/deploy_handlers.py +++ b/src/agentex/lib/cli/handlers/deploy_handlers.py @@ -22,7 +22,7 @@ console = Console() TEMPORAL_WORKER_KEY = "temporal-worker" -AGENTEX_AGENTS_HELM_CHART_VERSION = "0.1.4-v1-beta" +AGENTEX_AGENTS_HELM_CHART_VERSION = "0.1.6-v1-beta" class InputDeployOverrides(BaseModel): @@ -204,7 +204,6 @@ def merge_deployment_configs( for pull_secret in manifest.deployment.imagePullSecrets ] helm_values["global"]["imagePullSecrets"] = pull_secrets - # TODO: Remove this once i bump the chart version again helm_values["imagePullSecrets"] = pull_secrets # Apply cluster-specific overrides