Skip to content

Commit eab68b5

Browse files
committed
Update setup/quickstart information with kcp version and chart guide ref
On-behalf-of: SAP <[email protected]> Signed-off-by: Marvin Beckers <[email protected]>
1 parent b5aa810 commit eab68b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/content/setup/helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ helm install my-kcp kcp/kcp -f my-values.yaml
2525
### Values
2626

2727
At the very least, `.externalHostname` needs to be set and point to a DNS hostname that will point
28-
to the front-proxy's external hostname.
28+
to the front-proxy's external hostname. The repository hosting the Helm chart has a **[detailed guide to configure the chart correctly](https://github.com/kcp-dev/helm-charts/tree/main/charts/kcp#configuration)**.
2929

3030
A list of all values is [available in the git repository](https://github.com/kcp-dev/helm-charts/blob/main/charts/kcp/values.yaml).
3131

docs/content/setup/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ version to confirm it's working:
3636
```shell
3737
$ export KUBECONFIG=.kcp/admin.kubeconfig
3838
$ kubectl version
39-
Client Version: v1.31.1
40-
Kustomize Version: v5.4.2
41-
Server Version: v1.31.0+kcp-v0.26.0
39+
Client Version: v1.33.1
40+
Kustomize Version: v5.6.0
41+
Server Version: v1.32.3+kcp-v0.28.0
4242
```
4343

4444
## Next steps

0 commit comments

Comments
 (0)