Skip to content

Commit 34a1641

Browse files
authored
Prepare release v0.4.0 (#19)
1 parent 5f85016 commit 34a1641

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Any Linux system installed on it (eg. Ubuntu should be enough)
5252
Start matchbox with prebuilt Talos image for Cozystack:
5353

5454
```bash
55-
sudo docker run --name=matchbox -d --net=host ghcr.io/aenix-io/cozystack/matchbox:v0.3.1 \
55+
sudo docker run --name=matchbox -d --net=host ghcr.io/aenix-io/cozystack/matchbox:v0.4.0 \
5656
-address=:8080 \
5757
-log-level=debug
5858
```
@@ -95,7 +95,7 @@ example output:
9595
```console
9696
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
9797
22044f26f74d quay.io/poseidon/dnsmasq "/usr/sbin/dnsmasq -…" 6 seconds ago Up 5 seconds dnsmasq
98-
231ad81ff9e0 ghcr.io/aenix-io/cozystack/matchbox:v0.3.1 "/matchbox -address=…" 58 seconds ago Up 57 seconds matchbox
98+
231ad81ff9e0 ghcr.io/aenix-io/cozystack/matchbox:v0.4.0 "/matchbox -address=…" 58 seconds ago Up 57 seconds matchbox
9999
```
100100

101101
## Bootstrap cluster
@@ -218,7 +218,7 @@ Create namesapce and install Cozystack system components:
218218
```bash
219219
kubectl create ns cozy-system
220220
kubectl apply -f cozystack-config.yaml
221-
kubectl apply -f https://github.com/aenix-io/cozystack/raw/v0.3.1/manifests/cozystack-installer.yaml
221+
kubectl apply -f https://github.com/aenix-io/cozystack/raw/v0.4.0/manifests/cozystack-installer.yaml
222222
```
223223

224224
(optional) You can track the logs of installer:

0 commit comments

Comments
 (0)