Skip to content

Commit

Permalink
Update helm chart version. Add kubernetes quickstart info:
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jacobweinstock committed Oct 26, 2022
1 parent 049d3b9 commit ac2f57a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/infrastructure/vagrant/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion deploy/infrastructure/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstarts/KUBERNETES.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit ac2f57a

Please sign in to comment.