Skip to content

Commit

Permalink
Upgrading kube-prometheus-stack to v52.1.0 (#8)
Browse files Browse the repository at this point in the history
* Changes for version 52.1.0
  • Loading branch information
manasabsv26 authored Nov 9, 2023
1 parent 1385fbc commit fcdfa11
Show file tree
Hide file tree
Showing 236 changed files with 31,067 additions and 39,351 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.deploy
.DS_Store
charts/.DS_Store
charts/crds/.DS_Store
29 changes: 28 additions & 1 deletion charts/kube-prometheus-stack/.helmignore
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/
16 changes: 11 additions & 5 deletions charts/kube-prometheus-stack/Chart.lock
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"
39 changes: 32 additions & 7 deletions charts/kube-prometheus-stack/Chart.yaml
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
965 changes: 965 additions & 0 deletions charts/kube-prometheus-stack/README.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions charts/kube-prometheus-stack/charts/crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
apiVersion: v2
name: crds
version: 0.0.0
3 changes: 3 additions & 0 deletions charts/kube-prometheus-stack/charts/crds/README.md
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)
Loading

0 comments on commit fcdfa11

Please sign in to comment.