Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/agentex/lib/cli/handlers/deploy_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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
Expand Down
Loading