File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : finops-agent-kof
33description : Helm chart for FinOps Agent for KOF
44type : application
5- version : 0.1.3
6- appVersion : " 0.1.3 "
5+ version : 0.1.4
6+ appVersion : " 0.1.4 "
77home : https://github.com/mirantis/finops-agent
88sources :
99 - https://github.com/mirantis/finops-agent
@@ -22,3 +22,8 @@ keywords:
2222 - KOF
2323annotations :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments