-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
jsonnet: include rewritten kubernetes-grafana library #1450
jsonnet: include rewritten kubernetes-grafana library #1450
Conversation
cc5cefb
to
a835f3c
Compare
a835f3c
to
5277118
Compare
This won't work in CI until brancz/kubernetes-grafana#117 is completed. |
5277118
to
6aa6b78
Compare
As brancz/kubernetes-grafana#117 was merged, we need this PR to keep up :) |
@@ -39,7 +39,7 @@ local utils = import './lib/utils.libsonnet'; | |||
images: { | |||
alertmanager: 'quay.io/prometheus/alertmanager:v' + $.values.common.versions.alertmanager, | |||
blackboxExporter: 'quay.io/prometheus/blackbox-exporter:v' + $.values.common.versions.blackboxExporter, | |||
grafana: 'grafana/grafana:v' + $.values.common.versions.grafana, | |||
grafana: 'grafana/grafana:' + $.values.common.versions.grafana, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is weird how noone reported this bug 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, we do have tests for grafana's deployment right? We would have caught if that was a real problem 🕵️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem is that such image does not exist, so pod should error out. 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks a lot cleaner now! Thanks a lot for working on this :)
I've just tested by playing around with examples.jsonnet
, everything is working as expected
Description
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
If it fixes a bug or resolves a feature request, be sure to link to that issue.
Include brancz/kubernetes-grafana#117
Type of change
What type of changes does your code introduce to the kube-prometheus? Put an
x
in the box that apply.CHANGE
(fix or feature that would cause existing functionality to not work as expected)FEATURE
(non-breaking change which adds functionality)BUGFIX
(non-breaking change which fixes an issue)ENHANCEMENT
(non-breaking change which improves existing functionality)NONE
(if none of the other choices apply. Example, tooling, build system, CI, docs, etc.)Changelog entry
Please put a one-line changelog entry below. Later this will be copied to the changelog file.