From ac2f57a9e5fab842f36a57f7fcb35fb3c1c12ae9 Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Wed, 26 Oct 2022 03:54:36 +0000 Subject: [PATCH] Update helm chart version. Add kubernetes quickstart info: This uses the latest helm chart available and points users to the helm chart repo doc for kubernetes with helm deployments. Signed-off-by: Jacob Weinstock --- deploy/infrastructure/vagrant/.env | 2 +- deploy/infrastructure/vagrant/Vagrantfile | 2 +- docs/quickstarts/KUBERNETES.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/infrastructure/vagrant/.env b/deploy/infrastructure/vagrant/.env index 5c4dfdf2..04011de9 100644 --- a/deploy/infrastructure/vagrant/.env +++ b/deploy/infrastructure/vagrant/.env @@ -11,4 +11,4 @@ USE_POSTGRES= USE_HELM=true # https://github.com/tinkerbell/charts/pkgs/container/charts%2Fstack -HELM_CHART_VERSION=0.1.1 +HELM_CHART_VERSION=0.1.2 diff --git a/deploy/infrastructure/vagrant/Vagrantfile b/deploy/infrastructure/vagrant/Vagrantfile index fca28a67..15008c9c 100644 --- a/deploy/infrastructure/vagrant/Vagrantfile +++ b/deploy/infrastructure/vagrant/Vagrantfile @@ -16,7 +16,7 @@ MACHINE1_IP = ENV["MACHINE1_IP"] || "192.168.56.43" MACHINE1_MAC = (ENV["MACHINE1_MAC"] || "08:00:27:9E:F5:3A").downcase USE_POSTGRES = ENV["USE_POSTGRES"] || "" USE_HELM = ENV["USE_HELM"] || "" -HELM_CHART_VERSION = ENV["HELM_CHART_VERSION"] || "0.1.1" +HELM_CHART_VERSION = ENV["HELM_CHART_VERSION"] || "0.1.2" HELM_LOADBALANCER_INTERFACE = ENV["HELM_LOADBALANCER_INTERFACE"] || "eth1" STACK_OPT = "compose/" STACK_BASE_DIR = "../../stack/" diff --git a/docs/quickstarts/KUBERNETES.md b/docs/quickstarts/KUBERNETES.md index fd736c15..d8532d92 100644 --- a/docs/quickstarts/KUBERNETES.md +++ b/docs/quickstarts/KUBERNETES.md @@ -1,3 +1,3 @@ # Quick start guide for Kubernetes -> coming soon... +See the [README.md](https://github.com/tinkerbell/charts/tree/main/tinkerbell/stack) in the Helm chart repository for more information on how to use the Helm chart.