Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Helm chart to repository #31

Open
bisgardo opened this issue Jun 8, 2022 · 2 comments
Open

Publish Helm chart to repository #31

bisgardo opened this issue Jun 8, 2022 · 2 comments

Comments

@bisgardo
Copy link
Owner

bisgardo commented Jun 8, 2022

A repository can apparently be set up easily using GitHub Pages.

@bisgardo
Copy link
Owner Author

bisgardo commented Jun 8, 2022

Set up custom Helm repo on the GitHub Page of this repo using workflow Release Helm charts which uses the helm/chart-releaser-action.

Usage:

  • Add the chart to Helm: helm repo add concordium-docker https://bisgardo.github.io/concordium-docker/charts.
  • List charts in the repo: helm search repo concordium-docker
  • Install or upgrade a release of the chart: helm upgrade --install concordium-node-test concordium-docker/concordium-node --set=network=mainnet --set=nodeName=my-node --set=test.concordiumClientVersion=4.0.3-0
  • Test the release: helm test concordium-node-test.

TODO: Add usage instructions to (toplevel) readme.

@bisgardo
Copy link
Owner Author

Long done. Only docs are lacking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant