Skip to content

Commit 0e06b06

Browse files
committed
Include stash-metrics chart into kubedb-one chart
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent f944b95 commit 0e06b06

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

charts/kubedb-one/Chart.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@ dependencies:
2929
- name: stash-catalog
3030
repository: https://charts.appscode.com/stable/
3131
version: v2023.03.20
32-
digest: sha256:5490eb78533135098f6be4c49ec5fcc44b8922595cefa0ae6cb2f98c5baefb3b
33-
generated: "2023-04-25T15:04:02.681443+02:00"
32+
- name: stash-metrics
33+
repository: https://charts.appscode.com/stable/
34+
version: v2023.03.20
35+
digest: sha256:551382206f6d07948c1c0a47ece46c8a04a804acc8e7cac99c7e2422f8801546
36+
generated: "2023-04-26T09:58:33.706341+02:00"

charts/kubedb-one/Chart.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,12 @@ dependencies:
4646
- name: stash-enterprise
4747
repository: https://charts.appscode.com/stable/
4848
version: v0.28.0
49-
condition: stash-enterprise.enterprise
49+
condition: stash-enterprise.enabled
5050
- name: stash-catalog
5151
repository: https://charts.appscode.com/stable/
5252
version: v2023.03.20
53-
condition: stash-catalog.enterprise
53+
condition: stash-catalog.enabled
54+
- name: stash-metrics
55+
repository: https://charts.appscode.com/stable/
56+
version: v2023.03.20
57+
condition: stash-metrics.enabled

charts/kubedb-one/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ The following table lists the configurable parameters of the `kubedb-one` chart
6161
| kubedb-autoscaler.enabled | If enabled, installs the kubedb-autoscaler chart | <code>true</code> |
6262
| kubedb-dashboard.enabled | If enabled, installs the kubedb-dashboard chart | <code>true</code> |
6363
| kubedb-schema-manager.enabled | If enabled, installs the kubedb-schema-manager chart | <code>true</code> |
64+
| kubedb-metrics.enabled | If enabled, installs the kubedb-metrics chart | <code>true</code> |
6465
| stash-enterprise.enabled | If enabled, installs the stash-enterprise chart | <code>true</code> |
6566
| stash-catalog.enabled | If enabled, installs the stash-catalog chart | <code>true</code> |
67+
| stash-metrics.enabled | If enabled, installs the stash-metrics chart | <code>true</code> |
6668

6769

6870
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

charts/kubedb-one/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,6 @@ stash-enterprise:
7676
stash-catalog:
7777
# If enabled, installs the stash-catalog chart
7878
enabled: true
79+
stash-metrics:
80+
# If enabled, installs the stash-metrics chart
81+
enabled: true

0 commit comments

Comments
 (0)