From 275db82dad16ae4b59fad1bef8e582b61b6b46af Mon Sep 17 00:00:00 2001 From: Johannes Frey Date: Thu, 4 Apr 2024 08:55:56 +0200 Subject: [PATCH] Reference helm charts for v0.19 --- docs/pages/architecture/control_plane/k8s_distros.mdx | 2 +- docs/pages/getting-started/deployment.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/architecture/control_plane/k8s_distros.mdx b/docs/pages/architecture/control_plane/k8s_distros.mdx index 67e49d7954..e282bcb2c0 100644 --- a/docs/pages/architecture/control_plane/k8s_distros.mdx +++ b/docs/pages/architecture/control_plane/k8s_distros.mdx @@ -67,7 +67,7 @@ And then deploy vCluster with: vcluster create my-vcluster -n test --distro k8s -f values.yaml ``` -If you want to create a separate chart for the Kubernetes distribution, a good starting point is to copy one of [our distro charts](https://github.com/loft-sh/vcluster/tree/main/charts) and then modify it to work with your distribution. +If you want to create a separate chart for the Kubernetes distribution, a good starting point is to copy one of [our distro charts](https://github.com/loft-sh/vcluster/tree/v0.19/charts) and then modify it to work with your distribution. vCluster only needs the following information from the virtual Kubernetes distribution to function properly: 1. The API server central authority certificate (usually found at `/pki/ca.crt`) 2. The API server central authority key (usually found at `/pki/ca.key`) diff --git a/docs/pages/getting-started/deployment.mdx b/docs/pages/getting-started/deployment.mdx index 8922346ce6..9c027cec13 100644 --- a/docs/pages/getting-started/deployment.mdx +++ b/docs/pages/getting-started/deployment.mdx @@ -113,5 +113,5 @@ This tells vCluster to prepend the image registry to all images used by vCluster You can find a list of all needed images by vCluster in the file `vcluster-images.txt` at the [releases page](https://github.com/loft-sh/vcluster/releases), as well as two scripts (download-images.sh & push-images.sh) to pull and push those to your private registry. -You can locate the Helm chart and values file for Kubernetes distro in the vCluster [repo](https://github.com/loft-sh/vcluster/tree/main/charts). Be sure to choose the tag that matches your vCluster version. +You can locate the Helm chart and values file for Kubernetes distro in the vCluster [repo](https://github.com/loft-sh/vcluster/tree/v0.19/charts). Be sure to choose the tag that matches your vCluster version.