diff --git a/hosting/docker/webapp/docker-compose.yml b/hosting/docker/webapp/docker-compose.yml index cb9011a0f43..ccb0f601bcc 100644 --- a/hosting/docker/webapp/docker-compose.yml +++ b/hosting/docker/webapp/docker-compose.yml @@ -75,6 +75,7 @@ services: # DEFAULT_ORG_EXECUTION_CONCURRENCY_LIMIT: 100 # Internal OTEL configuration INTERNAL_OTEL_TRACE_LOGGING_ENABLED: ${INTERNAL_OTEL_TRACE_LOGGING_ENABLED:-0} + TRIGGER_CLI_TAG: ${TRIGGER_CLI_TAG:-v4-beta} postgres: image: postgres:${POSTGRES_IMAGE_TAG:-14} diff --git a/hosting/k8s/helm/Chart.yaml b/hosting/k8s/helm/Chart.yaml index 4f27454ab97..4975353390a 100644 --- a/hosting/k8s/helm/Chart.yaml +++ b/hosting/k8s/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: trigger description: The official Trigger.dev Helm chart type: application -version: 4.0.0-beta.15 -appVersion: trigger-helm-rc.1 +version: 4.0.0-beta.16 +appVersion: v4.0.0-v4-beta.22 home: https://trigger.dev sources: - https://github.com/triggerdotdev/trigger.dev diff --git a/hosting/k8s/helm/values.yaml b/hosting/k8s/helm/values.yaml index 366cf1dd133..e1699c4ddeb 100644 --- a/hosting/k8s/helm/values.yaml +++ b/hosting/k8s/helm/values.yaml @@ -15,7 +15,7 @@ fullnameOverride: "" secrets: # Enable/disable creation of secrets # Set to false to use external secret management (Vault, Infisical, External Secrets, etc.) - # When disabled, use extraEnvVars and podAnnotations for secret injection + # When disabled, you can also use extraEnvVars and podAnnotations for secret injection enabled: true # Name of existing secret to use instead of creating one