Skip to content

Commit 94a07f0

Browse files
committed
doc: Update installation docs to Kadras 0.17.0
1 parent 661f49b commit 94a07f0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/getting-started/installation.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Add the Kadras repository to make the platform packages available to the cluster
4949

5050
```shell
5151
kctrl package repository add -r kadras-packages \
52-
--url ghcr.io/kadras-io/kadras-packages:0.18.0 \
52+
--url ghcr.io/kadras-io/kadras-packages:0.19.0 \
5353
-n kadras-system --create-namespace
5454
```
5555

@@ -60,9 +60,11 @@ The installation of the Kadras Engineering Platform can be configured via YAML.
6060
```yaml title="values.yml"
6161
platform:
6262
profile: run
63-
infrastructure_provider: local
6463
ingress:
6564
domain: 127.0.0.1.sslip.io
65+
contour:
66+
envoy:
67+
service: NodePort
6668
```
6769
6870
The Ingress is configured with the special domain `127.0.0.1.sslip.io` which will resolve to your localhost and be accessible via the kind cluster.
@@ -74,7 +76,7 @@ Reference the `values.yml` file you created in the previous step and install the
7476
```shell
7577
kctrl package install -i engineering-platform \
7678
-p engineering-platform.packages.kadras.io \
77-
-v 0.16.0 \
79+
-v 0.17.0 \
7880
-n kadras-system \
7981
--values-file values.yml
8082
```

0 commit comments

Comments
 (0)