This repository was archived by the owner on Mar 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
charts/datarepomonitoring Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ description: A Helm chart to deploy an entire datarepomonitoring stack
1212type : application
1313# This is the chart version. This version number should be incremented each time you make changes
1414# to the chart and its templates, including the app version
15- version : 0.0.2
16- appVersion : 0.0.2
15+ version : 0.0.3
16+ appVersion : 0.0.3
1717keywords :
1818- google
1919- cloud
@@ -34,6 +34,10 @@ dependencies:
3434 version : 0.1.0
3535 repository : https://broadinstitute.github.io/datarepo-helm/
3636 condition : backend-config.enabled
37+ - name : frontend-config
38+ version : 0.1.0
39+ repository : https://broadinstitute.github.io/datarepo-helm/
40+ condition : frontend-config.enabled
3741- name : gcp-managed-cert
3842 alias : grafana-gcp-managed-cert
3943 version : 0.1.3
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ create-secret-manager-secret:
44backend-config :
55 enabled : false
66
7+ frontend-config :
8+ enabled : false
9+
710grafana-gcp-managed-cert :
811 enabled : false
912
You can’t perform that action at this time.
0 commit comments