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

[kube-prometheus-stack] chart should support scrapeClasses #4685

Closed
johgoe opened this issue Jul 2, 2024 · 0 comments · Fixed by #4703
Closed

[kube-prometheus-stack] chart should support scrapeClasses #4685

johgoe opened this issue Jul 2, 2024 · 0 comments · Fixed by #4703
Labels
enhancement New feature or request

Comments

@johgoe
Copy link
Contributor

johgoe commented Jul 2, 2024

Is your feature request related to a problem ?

I'm using kube-prometheus-stack and try to use scrapeClasses (see https://github.com/prometheus-operator/prometheus-operator/pull/6113/files) with istio mtls but I didn't find a way to set this option via values.yaml

Describe the solution you'd like.

Add a new option in values.yaml which is copied to the prometheus spec scrapeClasses option

prometheus:
  prometheusSpec:
    scrapeClasses:
      - name: istio-mtls
        default: false
        tlsConfig:
          caFile: /etc/prometheus/secrets/istio.default/root-cert.pem
          certFile: /etc/prometheus/secrets/istio.default/cert-chain.pem
{{- if .Values.prometheus.prometheusSpec.scrapeClasses }}
  scrapeClasses:
{{ tpl (toYaml .Values.prometheus.prometheusSpec.scrapeClasses | indent 4) . }}
{{- end }}

Describe alternatives you've considered.

No alternatives

Additional context.

No response

@johgoe johgoe added the enhancement New feature or request label Jul 2, 2024
@zeritti zeritti changed the title kube-prometheus-stack should support scrapeClasses [kube-prometheus-stack] chart should support scrapeClasses Jul 8, 2024
johgoe added a commit to johgoe/prometheus-helm-charts that referenced this issue Jul 8, 2024
johgoe added a commit to johgoe/prometheus-helm-charts that referenced this issue Jul 8, 2024
johgoe added a commit to johgoe/prometheus-helm-charts that referenced this issue Jul 8, 2024
…metheus-community#4685)

Signed-off-by: Johannes Goehr <johannes.goehr@gmx.net>
Signed-off-by: johgoe <johannes.goehr@gmx.net>
johgoe added a commit to johgoe/prometheus-helm-charts that referenced this issue Jul 8, 2024
johgoe added a commit to johgoe/prometheus-helm-charts that referenced this issue Jul 9, 2024
johgoe added a commit to johgoe/prometheus-helm-charts that referenced this issue Jul 9, 2024
spirkaa added a commit to spirkaa/infra that referenced this issue Aug 17, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | major | `59.1.0` -> `61.9.0` |

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary>

### [`v61.9.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.9.0)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.8.0...kube-prometheus-stack-61.9.0)

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.

##### What's Changed

