diff --git a/templates/cluster-template.yaml b/templates/cluster-template.yaml index 4ba85e9a6..09417d488 100644 --- a/templates/cluster-template.yaml +++ b/templates/cluster-template.yaml @@ -20,9 +20,9 @@ spec: helmRelease: values: "${HELM_VALUES:=}" chart: - name: ${CHART_NAME:=null} - repo: ${CHART_REPO:=null} - version: ${CHART_VERSION:=null} + name: ${CHART_NAME:=vcluster} + repo: ${CHART_REPO:=https://charts.loft.sh} + version: ${CHART_VERSION:=0.19.5} controlPlaneEndpoint: host: ${VCLUSTER_HOST:=""} port: ${VCLUSTER_PORT:=0}