package tag info -> warning

This commit is contained in:
nicktrn
2025-06-25 15:29:12 +01:00
parent a9c91c5f9a
commit a953d46825
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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.
<Note>
<Warning>
While v4 is in beta, always use `@v4-beta` instead of `@latest`. For example: `npx trigger.dev@v4-beta dev`
</Note>
</Warning>
### Login
+4 -4
View File
@@ -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"
```
<Note>
<Warning>
While v4 is in beta, always use `@v4-beta` instead of `@latest`. For example: `npx trigger.dev@v4-beta dev`
</Note>
</Warning>
## 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.
<Note>
<Warning>
While v4 is in beta, always use `@v4-beta` instead of `@latest`. For example: `npx trigger.dev@v4-beta dev`
</Note>
</Warning>
## CI / GitHub Actions