-   \[kube-prometheus-stack] bump grafana deps to 8.4.\* by [@&#8203;ilbarone87](https://github.com/ilbarone87) in prometheus-community/helm-charts#4785

##### New Contributors

-   [@&#8203;ilbarone87](https://github.com/ilbarone87) made their first contribution in prometheus-community/helm-charts#4785

**Full Changelog**: prometheus-community/helm-charts@prometheus-elasticsearch-exporter-6.3.1...kube-prometheus-stack-61.9.0

### [`v61.8.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.8.0)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.7.2...kube-prometheus-stack-61.8.0)

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.

##### What's Changed

-   \[kube-prometheus-stack] bump prom to 2.54.0 by [@&#8203;DrFaust92](https://github.com/DrFaust92) in prometheus-community/helm-charts#4781

**Full Changelog**: prometheus-community/helm-charts@prometheus-redis-exporter-6.5.0...kube-prometheus-stack-61.8.0

### [`v61.7.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.7.2)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.7.1...kube-prometheus-stack-61.7.2)

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.

##### What's Changed

-   \[kube-prometheus-stack]: Add probes for prometheus-operator by [@&#8203;Farfaday](https://github.com/Farfaday) in prometheus-community/helm-charts#4777

##### New Contributors

-   [@&#8203;Farfaday](https://github.com/Farfaday) made their first contribution in prometheus-community/helm-charts#4777

**Full Changelog**: prometheus-community/helm-charts@prometheus-node-exporter-4.37.3...kube-prometheus-stack-61.7.2

### [`v61.7.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.7.1)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.7.0...kube-prometheus-stack-61.7.1)

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.

##### What's Changed

-   \[kube-prometheus-stack] feat: configure datasource auto-deletion by [@&#8203;stijzermans](https://github.com/stijzermans) in prometheus-community/helm-charts#4771

##### New Contributors

-   [@&#8203;stijzermans](https://github.com/stijzermans) made their first contribution in prometheus-community/helm-charts#4771

**Full Changelog**: prometheus-community/helm-charts@prometheus-25.25.0...kube-prometheus-stack-61.7.1

### [`v61.7.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.7.0)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.6.1...kube-prometheus-stack-61.7.0)

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.

##### What's Changed

-   \[kube-prometheus-stack] bump thanos to 0.36.0 by [@&#8203;rouke-broersma](https://github.com/rouke-broersma) in prometheus-community/helm-charts#4769

##### New Contributors

-   [@&#8203;rouke-broersma](https://github.com/rouke-broersma) made their first contribution in prometheus-community/helm-charts#4769

**Full Changelog**: prometheus-community/helm-charts@prometheus-25.24.2...kube-prometheus-stack-61.7.0

### [`v61.6.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.6.1)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.6.0...kube-prometheus-stack-61.6.1)

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.

##### What's Changed

-   \[kube-prometheus-stack] release to fix ksm podAnnotations by [@&#8203;dotdc](https://github.com/dotdc) in prometheus-community/helm-charts#4760

**Full Changelog**: prometheus-community/helm-charts@prometheus-windows-exporter-0.4.0...kube-prometheus-stack-61.6.1

### [`v61.6.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.6.0)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.5.0...kube-prometheus-stack-61.6.0)

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.

##### What's Changed

-   \[kube-prometheus-stack] bump kube-state-metrics to 5.25.x by [@&#8203;DrFaust92](https://github.com/DrFaust92) in prometheus-community/helm-charts#4754

**Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.25.0...kube-prometheus-stack-61.6.0

### [`v61.5.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.5.0)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.4.0...kube-prometheus-stack-61.5.0)

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.

##### What's Changed

-   \[kube-prometheus-stack] allow setting annotations for admission webhooks by [@&#8203;DrFaust92](https://github.com/DrFaust92) in prometheus-community/helm-charts#4748

**Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-61.4.0...kube-prometheus-stack-61.5.0

### [`v61.4.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.4.0)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.3.3...kube-prometheus-stack-61.4.0)

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.

##### What's Changed

-   \[kube-prometheus-stack] bump operator to 0.75.2 + deps by [@&#8203;DrFaust92](https://github.com/DrFaust92) in prometheus-community/helm-charts#4744

**Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-61.3.3...kube-prometheus-stack-61.4.0

### [`v61.3.3`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.3.3)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.3.2...kube-prometheus-stack-61.3.3)

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.

##### What's Changed

-   \[kube-prometheus-stack] Fix mixins generation and fix update on mac by [@&#8203;jkroepke](https://github.com/jkroepke) in prometheus-community/helm-charts#4749

**Full Changelog**: prometheus-community/helm-charts@prometheus-operator-admission-webhook-0.14.1...kube-prometheus-stack-61.3.3

### [`v61.3.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.3.2)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.3.1...kube-prometheus-stack-61.3.2)

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.

##### What's Changed

-   \[kube-prometheus-stack] fix rbac for kube-state-metrics when using kube-rbac-proxy by [@&#8203;DrFaust92](https://github.com/DrFaust92) in prometheus-community/helm-charts#4722

**Full Changelog**: prometheus-community/helm-charts@prometheus-mysql-exporter-2.6.0...kube-prometheus-stack-61.3.2

### [`v61.3.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.3.1)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.3.0...kube-prometheus-stack-61.3.1)

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.

##### What's Changed

-   \[kube-prometheus-stack] bump operator to 0.75.1 and prom to 2.53.1 by [@&#8203;DrFaust92](https://github.com/DrFaust92) in prometheus-community/helm-charts#4716

**Full Changelog**: prometheus-community/helm-charts@prometheus-25.24.0...kube-prometheus-stack-61.3.1

### [`v61.3.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.3.0)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.2.0...kube-prometheus-stack-61.3.0)

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.

##### What's Changed

-   \[kube-prometheus-stack] Add scrapeClasses to prometheus resource ([#&#8203;4685](prometheus-community/helm-charts#4685)) by [@&#8203;johgoe](https://github.com/johgoe) in prometheus-community/helm-charts#4703

##### New Contributors

-   [@&#8203;johgoe](https://github.com/johgoe) made their first contribution in prometheus-community/helm-charts#4703

**Full Changelog**: prometheus-community/helm-charts@prometheus-25.23.0...kube-prometheus-stack-61.3.0

### [`v61.2.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.2.0)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.1.1...kube-prometheus-stack-61.2.0)

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.

##### What's Changed

-   \[kube-prometheus-stack] bump chart dep version by [@&#8203;rgaduput](https://github.com/rgaduput) in prometheus-community/helm-charts#4688

**Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.21.0...kube-prometheus-stack-61.2.0

### [`v61.1.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.1.1)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.1.0...kube-prometheus-stack-61.1.1)

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.

##### What's Changed

-   \[kube-prometheus-stack]: fix to make sure that 'grafana.sidecar.datas… by [@&#8203;sebastiangaiser](https://github.com/sebastiangaiser) in prometheus-community/helm-charts#4683

**Full Changelog**: prometheus-community/helm-charts@prometheus-stackdriver-exporter-4.5.1...kube-prometheus-stack-61.1.1

### [`v61.1.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.1.0)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.0.0...kube-prometheus-stack-61.1.0)

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.

##### What's Changed

-   \[kube-prometheus-stack] Update mixins, switch to kube-prometheus mixin and fix label aggregation in TargetDown alert by [@&#8203;jkroepke](https://github.com/jkroepke) in prometheus-community/helm-charts#4460

**Full Changelog**: prometheus-community/helm-charts@prometheus-node-exporter-4.37.0...kube-prometheus-stack-61.1.0

### [`v61.0.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.0.0)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-60.5.0...kube-prometheus-stack-61.0.0)

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.

##### What's Changed

-   \[kube-prometheus-stack] Bump prometheus-operator v0.75.0 by [@&#8203;marieroque](https://github.com/marieroque) in prometheus-community/helm-charts#4641

**Full Changelog**: prometheus-community/helm-charts@prometheus-operator-crds-13.0.0...kube-prometheus-stack-61.0.0

### [`v60.5.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.5.0)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-60.4.0...kube-prometheus-stack-60.5.0)

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.

##### What's Changed

-   \[kube-prometheus-stack] add support for dual stack clusters to grafana by [@&#8203;M0NsTeRRR](https://github.com/M0NsTeRRR) in prometheus-community/helm-charts#4638

**Full Changelog**: prometheus-community/helm-charts@prometheus-json-exporter-0.12.0...kube-prometheus-stack-60.5.0

### [`v60.4.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.4.0)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-60.3.0...kube-prometheus-stack-60.4.0)

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.

##### What's Changed

-   \[kube-prometheus-stack] Add support to make automountServiceAccountToken configurable for Prometheus by [@&#8203;Sheikh-Abubaker](https://github.com/Sheikh-Abubaker) in prometheus-community/helm-charts#4170

**Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.20.1...kube-prometheus-stack-60.4.0

### [`v60.3.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.3.0)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-60.2.0...kube-prometheus-stack-60.3.0)

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.

##### What's Changed

-   \[kube-prometheus-stack] bump prom to 2.53.0 by [@&#8203;DrFaust92](https://github.com/DrFaust92) in prometheus-community/helm-charts#4615

**Full Changelog**: prometheus-community/helm-charts@prometheus-25.21.1...kube-prometheus-stack-60.3.0

### [`v60.2.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.2.0)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-60.1.0...kube-prometheus-stack-60.2.0)

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.

##### What's Changed

-   \[kube-prometheus-stack] Add support for --enable-feature for alertmanager by [@&#8203;Sheikh-Abubaker](https://github.com/Sheikh-Abubaker) in prometheus-community/helm-charts#4606

**Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-60.1.0...kube-prometheus-stack-60.2.0

### [`v60.1.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.1.0)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-60.0.2...kube-prometheus-stack-60.1.0)

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.

##### What's Changed

-   \[kube-prometheus-stack] bump chart deps by [@&#8203;DrFaust92](https://github.com/DrFaust92) in prometheus-community/helm-charts#4601

**Full Changelog**: prometheus-community/helm-charts@prometheus-elasticsearch-exporter-5.8.1...kube-prometheus-stack-60.1.0

### [`v60.0.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.2)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-60.0.1...kube-prometheus-stack-60.0.2)

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.

##### What's Changed

-   kube-prometheus-stack: typo on values (bad conversion) by [@&#8203;gabyfulchic](https://github.com/gabyfulchic) in prometheus-community/helm-charts#4556

##### New Contributors

-   [@&#8203;gabyfulchic](https://github.com/gabyfulchic) made their first contribution in prometheus-community/helm-charts#4556

**Full Changelog**: prometheus-community/helm-charts@prometheus-json-exporter-0.11.1...kube-prometheus-stack-60.0.2

### [`v60.0.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.1)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-60.0.0...kube-prometheus-stack-60.0.1)

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.

##### What's Changed

-   \[kube-prometheus-stack] bump thanos to 0.35.1 by [@&#8203;DrFaust92](https://github.com/DrFaust92) in prometheus-community/helm-charts#4596

**Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.20.0...kube-prometheus-stack-60.0.1

### [`v60.0.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.0)

[Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-59.1.0...kube-prometheus-stack-60.0.0)

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.

##### What's Changed

-   \[kube-prometheus-stack] Update Grafana chart to 8.0.x by [@&#8203;sigurdfalk](https://github.com/sigurdfalk) in prometheus-community/helm-charts#4586

##### New Contributors

-   [@&#8203;sigurdfalk](https://github.com/sigurdfalk) made their first contribution in prometheus-community/helm-charts#4586

**Full Changelog**: prometheus-community/helm-charts@prometheus-pushgateway-2.13.0...kube-prometheus-stack-60.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjI0LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: https://git.devmem.ru/projects/infra/pulls/1443
Co-authored-by: Renovate Bot <renovate@devmem.ru>
Co-committed-by: Renovate Bot <renovate@devmem.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant