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

Helm chart #4

Closed
pavdmyt opened this issue Jul 30, 2020 · 2 comments · Fixed by #6
Closed

Helm chart #4

pavdmyt opened this issue Jul 30, 2020 · 2 comments · Fixed by #6

Comments

@pavdmyt
Copy link
Contributor

pavdmyt commented Jul 30, 2020

JFYI I've created a basic helm chart to simplify deployments in Kubernetes. We're successfully using it. The installation is as simple as:

$ helm repo add afcharts https://anchorfree.github.io/helm-charts
$ helm repo update
$ helm install <release-name> afcharts/kibana-exporter
@chamilad
Copy link
Owner

Awesome! Thanks @pavdmyt ! I'm going to add a reference to this chart from the README. Nit: Is the Helm v3 version also available?

chamilad added a commit that referenced this issue Oct 27, 2020
@pavdmyt
Copy link
Contributor Author

pavdmyt commented Oct 27, 2020

It is Helm v2 chart (defined via apiVersion: v1 in Chart.yaml). We're using it in Helm v2 environment. However, I can make a new release with Helm v3 compatible Chart.yaml.

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

Successfully merging a pull request may close this issue.

2 participants