-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrading kube-prometheus-stack to v52.1.0 (#8)
* Changes for version 52.1.0
- Loading branch information
1 parent
1385fbc
commit fcdfa11
Showing
236 changed files
with
31,067 additions
and
39,351 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1 +1,4 @@ | ||
.deploy | ||
.DS_Store | ||
charts/.DS_Store | ||
charts/crds/.DS_Store |
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 |
---|---|---|
@@ -1 +1,28 @@ | ||
.git | ||
# 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 |
---|---|---|
@@ -1,12 +1,18 @@ | ||
dependencies: | ||
- name: crds | ||
repository: "" | ||
version: 0.0.0 | ||
- name: kube-state-metrics | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 4.13.0 | ||
version: 5.14.0 | ||
- name: prometheus-node-exporter | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 3.3.1 | ||
version: 4.23.2 | ||
- name: grafana | ||
repository: https://grafana.github.io/helm-charts | ||
version: 6.32.18 | ||
digest: sha256:f132d7e597053ca241504e0f6b039fc522b3267cdc7ab03f1fe45f9a5ae96bcc | ||
generated: "2022-10-11T18:49:45.661087+05:30" | ||
version: 6.60.6 | ||
- name: prometheus-windows-exporter | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 0.1.1 | ||
digest: sha256:d44f808eafa84777eb8a127f5114e849e27e419c65f9ba7d5e282874a79c1c69 | ||
generated: "2023-10-26T21:47:57.480676336Z" |
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 |
---|---|---|
@@ -1,38 +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: 0.57.0 | ||
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: 4.13.* | ||
version: 5.14.* | ||
- condition: nodeExporter.enabled | ||
name: prometheus-node-exporter | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 3.3.* | ||
version: 4.23.* | ||
- condition: grafana.enabled | ||
name: grafana | ||
repository: https://grafana.github.io/helm-charts | ||
version: 6.32.* | ||
version: 6.60.* | ||
- 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/platform9/pf9-kube-prometheus-helm-chart | ||
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.16.0-0' | ||
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: 38.0.2 | ||
version: 52.1.0 |
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
apiVersion: v2 | ||
name: crds | ||
version: 0.0.0 |
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,3 @@ | ||
# crds subchart | ||
|
||
See: [https://github.com/prometheus-community/helm-charts/issues/3548](https://github.com/prometheus-community/helm-charts/issues/3548) |
Oops, something went wrong.