From e02c90a4ea332df50ef466f3dfe4c902cd5c935f Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Tue, 8 Jul 2025 09:33:27 +0100 Subject: [PATCH] Update self hosting images to beta.22 (#2241) * docker: set new cli tag env var * helm: update app and chart versions --- hosting/docker/webapp/docker-compose.yml | 1 + hosting/k8s/helm/Chart.yaml | 4 ++-- hosting/k8s/helm/values.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hosting/docker/webapp/docker-compose.yml b/hosting/docker/webapp/docker-compose.yml index cb9011a0f..ccb0f601b 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 4f27454ab..497535339 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 366cf1dd1..e1699c4dd 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