File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Dashboard: http://localhost:3040/
5252
5353``` bash
5454# The --push arg is required when testing locally
55- npx trigger.dev@v4-beta deploy --push
55+ npx trigger.dev@latest deploy --push
5656```
5757
5858## ⚠️ Security Requirements
@@ -537,7 +537,7 @@ kubectl port-forward svc/trigger.dev-webapp 3040:3030 --address 0.0.0.0
5375372 . ** Database connection** : Check PostgreSQL is ready before webapp starts
5385383 . ** Resource limits** : Increase limits for ClickHouse in constrained environments
5395394 . ** 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 `
541541
542542## Examples
543543
Original file line number Diff line number Diff line change @@ -229,8 +229,6 @@ spec:
229229 value : {{ include "trigger-v4.s3.url" . | quote }}
230230 - name : GRACEFUL_SHUTDOWN_TIMEOUT
231231 value : {{ .Values.webapp.gracefulShutdownTimeout | quote }}
232- - name : TRIGGER_CLI_TAG
233- value : " v4-beta"
234232 {{- if .Values.webapp.bootstrap.enabled }}
235233 - name : TRIGGER_BOOTSTRAP_ENABLED
236234 value : " 1"
You can’t perform that action at this time.
0 commit comments