Skip to content

Commit d6e6d80

Browse files
Merge pull request #207 from tinkerbell/jacobweinstock-patch-1
Update KUBERNETES.md
2 parents 532c02a + 1ec236c commit d6e6d80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stack/docs/quickstarts/KUBERNETES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ You will need to bring your own hardware (machine) for this guide.
2727
```bash
2828
trusted_proxies=$(kubectl get nodes -o jsonpath='{.items[*].spec.podCIDR}' | tr ' ' ',')
2929
LB_IP=<specify a Load balancer IP>
30-
STACK_CHART_VERSION=0.4.3
31-
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"
30+
STACK_CHART_VERSION=0.6.2
31+
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"
3232
```
3333

3434
> 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.

0 commit comments

Comments
 (0)