Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Merge helm/charts #6

Closed
sebgoa opened this issue Feb 29, 2016 · 2 comments
Closed

Merge helm/charts #6

sebgoa opened this issue Feb 29, 2016 · 2 comments
Assignees

Comments

@sebgoa
Copy link
Contributor

sebgoa commented Feb 29, 2016

need to merge charts from github.com/helm/charts into this one.

@jackgr jackgr added the lgtm Indicates that a PR is ready to be merged. label Apr 4, 2016
@jackgr jackgr self-assigned this Apr 4, 2016
@jackgr
Copy link
Contributor

jackgr commented Apr 4, 2016

/cc @sparkprime

@jackgr jackgr removed the lgtm Indicates that a PR is ready to be merged. label Apr 4, 2016
@jackgr jackgr mentioned this issue Apr 4, 2016
@jackgr jackgr assigned sebgoa and unassigned jackgr Apr 4, 2016
@sebgoa
Copy link
Contributor Author

sebgoa commented Apr 6, 2016

closed by #9

@sebgoa sebgoa closed this as completed Apr 6, 2016
k8s-ci-robot pushed a commit that referenced this issue Oct 23, 2018
* Create promethues-operator chart

Signed-off-by: Giancarlo Rubio <gianrubio@gmail.com>

* Fixes for stable/prometheus-operator

Changed:
- Update Prometheus to 2.4.3, alertmanager to 0.15.2
- Change some job labels - should refer to a label appearing on the service. Tried to keep this consistent with what was used in the coreos version
- Add confguration for using CoreDNS
- Add insecureSkipVerify to kubeApiServer
- Add `prometheus.additionalScrapeConfigs`, `prometheus.additionalAlertManagerConfigs`

- Add ability to deploy an operated prometheus without installing anything else
  - Switch `prometheus.serviceAccountName` to be based on `prometheus.fullname` to prevent clashes
- Fix `serviceMonitorSelector` typo
- Add `serviceMonitorNamespaceSelector` to values.yaml
- Fix grafana typo (#6765 (comment))

Add CoreDNS dashboard

- Fixed dashboard use of updated name metric

Signed-off-by: Giancarlo Rubio <gianrubio@gmail.com>
Signed-off-by: Vasily Sliouniaev <vsliouniaev@users.noreply.github.com>

Vas prometheus operator (#5)

* Fix lint

* Fix missing selector on kubelet

#6765 (comment)

* Fix braces in files

* Fix naming

* Move non-exporters out of exporters folder

* Use common value names, add to readme

* Change value names deploy -> enabled

#6765 (comment)
#6765 (comment)

* Update etcd rules

https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/etcd3_alert.rules.yml

* Fix etcd rules to match job name

* Review readme

* Change initial version to 0.1.0

Additional Fixes While Github is down (#6)

* Fix additional service monitor template

* Fix label indentation

#6765 (comment)

Fix cleanup, requirements.lock file (#7)
Jnig pushed a commit to Jnig/charts that referenced this issue Nov 13, 2018
* Create promethues-operator chart

Signed-off-by: Giancarlo Rubio <gianrubio@gmail.com>

* Fixes for stable/prometheus-operator

Changed:
- Update Prometheus to 2.4.3, alertmanager to 0.15.2
- Change some job labels - should refer to a label appearing on the service. Tried to keep this consistent with what was used in the coreos version
- Add confguration for using CoreDNS
- Add insecureSkipVerify to kubeApiServer
- Add `prometheus.additionalScrapeConfigs`, `prometheus.additionalAlertManagerConfigs`

- Add ability to deploy an operated prometheus without installing anything else
  - Switch `prometheus.serviceAccountName` to be based on `prometheus.fullname` to prevent clashes
- Fix `serviceMonitorSelector` typo
- Add `serviceMonitorNamespaceSelector` to values.yaml
- Fix grafana typo (helm#6765 (comment))

Add CoreDNS dashboard

- Fixed dashboard use of updated name metric

Signed-off-by: Giancarlo Rubio <gianrubio@gmail.com>
Signed-off-by: Vasily Sliouniaev <vsliouniaev@users.noreply.github.com>

Vas prometheus operator (helm#5)

* Fix lint

* Fix missing selector on kubelet

helm#6765 (comment)

* Fix braces in files

* Fix naming

* Move non-exporters out of exporters folder

* Use common value names, add to readme

* Change value names deploy -> enabled

helm#6765 (comment)
helm#6765 (comment)

* Update etcd rules

https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/etcd3_alert.rules.yml

* Fix etcd rules to match job name

* Review readme

* Change initial version to 0.1.0

Additional Fixes While Github is down (helm#6)

* Fix additional service monitor template

* Fix label indentation

helm#6765 (comment)

Fix cleanup, requirements.lock file (helm#7)

Signed-off-by: Jakob Niggel <info@jakobniggel.de>
jordanjennings pushed a commit to jordanjennings/charts that referenced this issue Nov 27, 2018
wgiddens pushed a commit to wgiddens/charts that referenced this issue Jan 18, 2019
* Create promethues-operator chart

Signed-off-by: Giancarlo Rubio <gianrubio@gmail.com>

* Fixes for stable/prometheus-operator

Changed:
- Update Prometheus to 2.4.3, alertmanager to 0.15.2
- Change some job labels - should refer to a label appearing on the service. Tried to keep this consistent with what was used in the coreos version
- Add confguration for using CoreDNS
- Add insecureSkipVerify to kubeApiServer
- Add `prometheus.additionalScrapeConfigs`, `prometheus.additionalAlertManagerConfigs`

- Add ability to deploy an operated prometheus without installing anything else
  - Switch `prometheus.serviceAccountName` to be based on `prometheus.fullname` to prevent clashes
- Fix `serviceMonitorSelector` typo
- Add `serviceMonitorNamespaceSelector` to values.yaml
- Fix grafana typo (helm#6765 (comment))

Add CoreDNS dashboard

- Fixed dashboard use of updated name metric

Signed-off-by: Giancarlo Rubio <gianrubio@gmail.com>
Signed-off-by: Vasily Sliouniaev <vsliouniaev@users.noreply.github.com>

Vas prometheus operator (helm#5)

* Fix lint

* Fix missing selector on kubelet

helm#6765 (comment)

* Fix braces in files

* Fix naming

* Move non-exporters out of exporters folder

* Use common value names, add to readme

* Change value names deploy -> enabled

helm#6765 (comment)
helm#6765 (comment)

* Update etcd rules

https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/etcd3_alert.rules.yml

* Fix etcd rules to match job name

* Review readme

* Change initial version to 0.1.0

Additional Fixes While Github is down (helm#6)

* Fix additional service monitor template

* Fix label indentation

helm#6765 (comment)

Fix cleanup, requirements.lock file (helm#7)
diversario pushed a commit to diversario/charts that referenced this issue Feb 14, 2019
mhamwala added a commit to mhamwala/helm-charts that referenced this issue Apr 24, 2019
jonty-uk-gov-mirror pushed a commit to uk-gov-mirror/ministryofjustice.charts that referenced this issue Apr 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants