Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Small changes for install chart on kebernetes 1.11 #113

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ozlevka-work
Copy link

I make some small changes in chart and success to install on k8s 1.11.
If these changes important you welcome to merge my work to your master

helm/prometheus-chart/values.yaml Outdated Show resolved Hide resolved
@@ -449,7 +449,7 @@ initChownData:
## If false, data ownership will not be reset at startup
## This allows the prometheus-server to be run with an arbitrary user
##
enabled: true
enabled: false
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't all of these be true?

Copy link
Contributor

@pipo02mix pipo02mix Jan 31, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I would like to default everything to enable, you can always customize your values and use them in the installation command.

helm install -f myvalues.yaml

@@ -1,4 +1,4 @@
piVersion: v1
apiVersion: v1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch

@@ -12,4 +12,4 @@ sources:
- https://github.com/prometheus/alertmanager
- https://github.com/prometheus/prometheus
tillerVersion: ">=2.8.0"
version: 0.1.0-[[ .SHA ]]
version: 0.1.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@pipo02mix pipo02mix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good improvements. A couple of comments, please take a look

@@ -1,4 +1,4 @@
piVersion: v1
apiVersion: v1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch

@@ -449,7 +449,7 @@ initChownData:
## If false, data ownership will not be reset at startup
## This allows the prometheus-server to be run with an arbitrary user
##
enabled: true
enabled: false
Copy link
Contributor

@pipo02mix pipo02mix Jan 31, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I would like to default everything to enable, you can always customize your values and use them in the installation command.

helm install -f myvalues.yaml

helm/prometheus-chart/values.yaml Outdated Show resolved Hide resolved
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants