Skip to content

Commit a953d46

Browse files
committed
package tag info -> warning
1 parent a9c91c5 commit a953d46

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/self-hosting/docker.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,9 @@ TRIGGER_IMAGE_TAG=v4.0.0-v4-beta.21
345345
346346
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.
347347
348-
<Note>
348+
<Warning>
349349
While v4 is in beta, always use `@v4-beta` instead of `@latest`. For example: `npx trigger.dev@v4-beta dev`
350-
</Note>
350+
</Warning>
351351
352352
### Login
353353

docs/self-hosting/kubernetes.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ kubectl port-forward svc/trigger-webapp 3040:3030 -n trigger
7676
kubectl logs -n trigger deployment/trigger-webapp | grep -A1 "magic link"
7777
```
7878

79-
<Note>
79+
<Warning>
8080
While v4 is in beta, always use `@v4-beta` instead of `@latest`. For example: `npx trigger.dev@v4-beta dev`
81-
</Note>
81+
</Warning>
8282

8383
## Configuration
8484

@@ -373,9 +373,9 @@ kubectl delete namespace trigger
373373

374374
See the [Docker CLI usage](/self-hosting/docker#cli-usage) section, the commands are identical regardless of deployment method.
375375

376-
<Note>
376+
<Warning>
377377
While v4 is in beta, always use `@v4-beta` instead of `@latest`. For example: `npx trigger.dev@v4-beta dev`
378-
</Note>
378+
</Warning>
379379

380380
## CI / GitHub Actions
381381

0 commit comments

Comments
 (0)