Skip to content

Commit 32e3fab

Browse files
authored
feat(helm): release 4.0.0 chart version (#2416)
* feat(helm): release 4.0.0 chart version * chore(helm): remove last few beta references * fix(docker): use latest tag for commands shown in webapp
1 parent 0ee4234 commit 32e3fab

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

hosting/docker/webapp/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ services:
7777
# DEFAULT_ORG_EXECUTION_CONCURRENCY_LIMIT: 100
7878
# Internal OTEL configuration
7979
INTERNAL_OTEL_TRACE_LOGGING_ENABLED: ${INTERNAL_OTEL_TRACE_LOGGING_ENABLED:-0}
80-
TRIGGER_CLI_TAG: ${TRIGGER_CLI_TAG:-v4-beta}
8180

8281
postgres:
8382
image: postgres:${POSTGRES_IMAGE_TAG:-14}

hosting/k8s/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: trigger
33
description: The official Trigger.dev Helm chart
44
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
77
home: https://trigger.dev
88
sources:
99
- https://github.com/triggerdotdev/trigger.dev

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)