Skip to content

Commit

Permalink
Bump docs to v0.4.1 (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn authored Oct 29, 2021
1 parent d7fd106 commit 56825c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/en/docs/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ eksctl. Thus, we don't need the helm chart to do that.
helm repo add karpenter https://charts.karpenter.sh
helm repo update
helm upgrade --install karpenter karpenter/karpenter --namespace karpenter \
--create-namespace --set serviceAccount.create=false --version 0.4.0 \
--create-namespace --set serviceAccount.create=false --version 0.4.1 \
--wait # for the defaulting webhook to install before creating a Provisioner
```

Expand Down

0 comments on commit 56825c8

Please sign in to comment.