Skip to content

Commit

Permalink
Update KUBERNETES.md
Browse files Browse the repository at this point in the history
update stack helm version
  • Loading branch information
jacobweinstock authored Feb 4, 2025
1 parent 532c02a commit 1ec236c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stack/docs/quickstarts/KUBERNETES.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ You will need to bring your own hardware (machine) for this guide.
```bash
trusted_proxies=$(kubectl get nodes -o jsonpath='{.items[*].spec.podCIDR}' | tr ' ' ',')
LB_IP=<specify a Load balancer IP>
STACK_CHART_VERSION=0.4.3
helm install tink-stack oci://ghcr.io/tinkerbell/charts/stack --version "$STACK_CHART_VERSION" --create-namespace --namespace tink-system --wait --set "smee.trustedProxies={${trusted_proxies}}" --set "hegel.trustedProxies={${trusted_proxies}}" --set "stack.loadBalancerIP=$LB_IP" --set "smee.publicIP=$LB_IP"
STACK_CHART_VERSION=0.6.2
helm install tink-stack oci://ghcr.io/tinkerbell/charts/stack --version "$STACK_CHART_VERSION" --create-namespace --namespace tink --wait --set "global.trustedProxies={${trusted_proxies}}" --set "global.publicIP=$LB_IP"
```

> These instructions above should be checked against the Charts repo before using. 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.
Expand Down

0 comments on commit 1ec236c

Please sign in to comment.