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
49
49
50
50
``` shell
51
51
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 \
53
53
-n kadras-system --create-namespace
54
54
```
55
55
@@ -60,9 +60,11 @@ The installation of the Kadras Engineering Platform can be configured via YAML.
60
60
``` yaml title="values.yml"
61
61
platform :
62
62
profile : run
63
- infrastructure_provider : local
64
63
ingress :
65
64
domain : 127.0.0.1.sslip.io
65
+ contour :
66
+ envoy :
67
+ service : NodePort
66
68
` ` `
67
69
68
70
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
74
76
` ` ` shell
75
77
kctrl package install -i engineering-platform \
76
78
-p engineering-platform.packages.kadras.io \
77
- -v 0.16 .0 \
79
+ -v 0.17 .0 \
78
80
-n kadras-system \
79
81
--values-file values.yml
80
82
` ` `
You can’t perform that action at this time.
0 commit comments