Skip to content

Commit 6c62ff0

Browse files
committed
feat: update OpenCost version to 1.110.0
Signed-off-by: Youngjin Jo <[email protected]>
1 parent e9b7481 commit 6c62ff0

File tree

5 files changed

+244
-240
lines changed

5 files changed

+244
-240
lines changed

charts/k8s-monitoring/Chart.yaml

+45-44
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,55 @@
11
apiVersion: v2
22
appVersion: 2.2.0
33
dependencies:
4-
- name: grafana-agent
5-
repository: https://grafana.github.io/helm-charts
6-
version: 0.38.0
7-
- alias: grafana-agent-events
8-
condition: logs.cluster_events.enabled
9-
name: grafana-agent
10-
repository: https://grafana.github.io/helm-charts
11-
version: 0.38.0
12-
- alias: grafana-agent-logs
13-
condition: logs.pod_logs.enabled
14-
name: grafana-agent
15-
repository: https://grafana.github.io/helm-charts
16-
version: 0.38.0
17-
- alias: grafana-agent-profiles
18-
condition: profiles.enabled
19-
name: grafana-agent
20-
repository: https://grafana.github.io/helm-charts
21-
version: 0.38.0
22-
- condition: kube-state-metrics.enabled
23-
name: kube-state-metrics
24-
repository: https://prometheus-community.github.io/helm-charts
25-
version: 5.18.1
26-
- condition: prometheus-node-exporter.enabled
27-
name: prometheus-node-exporter
28-
repository: https://prometheus-community.github.io/helm-charts
29-
version: 4.32.0
30-
- condition: prometheus-operator-crds.enabled
31-
name: prometheus-operator-crds
32-
repository: https://prometheus-community.github.io/helm-charts
33-
version: 11.0.0
34-
- condition: prometheus-windows-exporter.enabled
35-
name: prometheus-windows-exporter
36-
repository: https://prometheus-community.github.io/helm-charts
37-
version: 0.3.1
38-
- condition: opencost.enabled
39-
name: opencost
40-
repository: https://opencost.github.io/opencost-helm-chart
41-
version: 1.33.3
42-
description: A Helm chart for gathering, scraping, and forwarding Kubernetes telemetry
4+
- name: grafana-agent
5+
repository: https://grafana.github.io/helm-charts
6+
version: 0.38.0
7+
- alias: grafana-agent-events
8+
condition: logs.cluster_events.enabled
9+
name: grafana-agent
10+
repository: https://grafana.github.io/helm-charts
11+
version: 0.38.0
12+
- alias: grafana-agent-logs
13+
condition: logs.pod_logs.enabled
14+
name: grafana-agent
15+
repository: https://grafana.github.io/helm-charts
16+
version: 0.38.0
17+
- alias: grafana-agent-profiles
18+
condition: profiles.enabled
19+
name: grafana-agent
20+
repository: https://grafana.github.io/helm-charts
21+
version: 0.38.0
22+
- condition: kube-state-metrics.enabled
23+
name: kube-state-metrics
24+
repository: https://prometheus-community.github.io/helm-charts
25+
version: 5.18.1
26+
- condition: prometheus-node-exporter.enabled
27+
name: prometheus-node-exporter
28+
repository: https://prometheus-community.github.io/helm-charts
29+
version: 4.32.0
30+
- condition: prometheus-operator-crds.enabled
31+
name: prometheus-operator-crds
32+
repository: https://prometheus-community.github.io/helm-charts
33+
version: 11.0.0
34+
- condition: prometheus-windows-exporter.enabled
35+
name: prometheus-windows-exporter
36+
repository: https://prometheus-community.github.io/helm-charts
37+
version: 0.3.1
38+
- condition: opencost.enabled
39+
name: opencost
40+
repository: https://opencost.github.io/opencost-helm-chart
41+
version: 1.35.0
42+
description:
43+
A Helm chart for gathering, scraping, and forwarding Kubernetes telemetry
4344
data to a Grafana Stack.
4445
icon: https://raw.githubusercontent.com/grafana/grafana/main/public/img/grafana_icon.svg
4546
maintainers:
46-
47-
name: petewall
48-
49-
name: skl
47+
48+
name: petewall
49+
50+
name: skl
5051
name: k8s-monitoring
5152
sources:
52-
- https://github.com/grafana/k8s-monitoring-helm/tree/main/charts/k8s-monitoring
53+
- https://github.com/grafana/k8s-monitoring-helm/tree/main/charts/k8s-monitoring
5354
type: application
5455
version: 0.13.4

charts/k8s-monitoring/charts/opencost/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 1.109.0
2+
appVersion: 1.110.0
33
description: OpenCost and OpenCost UI
44
home: https://github.com/opencost/opencost-helm-chart
55
keywords:
@@ -16,4 +16,4 @@ maintainers:
1616
name: brito-rafa
1717
name: opencost
1818
type: application
19-
version: 1.33.3
19+
version: 1.35.0

0 commit comments

Comments
 (0)