Skip to content

Commit

Permalink
Merge pull request #72 from yjinjo/master
Browse files Browse the repository at this point in the history
Update OpenCost version to 1.110.0
  • Loading branch information
yjinjo authored May 2, 2024
2 parents e9b7481 + 6c62ff0 commit c337b8b
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 240 deletions.
89 changes: 45 additions & 44 deletions charts/k8s-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,54 +1,55 @@
apiVersion: v2
appVersion: 2.2.0
dependencies:
- name: grafana-agent
repository: https://grafana.github.io/helm-charts
version: 0.38.0
- alias: grafana-agent-events
condition: logs.cluster_events.enabled
name: grafana-agent
repository: https://grafana.github.io/helm-charts
version: 0.38.0
- alias: grafana-agent-logs
condition: logs.pod_logs.enabled
name: grafana-agent
repository: https://grafana.github.io/helm-charts
version: 0.38.0
- alias: grafana-agent-profiles
condition: profiles.enabled
name: grafana-agent
repository: https://grafana.github.io/helm-charts
version: 0.38.0
- condition: kube-state-metrics.enabled
name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.18.1
- condition: prometheus-node-exporter.enabled
name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.32.0
- condition: prometheus-operator-crds.enabled
name: prometheus-operator-crds
repository: https://prometheus-community.github.io/helm-charts
version: 11.0.0
- condition: prometheus-windows-exporter.enabled
name: prometheus-windows-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 0.3.1
- condition: opencost.enabled
name: opencost
repository: https://opencost.github.io/opencost-helm-chart
version: 1.33.3
description: A Helm chart for gathering, scraping, and forwarding Kubernetes telemetry
- name: grafana-agent
repository: https://grafana.github.io/helm-charts
version: 0.38.0
- alias: grafana-agent-events
condition: logs.cluster_events.enabled
name: grafana-agent
repository: https://grafana.github.io/helm-charts
version: 0.38.0
- alias: grafana-agent-logs
condition: logs.pod_logs.enabled
name: grafana-agent
repository: https://grafana.github.io/helm-charts
version: 0.38.0
- alias: grafana-agent-profiles
condition: profiles.enabled
name: grafana-agent
repository: https://grafana.github.io/helm-charts
version: 0.38.0
- condition: kube-state-metrics.enabled
name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.18.1
- condition: prometheus-node-exporter.enabled
name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.32.0
- condition: prometheus-operator-crds.enabled
name: prometheus-operator-crds
repository: https://prometheus-community.github.io/helm-charts
version: 11.0.0
- condition: prometheus-windows-exporter.enabled
name: prometheus-windows-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 0.3.1
- condition: opencost.enabled
name: opencost
repository: https://opencost.github.io/opencost-helm-chart
version: 1.35.0
description:
A Helm chart for gathering, scraping, and forwarding Kubernetes telemetry
data to a Grafana Stack.
icon: https://raw.githubusercontent.com/grafana/grafana/main/public/img/grafana_icon.svg
maintainers:
- email: [email protected]
name: petewall
- email: [email protected]
name: skl
- email: [email protected]
name: petewall
- email: [email protected]
name: skl
name: k8s-monitoring
sources:
- https://github.com/grafana/k8s-monitoring-helm/tree/main/charts/k8s-monitoring
- https://github.com/grafana/k8s-monitoring-helm/tree/main/charts/k8s-monitoring
type: application
version: 0.13.4
4 changes: 2 additions & 2 deletions charts/k8s-monitoring/charts/opencost/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.109.0
appVersion: 1.110.0
description: OpenCost and OpenCost UI
home: https://github.com/opencost/opencost-helm-chart
keywords:
Expand All @@ -16,4 +16,4 @@ maintainers:
name: brito-rafa
name: opencost
type: application
version: 1.33.3
version: 1.35.0
Loading

0 comments on commit c337b8b

Please sign in to comment.