File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
6870Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm upgrade -i ` . For example:
Original file line number Diff line number Diff line change @@ -76,3 +76,6 @@ stash-enterprise:
7676stash-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
You can’t perform that action at this time.
0 commit comments