Skip to content

Commit 88e8b51

Browse files
authored
Merge pull request #141 from scaleapi/gergelyhunyady/bump-chart-version
feat: bump agentex-agent chart version
2 parents fe22301 + 60575e5 commit 88e8b51

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
@@ -21,7 +21,7 @@
2121
console = Console()
2222

2323
TEMPORAL_WORKER_KEY = "temporal-worker"
24-
AGENTEX_AGENTS_HELM_CHART_VERSION = "0.1.7-v4-beta"
24+
AGENTEX_AGENTS_HELM_CHART_VERSION = "0.1.8"
2525

2626

2727
class InputDeployOverrides(BaseModel):

0 commit comments

Comments
 (0)