Skip to content

Commit

Permalink
Include stash-metrics chart into kubedb-one chart
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Apr 26, 2023
1 parent 40067b3 commit fd0cbc2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
7 changes: 5 additions & 2 deletions charts/kubedb-one/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ dependencies:
- name: stash-catalog
repository: https://charts.appscode.com/stable/
version: v2023.03.20
digest: sha256:5490eb78533135098f6be4c49ec5fcc44b8922595cefa0ae6cb2f98c5baefb3b
generated: "2023-04-25T15:04:02.681443+02:00"
- name: stash-metrics
repository: https://charts.appscode.com/stable/
version: v2023.03.20
digest: sha256:551382206f6d07948c1c0a47ece46c8a04a804acc8e7cac99c7e2422f8801546
generated: "2023-04-26T09:58:33.706341+02:00"
8 changes: 6 additions & 2 deletions charts/kubedb-one/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,12 @@ dependencies:
- name: stash-enterprise
repository: https://charts.appscode.com/stable/
version: v0.28.0
condition: stash-enterprise.enterprise
condition: stash-enterprise.enabled
- name: stash-catalog
repository: https://charts.appscode.com/stable/
version: v2023.03.20
condition: stash-catalog.enterprise
condition: stash-catalog.enabled
- name: stash-metrics
repository: https://charts.appscode.com/stable/
version: v2023.03.20
condition: stash-metrics.enabled
2 changes: 2 additions & 0 deletions charts/kubedb-one/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ The following table lists the configurable parameters of the `kubedb-one` chart
| kubedb-autoscaler.enabled | If enabled, installs the kubedb-autoscaler chart | <code>true</code> |
| kubedb-dashboard.enabled | If enabled, installs the kubedb-dashboard chart | <code>true</code> |
| kubedb-schema-manager.enabled | If enabled, installs the kubedb-schema-manager chart | <code>true</code> |
| kubedb-metrics.enabled | If enabled, installs the kubedb-metrics chart | <code>true</code> |
| stash-enterprise.enabled | If enabled, installs the stash-enterprise chart | <code>true</code> |
| stash-catalog.enabled | If enabled, installs the stash-catalog chart | <code>true</code> |
| stash-metrics.enabled | If enabled, installs the stash-metrics chart | <code>true</code> |


Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
Expand Down
3 changes: 3 additions & 0 deletions charts/kubedb-one/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ stash-enterprise:
stash-catalog:
# If enabled, installs the stash-catalog chart
enabled: true
stash-metrics:
# If enabled, installs the stash-metrics chart
enabled: true

0 comments on commit fd0cbc2

Please sign in to comment.