Skip to content

Commit

Permalink
Fix missing version prefix (v) in docs and presets
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicDin committed May 1, 2022
1 parent 6b73275 commit 2899d99
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/examples/full-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
kubitect:
url: "https://github.com/MusicDin/kubitect" # (1)
version: "2.0.2"
version: "v2.0.2"

#
# The "hosts" section contains data about the physical servers on which
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Verify the installation by checking the Kubitect version.
```sh
kubitect --version

# kubitect version 2.0.2
# kubitect version v2.0.2
```

!!! tip "Tip"
Expand Down
2 changes: 1 addition & 1 deletion resources/presets/localhost_single-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

kubitect:
version: "2.0.2"
version: "v2.0.2"

hosts:
- name: localhost
Expand Down
2 changes: 1 addition & 1 deletion resources/presets/localhost_single-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

kubitect:
version: "2.0.2"
version: "v2.0.2"

hosts:
- name: localhost
Expand Down
2 changes: 1 addition & 1 deletion resources/presets/multihost_ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#

kubitect:
version: "2.0.2"
version: "v2.0.2"

hosts:
- name: host1
Expand Down

0 comments on commit 2899d99

Please sign in to comment.