From a953d46825ea78203b1188ebcf4675339c0aa283 Mon Sep 17 00:00:00 2001
From: nicktrn <55853254+nicktrn@users.noreply.github.com>
Date: Wed, 25 Jun 2025 15:29:12 +0100
Subject: [PATCH] package tag info -> warning
---
docs/self-hosting/docker.mdx | 4 ++--
docs/self-hosting/kubernetes.mdx | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/self-hosting/docker.mdx b/docs/self-hosting/docker.mdx
index b42c62b4b..acff872fc 100644
--- a/docs/self-hosting/docker.mdx
+++ b/docs/self-hosting/docker.mdx
@@ -345,9 +345,9 @@ TRIGGER_IMAGE_TAG=v4.0.0-v4-beta.21
This section highlights some of the CLI commands and options that are useful when self-hosting. Please check the [CLI reference](/cli-introduction) for more in-depth documentation.
-
+
While v4 is in beta, always use `@v4-beta` instead of `@latest`. For example: `npx trigger.dev@v4-beta dev`
-
+
### Login
diff --git a/docs/self-hosting/kubernetes.mdx b/docs/self-hosting/kubernetes.mdx
index e4b6963c9..9946fc7ba 100644
--- a/docs/self-hosting/kubernetes.mdx
+++ b/docs/self-hosting/kubernetes.mdx
@@ -76,9 +76,9 @@ kubectl port-forward svc/trigger-webapp 3040:3030 -n trigger
kubectl logs -n trigger deployment/trigger-webapp | grep -A1 "magic link"
```
-
+
While v4 is in beta, always use `@v4-beta` instead of `@latest`. For example: `npx trigger.dev@v4-beta dev`
-
+
## Configuration
@@ -373,9 +373,9 @@ kubectl delete namespace trigger
See the [Docker CLI usage](/self-hosting/docker#cli-usage) section, the commands are identical regardless of deployment method.
-
+
While v4 is in beta, always use `@v4-beta` instead of `@latest`. For example: `npx trigger.dev@v4-beta dev`
-
+
## CI / GitHub Actions