Skip to content

Commit 4ebf7d2

Browse files
authored
Merge pull request #62 from scaleapi/jason/fix-pyproject-readme
Bump version
2 parents 5f3e02a + 29cc9bc commit 4ebf7d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
console = Console()
2323

2424
TEMPORAL_WORKER_KEY = "temporal-worker"
25-
AGENTEX_AGENTS_HELM_CHART_VERSION = "0.1.4-v1-beta"
25+
AGENTEX_AGENTS_HELM_CHART_VERSION = "0.1.6-v1-beta"
2626

2727

2828
class InputDeployOverrides(BaseModel):
@@ -204,7 +204,6 @@ def merge_deployment_configs(
204204
for pull_secret in manifest.deployment.imagePullSecrets
205205
]
206206
helm_values["global"]["imagePullSecrets"] = pull_secrets
207-
# TODO: Remove this once i bump the chart version again
208207
helm_values["imagePullSecrets"] = pull_secrets
209208

210209
# Apply cluster-specific overrides

0 commit comments

Comments
 (0)