File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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"
6161platform :
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
6870The 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 ` ` `
You can’t perform that action at this time.
0 commit comments