Skip to content

Commit

Permalink
docs: Update installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Mar 13, 2024
1 parent 217b352 commit cd03e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quick-start/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Add the Kadras repository to make the platform packages available to the cluster

```shell
kctrl package repository add -r kadras-packages \
--url ghcr.io/kadras-io/kadras-packages:0.17.1 \
--url ghcr.io/kadras-io/kadras-packages:0.17.2 \
-n kadras-system --create-namespace
```

Expand All @@ -75,7 +75,7 @@ Reference the `values.yml` file you created in the previous step and install the
```shell
kctrl package install -i engineering-platform \
-p engineering-platform.packages.kadras.io \
-v 0.15.1 \
-v 0.15.2 \
-n kadras-system \
--values-file values.yml
```
Expand Down

0 comments on commit cd03e10

Please sign in to comment.