-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into kube-prometheus-stack-failure-policy-fix
Signed-off-by: Jonas Badstübner <[email protected]>
- Loading branch information
Showing
146 changed files
with
3,002 additions
and
449 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,8 @@ maintainers: | |
email: [email protected] | ||
- name: GMartinez-Sisti | ||
email: [email protected] | ||
- name: jkroepke | ||
email: [email protected] | ||
- name: scottrigby | ||
email: [email protected] | ||
- name: Xtigyro | ||
|
@@ -21,8 +23,8 @@ name: kube-prometheus-stack | |
sources: | ||
- https://github.com/prometheus-community/helm-charts | ||
- https://github.com/prometheus-operator/kube-prometheus | ||
version: 55.5.1 | ||
appVersion: v0.70.0 | ||
version: 56.0.2 | ||
appVersion: v0.71.0 | ||
kubeVersion: ">=1.19.0-0" | ||
home: https://github.com/prometheus-operator/kube-prometheus | ||
keywords: | ||
|
@@ -43,18 +45,18 @@ dependencies: | |
version: "0.0.0" | ||
condition: crds.enabled | ||
- name: kube-state-metrics | ||
version: "5.15.*" | ||
version: "5.16.*" | ||
repository: https://prometheus-community.github.io/helm-charts | ||
condition: kubeStateMetrics.enabled | ||
- name: prometheus-node-exporter | ||
version: "4.24.*" | ||
version: "4.25.*" | ||
repository: https://prometheus-community.github.io/helm-charts | ||
condition: nodeExporter.enabled | ||
- name: grafana | ||
version: "7.0.*" | ||
version: "7.2.*" | ||
repository: https://grafana.github.io/helm-charts | ||
condition: grafana.enabled | ||
- name: prometheus-windows-exporter | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: "0.1.*" | ||
version: "0.2.*" | ||
condition: windowsMonitoring.enabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
charts/kube-prometheus-stack/charts/crds/crds/crd-podmonitors.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
charts/kube-prometheus-stack/charts/crds/crds/crd-probes.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.