Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: update helm chart kube-prometheus-stack to 34.0.0 #379

Merged
merged 1 commit into from
Mar 17, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
kube-prometheus-stack major 33.2.1 -> 34.0.0

Release Notes

prometheus-community/helm-charts

v34.0.0

Compare Source

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

Signed-off-by: Zee Aslam <h3mmy@users.noreply.github.com>
@renovate renovate bot requested a review from h3mmy as a code owner March 16, 2022 11:20
@bloopy-boi bloopy-boi bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Mar 16, 2022
@bloopy-boi
Copy link
Contributor

bloopy-boi bot commented Mar 16, 2022

Path: cluster/apps/monitoring/kube-prometheus-stack/helm-release.yaml
Version: 33.2.1 -> 34.0.0

@@ -7690,7 +7690,7 @@
 "steppedLine": false,
 "targets": [
 {
- "expr": "1 - sum(avg by (mode) (rate(node_cpu_seconds_total{job=\"node-exporter\", mode=~\"idle|iowait|steal\", cluster=\"$cluster\"}[$__rate_interval])))",
+ "expr": "cluster:node_cpu:ratio_rate5m{cluster=\"$cluster\"}",
 "format": "time_series",
 "instant": true,
 "intervalFactor": 2,
@@ -27595,8 +27595,8 @@
 "list": [
 {
 "current": {
- "text": "Prometheus",
- "value": "Prometheus"
+ "text": "default",
+ "value": "default"
 },
 "hide": 0,
 "label": "Data Source",
@@ -28653,8 +28653,8 @@
 "list": [
 {
 "current": {
- "text": "Prometheus",
- "value": "Prometheus"
+ "text": "default",
+ "value": "default"
 },
 "hide": 0,
 "label": "Data Source",
@@ -29666,8 +29666,8 @@
 "list": [
 {
 "current": {
- "text": "Prometheus",
- "value": "Prometheus"
+ "text": "default",
+ "value": "default"
 },
 "hide": 0,
 "label": "Data Source",
@@ -35828,17 +35828,17 @@
 spec:
 containers:
 - name: kube-prometheus-stack
- image: "quay.io/prometheus-operator/prometheus-operator:v0.54.1"
+ image: "quay.io/prometheus-operator/prometheus-operator:v0.55.0"
 imagePullPolicy: "IfNotPresent"
 args:
 - --kubelet-service=kube-system/prometheus-kubelet
 - --localhost=127.0.0.1
- - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.54.1
+ - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.55.0
 - --config-reloader-cpu-request=100m
 - --config-reloader-cpu-limit=200m
 - --config-reloader-memory-request=50Mi
 - --config-reloader-memory-limit=50Mi
- - --thanos-default-base-image=quay.io/thanos/thanos:v0.24.0
+ - --thanos-default-base-image=quay.io/thanos/thanos:v0.25.1
 - --web.enable-tls=true
 - --web.cert-file=/cert/cert
 - --web.key-file=/cert/key
@@ -36036,8 +36036,8 @@
 port: http-web
 pathPrefix: "/"
 apiVersion: v2
- image: "quay.io/prometheus/prometheus:v2.33.4"
- version: v2.33.4
+ image: "quay.io/prometheus/prometheus:v2.33.5"
+ version: v2.33.5
 replicaExternalLabelName: "replica"
 externalUrl: "http://prometheus.${XYZ_DOMAIN}/"
 paused: false
@@ -38384,6 +38384,10 @@
 )
 ) by (cluster)
 record: :node_memory_MemAvailable_bytes:sum
+ - expr: |-
+ sum(rate(node_cpu_seconds_total{job="node-exporter",mode!="idle",mode!="iowait",mode!="steal"}[5m])) /
+ count(sum(node_cpu_seconds_total{job="node-exporter"}) by (cluster, instance, cpu))
+ record: cluster:node_cpu:ratio_rate5m
 ---
 # Source: kube-prometheus-stack/templates/prometheus/rules-1.14/prometheus-operator.yaml
 apiVersion: monitoring.coreos.com/v1

@h3mmy h3mmy merged commit cea0dd0 into main Mar 17, 2022
@h3mmy h3mmy deleted the renovate/kube-prometheus-stack-34.x branch March 17, 2022 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant