Skip to content

Commit ea65147

Browse files
committed
chart: Bump kube-prometheus-stack chart
1 parent ab9284b commit ea65147

File tree

160 files changed

+6962
-3164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+6962
-3164
lines changed

charts/kube-prometheus-stack/.editorconfig

Lines changed: 0 additions & 5 deletions
This file was deleted.

charts/kube-prometheus-stack/.helmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ kube-prometheus-*.tgz
2727

2828
unittests/
2929
files/dashboards/
30+
31+
UPGRADE.md
32+
CONTRIBUTING.md
33+
.editorconfig

charts/kube-prometheus-stack/CONTRIBUTING.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

charts/kube-prometheus-stack/Chart.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ dependencies:
44
version: 0.0.0
55
- name: kube-state-metrics
66
repository: https://prometheus-community.github.io/helm-charts
7-
version: 5.26.0
7+
version: 5.32.0
88
- name: prometheus-node-exporter
99
repository: https://prometheus-community.github.io/helm-charts
10-
version: 4.40.0
10+
version: 4.45.2
1111
- name: grafana
1212
repository: https://grafana.github.io/helm-charts
13-
version: 8.5.8
13+
version: 8.12.1
1414
- name: prometheus-windows-exporter
1515
repository: https://prometheus-community.github.io/helm-charts
16-
version: 0.7.1
17-
digest: sha256:7b40fa462f5dc4c9bc4c1013d1b7cac862f723d70df600a5d8c43e2bdf77a3ee
18-
generated: "2024-10-30T11:02:08.927724079Z"
16+
version: 0.9.2
17+
digest: sha256:0b04ea08720ce2d1f66cbe6b67f3475493c2a2a97155e102aff74295e52c2f55
18+
generated: "2025-04-17T13:09:42.309181033Z"

charts/kube-prometheus-stack/Chart.yaml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ annotations:
55
url: https://github.com/prometheus-community/helm-charts
66
- name: Upstream Project
77
url: https://github.com/prometheus-operator/kube-prometheus
8+
- name: Upgrade Process
9+
url: https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/README.md#upgrading-chart
810
artifacthub.io/operator: "true"
911
apiVersion: v2
10-
appVersion: v0.77.2
12+
appVersion: v0.81.0
1113
dependencies:
1214
- condition: crds.enabled
1315
name: crds
@@ -16,19 +18,19 @@ dependencies:
1618
- condition: kubeStateMetrics.enabled
1719
name: kube-state-metrics
1820
repository: https://prometheus-community.github.io/helm-charts
19-
version: 5.26.*
21+
version: 5.32.*
2022
- condition: nodeExporter.enabled
2123
name: prometheus-node-exporter
2224
repository: https://prometheus-community.github.io/helm-charts
23-
version: 4.40.*
25+
version: 4.45.*
2426
- condition: grafana.enabled
2527
name: grafana
2628
repository: https://grafana.github.io/helm-charts
27-
version: 8.5.*
29+
version: 8.12.*
2830
- condition: windowsMonitoring.enabled
2931
name: prometheus-windows-exporter
3032
repository: https://prometheus-community.github.io/helm-charts
31-
version: 0.7.*
33+
version: 0.9.*
3234
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
3335
and Prometheus rules combined with documentation and scripts to provide easy to
3436
operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus
@@ -43,23 +45,31 @@ kubeVersion: '>=1.19.0-0'
4345
maintainers:
4446
4547
name: andrewgkew
48+
url: https://github.com/andrewgkew
4649
4750
name: gianrubio
51+
url: https://github.com/gianrubio
4852
4953
name: gkarthiks
54+
url: https://github.com/gkarthiks
5055
5156
name: GMartinez-Sisti
57+
url: https://github.com/GMartinez-Sisti
5258
5359
name: jkroepke
60+
url: https://github.com/jkroepke
5461
5562
name: scottrigby
63+
url: https://github.com/scottrigby
5664
5765
name: Xtigyro
66+
url: https://github.com/Xtigyro
5867
5968
name: QuentinBisson
69+
url: https://github.com/QuentinBisson
6070
name: kube-prometheus-stack
6171
sources:
6272
- https://github.com/prometheus-community/helm-charts
6373
- https://github.com/prometheus-operator/kube-prometheus
6474
type: application
65-
version: 65.5.1
75+
version: 70.7.0

charts/kube-prometheus-stack/README.md

Lines changed: 10 additions & 850 deletions
Large diffs are not rendered by default.

charts/kube-prometheus-stack/charts/crds/crds/crd-alertmanagerconfigs.yaml

Lines changed: 81 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.77.2/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagerconfigs.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.81.0/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagerconfigs.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
55
metadata:
66
annotations:
7-
controller-gen.kubebuilder.io/version: v0.16.1
8-
operator.prometheus.io/version: 0.77.2
7+
controller-gen.kubebuilder.io/version: v0.17.2
8+
operator.prometheus.io/version: 0.81.0
99
name: alertmanagerconfigs.monitoring.coreos.com
1010
spec:
1111
group: monitoring.coreos.com
@@ -776,6 +776,12 @@ spec:
776776

