-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d24051
commit e806f86
Showing
409 changed files
with
67,984 additions
and
27 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
# helm/charts | ||
OWNERS | ||
hack/ | ||
ci/ | ||
kube-prometheus-*.tgz | ||
|
||
unittests/ |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Contributing Guidelines | ||
|
||
## How to contribute to this chart | ||
|
||
1. Fork this repository, develop and test your Chart. | ||
1. Bump the chart version for every change. | ||
1. Ensure PR title has the prefix `[kube-prometheus-stack]` | ||
1. When making changes to rules or dashboards, see the README.md section on how to sync data from upstream repositories | ||
1. Check the `hack/minikube` folder has scripts to set up minikube and components of this chart that will allow all components to be scraped. You can use this configuration when validating your changes. | ||
1. Check for changes of RBAC rules. | ||
1. Check for changes in CRD specs. | ||
1. PR must pass the linter (`helm lint`) |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
dependencies: | ||
- name: crds | ||
repository: "" | ||
version: 0.0.0 | ||
- name: kube-state-metrics | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 5.12.1 | ||
- name: prometheus-node-exporter | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 4.23.1 | ||
- name: grafana | ||
repository: https://grafana.github.io/helm-charts | ||
version: 6.59.5 | ||
- name: prometheus-windows-exporter | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 0.1.1 | ||
digest: sha256:f3fd0c930c37d6774e47b9423b03395c7c6b30e07860908319f7ab9dc2594f85 | ||
generated: "2023-09-23T23:28:30.725782537Z" |
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 |
---|---|---|
@@ -0,0 +1,63 @@ | ||
annotations: | ||
artifacthub.io/license: Apache-2.0 | ||
artifacthub.io/links: | | ||
- name: Chart Source | ||
url: https://github.com/prometheus-community/helm-charts | ||
- name: Upstream Project | ||
url: https://github.com/prometheus-operator/kube-prometheus | ||
artifacthub.io/operator: "true" | ||
apiVersion: v2 | ||
appVersion: v0.68.0 | ||
dependencies: | ||
- condition: crds.enabled | ||
name: crds | ||
repository: "" | ||
version: 0.0.0 | ||
- condition: kubeStateMetrics.enabled | ||
name: kube-state-metrics | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 5.12.* | ||
- condition: nodeExporter.enabled | ||
name: prometheus-node-exporter | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 4.23.* | ||
- condition: grafana.enabled | ||
name: grafana | ||
repository: https://grafana.github.io/helm-charts | ||
version: 6.59.* | ||
- condition: windowsMonitoring.enabled | ||
name: prometheus-windows-exporter | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 0.1.* | ||
description: 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. | ||
home: https://github.com/prometheus-operator/kube-prometheus | ||
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png | ||
keywords: | ||
- operator | ||
- prometheus | ||
- kube-prometheus | ||
kubeVersion: '>=1.19.0-0' | ||
maintainers: | ||
- email: [email protected] | ||
name: andrewgkew | ||
- email: [email protected] | ||
name: gianrubio | ||
- email: [email protected] | ||
name: gkarthiks | ||
- email: [email protected] | ||
name: GMartinez-Sisti | ||
- email: [email protected] | ||
name: scottrigby | ||
- email: [email protected] | ||
name: Xtigyro | ||
- email: [email protected] | ||
name: QuentinBisson | ||
name: kube-prometheus-stack | ||
sources: | ||
- https://github.com/prometheus-community/helm-charts | ||
- https://github.com/prometheus-operator/kube-prometheus | ||
type: application | ||
version: 51.2.0 |
Oops, something went wrong.