Skip to content

Commit

Permalink
Update helm chart version to 0.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: Dinesh Majrekar <[email protected]>
  • Loading branch information
DMajrekar committed Mar 4, 2024
1 parent b4d7bf8 commit f47a838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstarts/KUBERNETES.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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.2
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"
```

Expand Down

0 comments on commit f47a838

Please sign in to comment.