diff --git a/stable/prometheus-operator/Chart.yaml b/stable/prometheus-operator/Chart.yaml index 398fdac99f..a29f62605b 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.0.11 +version: 5.0.12 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 e303a103ed..9e9fa59576 100644 --- a/stable/prometheus-operator/README.md +++ b/stable/prometheus-operator/README.md @@ -202,10 +202,10 @@ 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.1` | +| `prometheus.prometheusSpec.image.tag` | Tag of Prometheus container image to be deployed. | `v2.7.2` | | `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). | `120h` | +| `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` | | `prometheus.prometheusSpec.logLevel` | Log level for Prometheus to be configured with. | `info` | | `prometheus.prometheusSpec.scrapeInterval` | Interval between consecutive scrapes. | `""` | | `prometheus.prometheusSpec.evaluationInterval` | Interval between consecutive evaluations. | `""` | @@ -264,7 +264,7 @@ The following tables list the configurable parameters of the prometheus-operator | `alertmanager.service.loadBalancerSourceRanges` | Alertmanager Load Balancer Source Ranges | `[]` | | `alertmanager.config` | Provide YAML to configure Alertmanager. See https://prometheus.io/docs/alerting/configuration/#configuration-file. The default provided works to suppress the Watchdog alert from `defaultRules.create` | `{"global":{"resolve_timeout":"5m"},"route":{"group_by":["job"],"group_wait":"30s","group_interval":"5m","repeat_interval":"12h","receiver":"null","routes":[{"match":{"alertname":"Watchdog"},"receiver":"null"}]},"receivers":[{"name":"null"}]}` | | `alertmanager.alertmanagerSpec.podMetadata` | Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata Metadata Labels and Annotations gets propagated to the prometheus pods. | `{}` | -| `alertmanager.alertmanagerSpec.image.tag` | Tag of Alertmanager container image to be deployed. | `v0.16.1` | +| `alertmanager.alertmanagerSpec.image.tag` | Tag of Alertmanager container image to be deployed. | `v0.16.2` | | `alertmanager.alertmanagerSpec.image.repository` | Base image that is used to deploy pods, without tag. | `quay.io/prometheus/alertmanager` | | `alertmanager.alertmanagerSpec.secrets` | Secrets is a list of Secrets in the same namespace as the Alertmanager object, which shall be mounted into the Alertmanager Pods. The Secrets are mounted into /etc/alertmanager/secrets/. | `[]` | | `alertmanager.alertmanagerSpec.configMaps` | ConfigMaps is a list of ConfigMaps in the same namespace as the Alertmanager object, which shall be mounted into the Alertmanager Pods. The ConfigMaps are mounted into /etc/alertmanager/configmaps/ | `[]` | diff --git a/stable/prometheus-operator/requirements.lock b/stable/prometheus-operator/requirements.lock index 9270aebcf1..80541d51ca 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: 0.14.1 + version: 0.16.0 - name: prometheus-node-exporter repository: https://kubernetes-charts.storage.googleapis.com/ - version: 1.3.2 + version: 1.4.2 - name: grafana repository: https://kubernetes-charts.storage.googleapis.com/ - version: 2.3.5 -digest: sha256:03796badfa366e557bed4c389ac8321f29af972bc1a7db8a434df96d3d29ae33 -generated: 2019-03-26T08:23:04.083682+01:00 + version: 3.2.0 +digest: sha256:8d4c0728d73eb8b99b9b6126d2ddd159c241fdd47f954d241b96dffc9e9b6b27 +generated: 2019-04-10T16:34:32.376441616+02:00 diff --git a/stable/prometheus-operator/requirements.yaml b/stable/prometheus-operator/requirements.yaml index 42d4f44392..f1e052977c 100644 --- a/stable/prometheus-operator/requirements.yaml +++ b/stable/prometheus-operator/requirements.yaml @@ -1,16 +1,16 @@ dependencies: - name: kube-state-metrics - version: 0.14.* + version: 0.16.* repository: https://kubernetes-charts.storage.googleapis.com/ condition: kubeStateMetrics.enabled - name: prometheus-node-exporter - version: 1.3.* + version: 1.4.* repository: https://kubernetes-charts.storage.googleapis.com/ condition: nodeExporter.enabled - name: grafana - version: 2.3.* + version: 3.2.* repository: https://kubernetes-charts.storage.googleapis.com/ condition: grafana.enabled diff --git a/stable/prometheus-operator/values.yaml b/stable/prometheus-operator/values.yaml index 4bf6392d7d..90fc446d4b 100644 --- a/stable/prometheus-operator/values.yaml +++ b/stable/prometheus-operator/values.yaml @@ -199,7 +199,7 @@ alertmanager: ## image: repository: quay.io/prometheus/alertmanager - tag: v0.16.1 + tag: v0.16.2 ## Secrets is a list of Secrets in the same namespace as the Alertmanager object, which shall be mounted into the ## Alertmanager Pods. The Secrets are mounted into /etc/alertmanager/secrets/. @@ -919,7 +919,7 @@ prometheus: ## image: repository: quay.io/prometheus/prometheus - tag: v2.7.1 + tag: v2.7.2 ## Tolerations for use with node taints ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/