Skip to content

Commit 3ad89a8

Browse files
ranchodeluxeranchodeluxe
andauthored
Change Dep Order in Support Chart (#150)
* dependency order in support chart --------- Co-authored-by: ranchodeluxe <[email protected]>
1 parent 9a94322 commit 3ad89a8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

helm-chart/eoapi-support/Chart.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
apiVersion: v2
22
name: eoapi-support
33

4-
appVersion: "0.1.6"
5-
version: "0.1.6"
4+
appVersion: "0.1.7"
5+
version: "0.1.7"
66

77
dependencies:
8+
- name: metrics-server
9+
version: 7.2.8
10+
repository: https://charts.bitnami.com/bitnami
11+
812
# Prometheus for collection of metrics.
913
# https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus
1014
#
@@ -27,8 +31,3 @@ dependencies:
2731
# NOTE: configuration for this dependency is handled in `eoapi-support/values.yaml.grafana` values
2832
version: 7.3.3
2933
repository: https://grafana.github.io/helm-charts
30-
31-
32-
- name: metrics-server
33-
version: 7.2.8
34-
repository: https://charts.bitnami.com/bitnami

0 commit comments

Comments
 (0)