Skip to content

Commit

Permalink
move helm charts page to ghpages branch and publish on release
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner5 committed Oct 22, 2021
1 parent 67d637a commit 2edc395
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
- name: Deploy Helm Charts to GH Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: charts
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 @@ -154,7 +154,7 @@ We created a Kubernetes service account when we created the cluster using
eksctl. Thus, we don't need the helm chart to do that.

```bash
helm repo add karpenter https://awslabs.github.io/karpenter/charts
helm repo add karpenter https://awslabs.github.io/karpenter
helm repo update
helm upgrade --install karpenter karpenter/karpenter --namespace karpenter \
--create-namespace --set serviceAccount.create=false --version 0.4.0 \
Expand Down

0 comments on commit 2edc395

Please sign in to comment.