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] Unify usage of prometheus pods selectors #3628

Merged

Conversation

eshutov
Copy link
Contributor

@eshutov eshutov commented Jul 22, 2023

What this PR does / why we need it

This PR fixes nonconformity/desync in pod selectors that is appeared after #3520 and #3587 were merged.

Which issue this PR fixes

None, but related to #1519.

Special notes for your reviewer

As was mentioned in earlier PRs (#3520 and #3587) a prometheus agent pod (that is deployed by operator) doesn't have prometheus label. Because of that we were forced to use another labels in pod selectors. But some resources selectors are left out of sync and another still need to be updated with introduced selectors.
Here is a description of the changes made:

  • [kube-prometheus-stack] add agent mode selector to values.yaml #3520 and [kube-prometheus-stack] Fix network policy for agent mode #3587 introduced different selectors in service.yaml vs networkpolicy.yaml. They use app.kubernetes.io/instance vs operator.prometheus.io/name labels for the same pod selection. Usage of operator.prometheus.io/name label is taken as a basis here and in other changes of this PR.
  • networkpolicy.yaml uses complicated matchExpressions selection without any reason instead of simple matchLabels and it also uses inlined json that is hard to read by humans. Proposed changes make the networkpolicy selectors identical to other resources.
  • podDisruptionBudget.yaml and serviceperreplica.yaml need to be updated with the introduced earlier selectors.
  • serviceThanosSidecar.yaml and serviceThanosSidecarExternal.yaml do not require any changes by themself (because thanos doesn't make sense in agent mode, as far as i know), but the changes are done just to keep them in sync with other resources.

Checklist

  • DCO signed
  • Chart Version bumped
  • Title of the PR starts with chart name (e.g. [prometheus-couchdb-exporter])

Signed-off-by: Eugene Shutov <evshutov@gmail.com>
Signed-off-by: Eugene Shutov <evshutov@gmail.com>
@Xtigyro
Copy link
Member

Xtigyro commented Jul 25, 2023

@eshutov Thank you for the contribution! 🥇

Would you mind please resolving the code conflicts?

Signed-off-by: Eugene Shutov <evshutov@gmail.com>
Signed-off-by: Eugene Shutov <evshutov@gmail.com>
Signed-off-by: Eugene Shutov <evshutov@gmail.com>
@eshutov
Copy link
Contributor Author

eshutov commented Jul 25, 2023

@Xtigyro Done.
I have updated the branch from "main" and bumped the version.

Copy link
Member

@QuentinBisson QuentinBisson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@QuentinBisson QuentinBisson merged commit eae39d7 into prometheus-community:main Jul 26, 2023
4 checks passed
@QuentinBisson
Copy link
Member

Thank you @eshutov :)

doonga pushed a commit to doonga/greyrock-ops that referenced this pull request Jul 26, 2023
…989)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://togithub.com/prometheus-operator/kube-prometheus)
([source](https://togithub.com/prometheus-community/helm-charts)) |
patch | `48.2.0` -> `48.2.1` |

---

### Release Notes

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

###
[`v48.2.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-48.2.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-48.2.0...kube-prometheus-stack-48.2.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] Unify usage of prometheus pods selectors by
[@&#8203;eshutov](https://togithub.com/eshutov) in
[prometheus-community/helm-charts#3628

**Full Changelog**:
prometheus-community/helm-charts@prometheus-kafka-exporter-2.3.0...kube-prometheus-stack-48.2.1

</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 this update
again.

---

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

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yMy4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: greyrock-bot <112729691+greyrock-bot[bot]@users.noreply.github.com>
nrdufour added a commit to nrdufour/home-ops that referenced this pull request Aug 3, 2023
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 | `41.9.1` -> `48.2.3` |

---

### Release Notes

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

### [`v48.2.3`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-48.2.3)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-48.2.2...kube-prometheus-stack-48.2.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] bump requests lib by [@&#8203;mikeee](https://github.com/mikeee) in https://github.com/prometheus-community/helm-charts/pull/3651

**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-operator-admission-webhook-0.5.0...kube-prometheus-stack-48.2.3

### [`v48.2.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-48.2.2)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-48.2.1...kube-prometheus-stack-48.2.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] remove extraneous brace from minikube script by [@&#8203;mikeee](https://github.com/mikeee) in https://github.com/prometheus-community/helm-charts/pull/3645

#### New Contributors

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

**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-48.2.1...kube-prometheus-stack-48.2.2

### [`v48.2.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-48.2.1)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-48.2.0...kube-prometheus-stack-48.2.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] Unify usage of prometheus pods selectors by [@&#8203;eshutov](https://github.com/eshutov) in https://github.com/prometheus-community/helm-charts/pull/3628

**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-kafka-exporter-2.3.0...kube-prometheus-stack-48.2.1

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-48.1.2...kube-prometheus-stack-48.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 dependencies by [@&#8203;t3mi](https://github.com/t3mi) in https://github.com/prometheus-community/helm-charts/pull/3633

**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-state-metrics-5.10.1...kube-prometheus-stack-48.2.0

### [`v48.1.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-48.1.2)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-48.1.1...kube-prometheus-stack-48.1.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] bumping chart version to allow updated dependent chart versions to be updated by [@&#8203;smbambling](https://github.com/smbambling) in https://github.com/prometheus-community/helm-charts/pull/3618

**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-statsd-exporter-0.9.0...kube-prometheus-stack-48.1.2

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-48.1.0...kube-prometheus-stack-48.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

-   \[prometheus-operator] Add  prometheusagent to rbac by [@&#8203;rafilkmp3](https://github.com/rafilkmp3) in https://github.com/prometheus-community/helm-charts/pull/3439

#### New Contributors

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

**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-postgres-exporter-4.8.0...kube-prometheus-stack-48.1.1

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-48.0.1...kube-prometheus-stack-48.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] Add recommender option to VPA by [@&#8203;t3mi](https://github.com/t3mi) in https://github.com/prometheus-community/helm-charts/pull/3591

**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-state-metrics-5.9.0...kube-prometheus-stack-48.1.0

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-48.0.0...kube-prometheus-stack-48.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] Fix network policy for agent mode by [@&#8203;vholer](https://github.com/vholer) in https://github.com/prometheus-community/helm-charts/pull/3587

#### New Contributors

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

**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-48.0.0...kube-prometheus-stack-48.0.1

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-47.6.1...kube-prometheus-stack-48.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] Move CRDs into sub-charts by [@&#8203;jkroepke](https://github.com/jkroepke) in https://github.com/prometheus-community/helm-charts/pull/3547

**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prom-label-proxy-0.4.0...kube-prometheus-stack-48.0.0

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-47.6.0...kube-prometheus-stack-47.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] Allow minReplicas to be set for VPA by [@&#8203;t3mi](https://github.com/t3mi) in https://github.com/prometheus-community/helm-charts/pull/3577

#### New Contributors

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

**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-47.6.0...kube-prometheus-stack-47.6.1

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-47.5.0...kube-prometheus-stack-47.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] adding prometheus tracing config by [@&#8203;nicolastakashi](https://github.com/nicolastakashi) in https://github.com/prometheus-community/helm-charts/pull/3558

#### New Contributors

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

**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-23.1.0...kube-prometheus-stack-47.6.0

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-47.4.0...kube-prometheus-stack-47.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] Upgrade Grafana to 6.58.\* by [@&#8203;arukiidou](https://github.com/arukiidou) in https://github.com/prometheus-community/helm-charts/pull/3571

**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-blackbox-exporter-8.0.0...kube-prometheus-stack-47.5.0

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-47.3.0...kube-prometheus-stack-47.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-47.2.1...kube-prometheus-stack-47.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.

### [`v47.2.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-47.2.1)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-47.2.0...kube-prometheus-stack-47.2.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-47.1.0...kube-prometheus-stack-47.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-47.0.1...kube-prometheus-stack-47.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-47.0.0...kube-prometheus-stack-47.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-46.8.0...kube-prometheus-stack-47.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-46.7.0...kube-prometheus-stack-46.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-46.6.0...kube-prometheus-stack-46.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-46.5.0...kube-prometheus-stack-46.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-46.4.2...kube-prometheus-stack-46.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.

### [`v46.4.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-46.4.2)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-46.4.1...kube-prometheus-stack-46.4.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.

### [`v46.4.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-46.4.1)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-46.4.0...kube-prometheus-stack-46.4.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-46.3.0...kube-prometheus-stack-46.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-46.2.0...kube-prometheus-stack-46.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-46.1.0...kube-prometheus-stack-46.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-46.0.0...kube-prometheus-stack-46.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.31.1...kube-prometheus-stack-46.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.

### [`v45.31.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.31.1)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.31.0...kube-prometheus-stack-45.31.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.

### [`v45.31.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.31.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.30.1...kube-prometheus-stack-45.31.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.

### [`v45.30.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.30.1)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.30.0...kube-prometheus-stack-45.30.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.

### [`v45.30.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.30.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.29.0...kube-prometheus-stack-45.30.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.

### [`v45.29.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.29.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.28.1...kube-prometheus-stack-45.29.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.

### [`v45.28.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.28.1)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.28.0...kube-prometheus-stack-45.28.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.

### [`v45.28.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.28.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.27.2...kube-prometheus-stack-45.28.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.

### [`v45.27.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.27.2)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.27.1...kube-prometheus-stack-45.27.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.

### [`v45.27.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.27.1)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.27.0...kube-prometheus-stack-45.27.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.

### [`v45.27.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.27.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.26.0...kube-prometheus-stack-45.27.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.

### [`v45.26.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.26.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.25.0...kube-prometheus-stack-45.26.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.

### [`v45.25.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.25.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.24.0...kube-prometheus-stack-45.25.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.

### [`v45.24.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.24.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.23.0...kube-prometheus-stack-45.24.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.

### [`v45.23.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.23.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.22.0...kube-prometheus-stack-45.23.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.

### [`v45.22.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.22.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.21.0...kube-prometheus-stack-45.22.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.

### [`v45.21.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.21.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.20.0...kube-prometheus-stack-45.21.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.

### [`v45.20.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.20.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.19.0...kube-prometheus-stack-45.20.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.

### [`v45.19.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.19.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.18.0...kube-prometheus-stack-45.19.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.

### [`v45.18.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.18.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.17.0...kube-prometheus-stack-45.18.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.

### [`v45.17.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.17.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.16.0...kube-prometheus-stack-45.17.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.

### [`v45.16.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.16.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.15.0...kube-prometheus-stack-45.16.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.

### [`v45.15.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.15.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.14.0...kube-prometheus-stack-45.15.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.

### [`v45.14.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.14.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.13.0...kube-prometheus-stack-45.14.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.

### [`v45.13.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.13.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.12.0...kube-prometheus-stack-45.13.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.

### [`v45.12.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.12.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.11.1...kube-prometheus-stack-45.12.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.

### [`v45.11.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.11.1)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.11.0...kube-prometheus-stack-45.11.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.

### [`v45.11.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.11.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.10.1...kube-prometheus-stack-45.11.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.

### [`v45.10.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.10.1)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.10.0...kube-prometheus-stack-45.10.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.

### [`v45.10.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.10.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.9.1...kube-prometheus-stack-45.10.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.

### [`v45.9.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.9.1)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.9.0...kube-prometheus-stack-45.9.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.8.1...kube-prometheus-stack-45.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.

### [`v45.8.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-45.8.1)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.8.0...kube-prometheus-stack-45.8.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.7.1...kube-prometheus-stack-45.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.7.0...kube-prometheus-stack-45.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.6.0...kube-prometheus-stack-45.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.5.0...kube-prometheus-stack-45.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.4.0...kube-prometheus-stack-45.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.3.0...kube-prometheus-stack-45.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.2.0...kube-prometheus-stack-45.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.1.1...kube-prometheus-stack-45.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.1.0...kube-prometheus-stack-45.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.0.1...kube-prometheus-stack-45.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-45.0.0...kube-prometheus-stack-45.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-44.4.1...kube-prometheus-stack-45.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.

### [`v44.4.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-44.4.1)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-44.4.0...kube-prometheus-stack-44.4.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-44.3.1...kube-prometheus-stack-44.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-44.3.0...kube-prometheus-stack-44.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-44.2.1...kube-prometheus-stack-44.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.

### [`v44.2.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-44.2.1)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-44.2.0...kube-prometheus-stack-44.2.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-44.1.0...kube-prometheus-stack-44.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-44.0.0...kube-prometheus-stack-44.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-43.3.1...kube-prometheus-stack-44.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-43.3.0...kube-prometheus-stack-43.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-43.2.1...kube-prometheus-stack-43.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.

### [`v43.2.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-43.2.1)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-43.2.0...kube-prometheus-stack-43.2.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-43.1.4...kube-prometheus-stack-43.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.

### [`v43.1.4`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-43.1.4)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-43.1.3...kube-prometheus-stack-43.1.4)

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.

### [`v43.1.3`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-43.1.3)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-43.1.2...kube-prometheus-stack-43.1.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.

### [`v43.1.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-43.1.2)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-43.1.1...kube-prometheus-stack-43.1.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-43.1.0...kube-prometheus-stack-43.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-43.0.0...kube-prometheus-stack-43.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-42.3.0...kube-prometheus-stack-43.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-42.2.1...kube-prometheus-stack-42.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.

### [`v42.2.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-42.2.1)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-42.2.0...kube-prometheus-stack-42.2.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-42.1.1...kube-prometheus-stack-42.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-42.1.0...kube-prometheus-stack-42.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-42.0.3...kube-prometheus-stack-42.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.

### [`v42.0.3`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-42.0.3)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-42.0.2...kube-prometheus-stack-42.0.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-42.0.1...kube-prometheus-stack-42.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-42.0.0...kube-prometheus-stack-42.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.

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

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-41.9.1...kube-prometheus-stack-42.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.

</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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yMy4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Reviewed-on: https://git.home/nrdufour/home-ops/pulls/30
Co-authored-by: Renovate <renovate@ptinem.io>
Co-committed-by: Renovate <renovate@ptinem.io>
Matiasmct pushed a commit to giffgaff/prometheus-charts that referenced this pull request Aug 25, 2023
…metheus-community#3628)

* [kube-prometheus-stack] Unify usage of prometheus pods selectors

Signed-off-by: Eugene Shutov <evshutov@gmail.com>

* Bump chart version

Signed-off-by: Eugene Shutov <evshutov@gmail.com>

* Revert charts/kube-prometheus-stack/Chart.yaml

Signed-off-by: Eugene Shutov <evshutov@gmail.com>

* Bump chart version 2

Signed-off-by: Eugene Shutov <evshutov@gmail.com>

---------

Signed-off-by: Eugene Shutov <evshutov@gmail.com>
Co-authored-by: Quentin Bisson <quentin.bisson@gmail.com>
@renovate renovate bot mentioned this pull request Sep 7, 2023
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants