We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a followup of #56, #48, #50
The URL https://mr-karan.github.io/calert/charts gives a 404, currently, so the helm repository is not yet functional for what I can see.
I think what needs to be done are the steps listed in #50
and
The text was updated successfully, but these errors were encountered:
Hey.
I've followed this https://blog.ediri.io/how-to-create-a-github-gh-pages-branch-in-an-existing-repository to create gh-pages and also enabled github pages on the repo.
gh-pages
Created a release as well, which pushed https://github.com/mr-karan/calert/tree/gh-pages.
Is there anything else needed from my end? Thanks!
Sorry, something went wrong.
I see the index is available: https://mr-karan.github.io/calert/charts/index.yaml
What I would suggest is some additional documentation on chart readme like:
helm repo add calert https://mr-karan.github.io/calert/charts helm search repo calert helm pull calert/calert
That's always easier know what's the endpoint is - especially when using the gitops approach 😄
hello, I'm trying to add this chart to my existing kube-prometheus-stack chart on my dependencies block What version needs to be added here? I'm following the values from https://github.com/mr-karan/calert/blob/main/contrib/helm/calert/Chart.yaml
I'm also confused on the proper way to add the right repo by command line, could you provide the correct documentation about it?
mr-karan
No branches or pull requests
This is a followup of #56, #48, #50
The URL https://mr-karan.github.io/calert/charts gives a 404, currently, so the helm repository is not yet functional for what I can see.
I think what needs to be done are the steps listed in #50
and
The text was updated successfully, but these errors were encountered: