Skip to content

Commit

Permalink
Update helm chart version to 0.4.3 (#183)
Browse files Browse the repository at this point in the history
## Description

Update helm chart to latest released version

## Why is this needed

Updated docs

Fixes: #

## How Has This Been Tested?





## How are existing users impacted? What migration steps/scripts do we need?





## Checklist:

I have:

- [ ] updated the documentation and/or roadmap (if required)
- [ ] added unit or e2e tests
- [ ] provided instructions on how to upgrade
  • Loading branch information
mergify[bot] authored Mar 7, 2024
2 parents b4d7bf8 + f47a838 commit 1a641b6
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 1a641b6

Please sign in to comment.