Skip to content

What is the connection between this repo and prometheus-community/helm-charts #1509

Answered by paulfantom
petertakacs asked this question in Q&A
Discussion options

You must be logged in to vote

Helm charts are historically based on this repository. Usually some improvements that land here are ported into helm charts, but rarely this happens the other way round.

There are additional differences between the repositories:

  • helm chart repo has only basic linting tests, whereas here we use golang tests to validate the stack on last 2 kubernetes platforms. Additionally this repository is also used by OpenShift which gives us additional test coverage.
  • helm chart repo does not allow easy modification of alerts and dashboards, whereas here those are "first class citizens"
  • helm can be seen as more user friendly due to use of yaml, this project is using jsonnet (we are considering a switch…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by petertakacs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants