Skip to content

Commit 1ec236c

Browse files
Update KUBERNETES.md
update stack helm version
1 parent 532c02a commit 1ec236c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stack/docs/quickstarts/KUBERNETES.md

+2-2
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)