File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ services:
77
77
# DEFAULT_ORG_EXECUTION_CONCURRENCY_LIMIT: 100
78
78
# Internal OTEL configuration
79
79
INTERNAL_OTEL_TRACE_LOGGING_ENABLED : ${INTERNAL_OTEL_TRACE_LOGGING_ENABLED:-0}
80
- TRIGGER_CLI_TAG : ${TRIGGER_CLI_TAG:-v4-beta}
81
80
82
81
postgres :
83
82
image : postgres:${POSTGRES_IMAGE_TAG:-14}
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : trigger
3
3
description : The official Trigger.dev Helm chart
4
4
type : application
5
- version : 4.0.0-beta.19
6
- appVersion : v4.0.0-v4-beta.26.1
5
+ version : 4.0.0
6
+ appVersion : v4.0.0
7
7
home : https://trigger.dev
8
8
sources :
9
9
- https://github.com/triggerdotdev/trigger.dev
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Dashboard: http://localhost:3040/
52
52
53
53
``` bash
54
54
# The --push arg is required when testing locally
55
- npx trigger.dev@v4-beta deploy --push
55
+ npx trigger.dev@latest deploy --push
56
56
```
57
57
58
58
## ⚠️ Security Requirements
@@ -537,7 +537,7 @@ kubectl port-forward svc/trigger.dev-webapp 3040:3030 --address 0.0.0.0
537
537
2 . ** Database connection** : Check PostgreSQL is ready before webapp starts
538
538
3 . ** Resource limits** : Increase limits for ClickHouse in constrained environments
539
539
4 . ** Config not applying** : Use the pod restart technique above to force config reload
540
- 5 . ** Image pull errors** : When testing locally, deploy with ` npx trigger.dev@v4-beta deploy --push `
540
+ 5 . ** Image pull errors** : When testing locally, deploy with ` npx trigger.dev@latest deploy --push `
541
541
542
542
## Examples
543
543
Original file line number Diff line number Diff line change @@ -229,8 +229,6 @@ spec:
229
229
value : {{ include "trigger-v4.s3.url" . | quote }}
230
230
- name : GRACEFUL_SHUTDOWN_TIMEOUT
231
231
value : {{ .Values.webapp.gracefulShutdownTimeout | quote }}
232
- - name : TRIGGER_CLI_TAG
233
- value : " v4-beta"
234
232
{{- if .Values.webapp.bootstrap.enabled }}
235
233
- name : TRIGGER_BOOTSTRAP_ENABLED
236
234
value : " 1"
You can’t perform that action at this time.
0 commit comments