Update self hosting images to beta.22 (#2241)
* docker: set new cli tag env var * helm: update app and chart versions
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user