We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f3e02a + 29cc9bc commit 4ebf7d2Copy full SHA for 4ebf7d2
src/agentex/lib/cli/handlers/deploy_handlers.py
@@ -22,7 +22,7 @@
22
console = Console()
23
24
TEMPORAL_WORKER_KEY = "temporal-worker"
25
-AGENTEX_AGENTS_HELM_CHART_VERSION = "0.1.4-v1-beta"
+AGENTEX_AGENTS_HELM_CHART_VERSION = "0.1.6-v1-beta"
26
27
28
class InputDeployOverrides(BaseModel):
@@ -204,7 +204,6 @@ def merge_deployment_configs(
204
for pull_secret in manifest.deployment.imagePullSecrets
205
]
206
helm_values["global"]["imagePullSecrets"] = pull_secrets
207
- # TODO: Remove this once i bump the chart version again
208
helm_values["imagePullSecrets"] = pull_secrets
209
210
# Apply cluster-specific overrides
0 commit comments