-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
[prometheus] make path.rootfs conditional #737
[prometheus] make path.rootfs conditional #737
Conversation
Not always possible to mount / from host, see issue prometheus-community#467 Signed-off-by: William Johansson <[email protected]>
45e7a3c
to
c1dbc3a
Compare
charts/prometheus/Chart.yaml
Outdated
@@ -1,6 +1,6 @@ | |||
apiVersion: v2 | |||
name: prometheus | |||
version: 13.4.0 | |||
version: 13.4.1 |
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.
New feature should raise minor version.
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.
Fixed, bumped to 13.5.0
Signed-off-by: William Johansson <[email protected]>
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.
Version needs to be 13.6.0
Signed-off-by: William Johansson <[email protected]>
@monotek bumped it, I'd usually like to rebase the PR but the template says
Let me know if I shall proceed and do that or if it can be merged anyway. |
Anything else needed to get this merged? 🙂 |
What this PR does / why we need it:
Makes it configurable if node-exporter daemonset should mount
/
from host or not. Default totrue
to keep existing default behavior.As seen in issue #467, it is not always possible to mount / from host in all environments.
Which issue this PR fixes
Special notes for your reviewer:
Checklist
[prometheus-couchdb-exporter]
)