Skip to content

Commit 0ab0c92

Browse files
committed
add grafana-operator dependency to finops-kof-helm
Signed-off-by: Satyam Bhardwaj <[email protected]>
1 parent ae13505 commit 0ab0c92

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

deployments/helm-for-kof/Chart.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: finops-agent-kof
33
description: Helm chart for FinOps Agent for KOF
44
type: application
5-
version: 0.1.3
6-
appVersion: "0.1.3"
5+
version: 0.1.4
6+
appVersion: "0.1.4"
77
home: https://github.com/mirantis/finops-agent
88
sources:
99
- https://github.com/mirantis/finops-agent
@@ -22,3 +22,8 @@ keywords:
2222
- KOF
2323
annotations:
2424
category: Analytics
25+
dependencies:
26+
- name: grafana-operator
27+
repository: https://grafana-operator.github.io/grafana-operator
28+
version: "5.18.0"
29+
condition: grafanaOperator.enabled

deployments/helm-for-kof/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,7 @@ grafana:
100100
dashboardFolder: "General" # kof-grafana-dashboard default folder
101101
# Note: Grafana Infinity plugin v3.4.1 must be manually installed
102102
# in the KOF Grafana instance for dashboards to work properly
103+
104+
# Optional: install Grafana Operator via subchart
105+
grafanaOperator:
106+
enabled: true

0 commit comments

Comments
 (0)