Skip to content

Commit

Permalink
Drop colons in generated tags (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Lund authored May 16, 2023
1 parent cb2a240 commit b00c056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getstarted/fleet/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ the group:
Instead of using the convenient `latest` tag, it is often preferable to use tags that do not
change in the `fleet.json` file. This makes it possible to reproduce and reason about the
fleet state at any revision of the `fleet.json` file. So instead of using `my-pod@latest`,
you can use a stable tag like `[email protected]` or `my-pod@20230515175710:broad-method`.
you can use a stable tag like `[email protected]` or `my-pod@20230515175710-broad-method`.

</Note>

Expand Down
2 changes: 1 addition & 1 deletion docs/getstarted/fleet/pods.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ artemis pod upload my-pod.pod
```

This creates a new revision of the `my-pod` pod and automatically tags it
with the `latest` tag and a generated tag like `20230515175710:broad-method`.
with the `latest` tag and a generated tag like `20230515175710-broad-method`.
The first component is a timestamp and the last component is a random name
that makes it easier to refer to the generated tag.

Expand Down

0 comments on commit b00c056

Please sign in to comment.