diff --git a/hosting/docker/webapp/docker-compose.yml b/hosting/docker/webapp/docker-compose.yml index 1935ad5edc..eb636c78b9 100644 --- a/hosting/docker/webapp/docker-compose.yml +++ b/hosting/docker/webapp/docker-compose.yml @@ -77,7 +77,6 @@ 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 fd9b857883..afbe254b8c 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.19 -appVersion: v4.0.0-v4-beta.26.1 +version: 4.0.0 +appVersion: v4.0.0 home: https://trigger.dev sources: - https://github.com/triggerdotdev/trigger.dev diff --git a/hosting/k8s/helm/README.md b/hosting/k8s/helm/README.md index 17b8bfde70..8997004a0f 100644 --- a/hosting/k8s/helm/README.md +++ b/hosting/k8s/helm/README.md @@ -52,7 +52,7 @@ Dashboard: http://localhost:3040/ ```bash # The --push arg is required when testing locally -npx trigger.dev@v4-beta deploy --push +npx trigger.dev@latest deploy --push ``` ## ⚠️ Security Requirements @@ -537,7 +537,7 @@ kubectl port-forward svc/trigger.dev-webapp 3040:3030 --address 0.0.0.0 2. **Database connection**: Check PostgreSQL is ready before webapp starts 3. **Resource limits**: Increase limits for ClickHouse in constrained environments 4. **Config not applying**: Use the pod restart technique above to force config reload -5. **Image pull errors**: When testing locally, deploy with `npx trigger.dev@v4-beta deploy --push` +5. **Image pull errors**: When testing locally, deploy with `npx trigger.dev@latest deploy --push` ## Examples diff --git a/hosting/k8s/helm/templates/webapp.yaml b/hosting/k8s/helm/templates/webapp.yaml index 9a0794ce69..f9f59c363f 100644 --- a/hosting/k8s/helm/templates/webapp.yaml +++ b/hosting/k8s/helm/templates/webapp.yaml @@ -229,8 +229,6 @@ spec: value: {{ include "trigger-v4.s3.url" . | quote }} - name: GRACEFUL_SHUTDOWN_TIMEOUT value: {{ .Values.webapp.gracefulShutdownTimeout | quote }} - - name: TRIGGER_CLI_TAG - value: "v4-beta" {{- if .Values.webapp.bootstrap.enabled }} - name: TRIGGER_BOOTSTRAP_ENABLED value: "1"