Skip to content

Commit

Permalink
Merge pull request #1192 from keithhand/keithhand-pin-chart-dependencies
Browse files Browse the repository at this point in the history
Pin local chart dependencies in Chart.yaml files
  • Loading branch information
keithhand authored Apr 20, 2022
2 parents d72ca06 + 2a79e87 commit 6d995ca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cost-analyzer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ annotations:
"artifacthub.io/links": |
- name: Homepage
url: https://www.kubecost.com
dependencies:
- condition: global.grafana.enabled
name: grafana
repository: file://./charts/grafana
- condition: global.prometheus.enabled
name: prometheus
repository: file://./charts/prometheus
- condition: global.thanos.enabled
name: thanos
repository: file://./charts/thanos
4 changes: 4 additions & 0 deletions cost-analyzer/charts/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ sources:
- https://github.com/kubernetes/kube-state-metrics
tillerVersion: '>=2.8.0'
version: 11.0.2
dependencies:
- condition: kube-state-metrics.disabled
name: kube-state-metrics
repository: file://./charts/kube-state-metrics

0 comments on commit 6d995ca

Please sign in to comment.