Skip to content

Commit

Permalink
Change Dep Order in Support Chart (#150)
Browse files Browse the repository at this point in the history
* dependency order in support chart

---------

Co-authored-by: ranchodeluxe <[email protected]>
  • Loading branch information
ranchodeluxe and ranchodeluxe authored Sep 24, 2024
1 parent 9a94322 commit 3ad89a8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions helm-chart/eoapi-support/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
apiVersion: v2
name: eoapi-support

appVersion: "0.1.6"
version: "0.1.6"
appVersion: "0.1.7"
version: "0.1.7"

dependencies:
- name: metrics-server
version: 7.2.8
repository: https://charts.bitnami.com/bitnami

# Prometheus for collection of metrics.
# https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus
#
Expand All @@ -27,8 +31,3 @@ dependencies:
# NOTE: configuration for this dependency is handled in `eoapi-support/values.yaml.grafana` values
version: 7.3.3
repository: https://grafana.github.io/helm-charts


- name: metrics-server
version: 7.2.8
repository: https://charts.bitnami.com/bitnami

0 comments on commit 3ad89a8

Please sign in to comment.