* Bump chart to version 6.9.3
Signed-off-by: jan.steffen <jan.steffen@figo.io>
* Remove quoting of walCompression in prometheus spec
Signed-off-by: jan.steffen <jan.steffen@figo.io>
* Add walCompression to CRD and bump chart version to 6.8.4
Signed-off-by: jan.steffen <jan.steffen@figo.io>
* Add walCompression to CRD and bump chart version to 6.8.4
Signed-off-by: jan.steffen <jan.steffen@figo.io>
* Add conditional for prometheus.ingress.hosts
Signed-off-by: Tom Gehrke <t.gehrke@reply.de>
* Bump patch version to 6.9.1
Signed-off-by: Tom Gehrke <t.gehrke@reply.de>
* Add condition for alertmanager as well
Signed-off-by: Tom Gehrke <t.gehrke@reply.de>
* Bump chart version
Signed-off-by: Ori Talmor <ori.t@ecobee.com>
* Fixed README to reflect prometheus deployment template
Signed-off-by: Ori Talmor <ori.t@ecobee.com>
* fix prometheus-operator chart readme
Signed-off-by: Daniel Andrei Minca <mandrei17@gmail.com>
* bump chart version
Signed-off-by: Daniel Andrei Minca <mandrei17@gmail.com>
* [stable/prometheus-operator] Fix#15819Fix#15819 issue configuring datasources from kubernetes secrets
Changes in the stable/grafana charts allows for the recommended updating
and removal of datasources via kubernetes secrets. Older versions of
this chart do not allow this feature.
Signed-off-by: John Naulty <johnnaulty@bitgo.com>
* [stable/prometheus-operator] bump up minor version
This is adding feature, so minor version should be updaated, not patch
version.
Signed-off-by: John Naulty <johnnaulty@bitgo.com>
* [stable/prometheus-operator] fix#15572 alertmanager
- fixes issue with alertmanager not coming up due to <nil> logFormat
value
Signed-off-by: John Naulty <johnnaulty@bitgo.com>
* bump version up after rebase
Signed-off-by: John Naulty <johnnaulty@bitgo.com>
* feat: update prometheus-operator
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: remove thanos-cluster port from examples
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* docs: manual del/install crd
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: cleanup crds
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: update test-values
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: clusterrole
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* bump: prometheus-operator
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: crds
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* bump: prometheus-operator
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: undo rules upgrade
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* docs: fix readme
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* ci: cleanup crd before install
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* Clean up CRDs before install for CI
Signed-off-by: Vasily Sliouniaev <vasily.sliouniaev@jet.com>
* [stable/prometheus-operator] Allow template strings in metricRelabelings
This allows passing template strings as follows to do things such as
only keeping metrics for the current namespace
```
metricRelabelings:
- sourceLabels:
- namespace
regex: '{{ .Release.Namespace }}'
action: keep
```
Signed-off-by: Robbie deMuth <robbie.demuth@appian.com>
* [stable/prometheus-operator] Disable AlertManager connection when AlertManager is disabled
Previously, the Prometheus server was still wired to the default
AlertManager server even when `.Values.alertmanager.enabled` was set to
`false`
Signed-off-by: Robbie deMuth <robbie.demuth@appian.com>
* [stable/prometheus-operator] Allow template strings in Alertmanager configuration directives
This allows passing template strings as follows to do things such as
configure a webhook_config URL to point to a service deployed in the
same namespace
```
alertmanager:
config:
receivers:
- name: webhook
webhook_configs:
- url: http://alertmanager-webhook.{{ .Release.Namespace }}.svc.cluster.local/
```
Signed-off-by: Robbie deMuth <robbie.demuth@appian.com>
* [stable/prometheus-operator] Increment chart version
Signed-off-by: Robbie deMuth <robbie.demuth@appian.com>
* [stable/prometheus-operator] replaced kubernetes api-conventions link
Signed-off-by: Christian Niehoff <christian.niehoff@dwpbank.de>
* [stable/prometheus-operator] run hack/update-ci.sh
Signed-off-by: Christian Niehoff <christian.niehoff@dwpbank.de>
* [stable/prometheus-operator] bumbed chart version
Signed-off-by: Christian Niehoff <christian.niehoff@dwpbank.de>
* [stable/prometheus-operator] added #metadata to link
Signed-off-by: Christian Niehoff <christian.niehoff@dwpbank.de>
* [stable/prometheus-operator] run hack/update-ci.sh again
Signed-off-by: Christian Niehoff <christian.niehoff@dwpbank.de>
* Mark **An example template** explicitly as comment
It's a small change, but if a beginner it is not obvious and can take half a day to solve this.
Signed-off-by: Deepak Kumar Sood <deepaksood619@gmail.com>
* Mark **An example template** explicitly as comment
It's a small change, but if a beginner it is not obvious and can take half a day to solve this.
Signed-off-by: Deepak Kumar Sood <deepaksood619@gmail.com>
* Chart version bumped to 5.12.3
Signed-off-by: Deepak Kumar Sood <deepaksood619@gmail.com>
* [stable/prometheus-operator] Bump app to 0.30.1
Signed-off-by: vas <v.sliouniaev@gmail.com>
* Update kube-state-metrics, node-exporter
Signed-off-by: vas <v.sliouniaev@gmail.com>
* Bump chart minor version
Signed-off-by: vas <v.sliouniaev@gmail.com>
* Remove no-op roles and rolebindings
The clusterrole used by Prometheus already incorporates permissions
that are granted by these. Removing to help with possible confusion.
Signed-off-by: vas <v.sliouniaev@gmail.com>
This commit fixes the example config given in the values file for
`affinity`, to include the key `nodeAffinity`.
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>