Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit e5ba921

Browse files
committed
Add front end config option to datamonitoring chart
(this is really just used for integration)
1 parent e230a80 commit e5ba921

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

charts/datarepomonitoring/Chart.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ description: A Helm chart to deploy an entire datarepomonitoring stack
1212
type: 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
1717
keywords:
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

charts/datarepomonitoring/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ create-secret-manager-secret:
44
backend-config:
55
enabled: false
66

7+
frontend-config:
8+
enabled: false
9+
710
grafana-gcp-managed-cert:
811
enabled: false
912

0 commit comments

Comments
 (0)