Skip to content

Commit 2492c08

Browse files
authored
Merge pull request #177 from scaleapi/bump-helm-chart
feat: bump the helm chart version
2 parents 23ed392 + 1ffafb0 commit 2492c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentex/lib/cli/handlers/deploy_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
console = Console()
2424

2525
TEMPORAL_WORKER_KEY = "temporal-worker"
26-
AGENTEX_AGENTS_HELM_CHART_VERSION = "0.1.8"
26+
AGENTEX_AGENTS_HELM_CHART_VERSION = "0.1.9"
2727

2828

2929
class InputDeployOverrides(BaseModel):

0 commit comments

Comments
 (0)