From 2ce2df0cb9891bc26a9469a6101317d7ad38d22c Mon Sep 17 00:00:00 2001 From: Spyros Papadopoulos Date: Mon, 29 Apr 2019 17:46:22 +0200 Subject: [PATCH] [stable/prometheus-operator] Update Prometheus version (#13195) * Updating prometheus version Signed-off-by: spyros87 * Updating README Signed-off-by: spyros87 * Bumping kube-state-metrics version Signed-off-by: spyros87 * Updating requirements.lock Signed-off-by: spyros87 * Updating Chart version Signed-off-by: spyros87 * Updating Chart version due to conflict. Signed-off-by: spyros87 --- stable/prometheus-operator/Chart.yaml | 2 +- stable/prometheus-operator/README.md | 2 +- stable/prometheus-operator/requirements.lock | 6 +++--- stable/prometheus-operator/requirements.yaml | 2 +- stable/prometheus-operator/values.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/stable/prometheus-operator/Chart.yaml b/stable/prometheus-operator/Chart.yaml index 9cbfef1a55..c8ae6b3f64 100644 --- a/stable/prometheus-operator/Chart.yaml +++ b/stable/prometheus-operator/Chart.yaml @@ -9,7 +9,7 @@ name: prometheus-operator sources: - https://github.com/coreos/prometheus-operator - https://coreos.com/operators/prometheus -version: 5.3.0 +version: 5.4.0 appVersion: 0.29.0 home: https://github.com/coreos/prometheus-operator keywords: diff --git a/stable/prometheus-operator/README.md b/stable/prometheus-operator/README.md index b59a25da94..0a3f3ee146 100644 --- a/stable/prometheus-operator/README.md +++ b/stable/prometheus-operator/README.md @@ -202,7 +202,7 @@ The following tables list the configurable parameters of the prometheus-operator | `prometheus.prometheusSpec.serviceMonitorSelector` | ServiceMonitors to be selected for target discovery. If {}, select all ServiceMonitors | `{}` | | `prometheus.prometheusSpec.serviceMonitorNamespaceSelector` | Namespaces to be selected for ServiceMonitor discovery. See [metav1.LabelSelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.11/#labelselector-v1-meta) for usage | `{}` | | `prometheus.prometheusSpec.image.repository` | Base image to use for a Prometheus deployment. | `quay.io/prometheus/prometheus` | -| `prometheus.prometheusSpec.image.tag` | Tag of Prometheus container image to be deployed. | `v2.7.2` | +| `prometheus.prometheusSpec.image.tag` | Tag of Prometheus container image to be deployed. | `v2.9.1` | | `prometheus.prometheusSpec.paused` | When a Prometheus deployment is paused, no actions except for deletion will be performed on the underlying objects. | `false` | | `prometheus.prometheusSpec.replicas` | Number of instances to deploy for a Prometheus deployment. | `1` | | `prometheus.prometheusSpec.retention` | Time duration Prometheus shall retain data for. Must match the regular expression `[0-9]+(ms\|s\|m\|h\|d\|w\|y)` (milliseconds seconds minutes hours days weeks years). | `10d` | diff --git a/stable/prometheus-operator/requirements.lock b/stable/prometheus-operator/requirements.lock index d3e96ead68..79b1de5512 100644 --- a/stable/prometheus-operator/requirements.lock +++ b/stable/prometheus-operator/requirements.lock @@ -1,12 +1,12 @@ dependencies: - name: kube-state-metrics repository: https://kubernetes-charts.storage.googleapis.com/ - version: 1.0.0 + version: 1.1.0 - name: prometheus-node-exporter repository: https://kubernetes-charts.storage.googleapis.com/ version: 1.4.2 - name: grafana repository: https://kubernetes-charts.storage.googleapis.com/ version: 3.3.1 -digest: sha256:d00bff00edd993d602cd7c6035ea0e757bd20c7cb5f21f97e3bb9e7bf937dcca -generated: 2019-04-19T04:26:42.471070331+03:00 +digest: sha256:81f530518f48adc9279b5a874b405a0861ed40bc5cc2ce5e22b97852fe084a4e +generated: 2019-04-23T11:23:30.215536228+02:00 diff --git a/stable/prometheus-operator/requirements.yaml b/stable/prometheus-operator/requirements.yaml index 10ae666f85..d3e32df3f7 100644 --- a/stable/prometheus-operator/requirements.yaml +++ b/stable/prometheus-operator/requirements.yaml @@ -1,7 +1,7 @@ dependencies: - name: kube-state-metrics - version: 1.0.* + version: 1.1.* repository: https://kubernetes-charts.storage.googleapis.com/ condition: kubeStateMetrics.enabled diff --git a/stable/prometheus-operator/values.yaml b/stable/prometheus-operator/values.yaml index 7aaca8f293..c1871fa9cb 100644 --- a/stable/prometheus-operator/values.yaml +++ b/stable/prometheus-operator/values.yaml @@ -1041,7 +1041,7 @@ prometheus: ## image: repository: quay.io/prometheus/prometheus - tag: v2.7.2 + tag: v2.9.1 ## Tolerations for use with node taints ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/