Skip to content

Commit 02e2eb3

Browse files
committed
chore(helm): remove last few beta references
1 parent 25f1997 commit 02e2eb3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

hosting/k8s/helm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
537537
2. **Database connection**: Check PostgreSQL is ready before webapp starts
538538
3. **Resource limits**: Increase limits for ClickHouse in constrained environments
539539
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`
541541

542542
## Examples
543543

hosting/k8s/helm/templates/webapp.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)