777777
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
778778
type: boolean
779+
proxyURL:
780+
description: |-
781+
Optional proxy URL.
782+
783+
If defined, this field takes precedence over `proxyUrl`.
784+
type: string
779785
proxyUrl:
780786
description: '`proxyURL` defines the HTTP proxy server
781787
to use.'
@@ -1767,6 +1773,12 @@ spec:
17671773

17681774
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
17691775
type: boolean
1776+
proxyURL:
1777+
description: |-
1778+
Optional proxy URL.
1779+
1780+
If defined, this field takes precedence over `proxyUrl`.
1781+
type: string
17701782
proxyUrl:
17711783
description: '`proxyURL` defines the HTTP proxy server
17721784
to use.'
@@ -2571,6 +2583,12 @@ spec:
25712583

25722584
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
25732585
type: boolean
2586+
proxyURL:
2587+
description: |-
2588+
Optional proxy URL.
2589+
2590+
If defined, this field takes precedence over `proxyUrl`.
2591+
type: string
25742592
proxyUrl:
25752593
description: '`proxyURL` defines the HTTP proxy server
25762594
to use.'
@@ -3357,6 +3375,12 @@ spec:
33573375

33583376
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
33593377
type: boolean
3378+
proxyURL:
3379+
description: |-
3380+
Optional proxy URL.
3381+
3382+
If defined, this field takes precedence over `proxyUrl`.
3383+
type: string
33603384
proxyUrl:
33613385
description: '`proxyURL` defines the HTTP proxy server
33623386
to use.'
@@ -4177,6 +4201,12 @@ spec:
41774201

41784202
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
41794203
type: boolean
4204+
proxyURL:
4205+
description: |-
4206+
Optional proxy URL.
4207+
4208+
If defined, this field takes precedence over `proxyUrl`.
4209+
type: string
41804210
proxyUrl:
41814211
description: '`proxyURL` defines the HTTP proxy server
41824212
to use.'
@@ -5091,6 +5121,12 @@ spec:
50915121

50925122
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
50935123
type: boolean
5124+
proxyURL:
5125+
description: |-
5126+
Optional proxy URL.
5127+
5128+
If defined, this field takes precedence over `proxyUrl`.
5129+
type: string
50945130
proxyUrl:
50955131
description: '`proxyURL` defines the HTTP proxy server
50965132
to use.'
@@ -5830,6 +5866,12 @@ spec:
58305866

58315867
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
58325868
type: boolean
5869+
proxyURL:
5870+
description: |-
5871+
Optional proxy URL.
5872+
5873+
If defined, this field takes precedence over `proxyUrl`.
5874+
type: string
58335875
proxyUrl:
58345876
description: '`proxyURL` defines the HTTP proxy server
58355877
to use.'
@@ -6672,6 +6714,12 @@ spec:
66726714

66736715
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
66746716
type: boolean
6717+
proxyURL:
6718+
description: |-
6719+
Optional proxy URL.
6720+
6721+
If defined, this field takes precedence over `proxyUrl`.
6722+
type: string
66756723
proxyUrl:
66766724
description: '`proxyURL` defines the HTTP proxy server
66776725
to use.'
@@ -6849,6 +6897,12 @@ spec:
68496897
message:
68506898
description: Message template
68516899
type: string
6900+
messageThreadID:
6901+
description: |-
6902+
The Telegram Group Topic ID.
6903+
It requires Alertmanager >= 0.26.0.
6904+
format: int64
6905+
type: integer
68526906
parseMode:
68536907
description: Parse mode for telegram message
68546908
enum:
@@ -7437,6 +7491,12 @@ spec:
74377491

74387492
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
74397493
type: boolean
7494+
proxyURL:
7495+
description: |-
7496+
Optional proxy URL.
7497+
7498+
If defined, this field takes precedence over `proxyUrl`.
7499+
type: string
74407500
proxyUrl:
74417501
description: '`proxyURL` defines the HTTP proxy server
74427502
to use.'
@@ -8163,6 +8223,12 @@ spec:
81638223

81648224
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
81658225
type: boolean
8226+
proxyURL:
8227+
description: |-
8228+
Optional proxy URL.
8229+
8230+
If defined, this field takes precedence over `proxyUrl`.
8231+
type: string
81668232
proxyUrl:
81678233
description: '`proxyURL` defines the HTTP proxy server
81688234
to use.'
@@ -8876,6 +8942,12 @@ spec:
88768942

88778943
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
88788944
type: boolean
8945+
proxyURL:
8946+
description: |-
8947+
Optional proxy URL.
8948+
8949+
If defined, this field takes precedence over `proxyUrl`.
8950+
type: string
88798951
proxyUrl:
88808952
description: '`proxyURL` defines the HTTP proxy server
88818953
to use.'
@@ -9654,6 +9726,12 @@ spec:
96549726

96559727
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
96569728
type: boolean
9729+
proxyURL:
9730+
description: |-
9731+
Optional proxy URL.
9732+
9733+
If defined, this field takes precedence over `proxyUrl`.
9734+
type: string
96579735
proxyUrl:
96589736
description: '`proxyURL` defines the HTTP proxy server
96599737
to use.'

0 commit comments

Comments
 (0)