File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ chart-contents-%:
264
264
@if [ -n " $( CHART_VERSION) " ]; then \
265
265
yq -y --indentless -i ' .version="$(CHART_VERSION)"' ./charts/$* /Chart.yaml; \
266
266
yq -y --indentless -i ' .dependencies |= map(select(.name == "$*").version="$(CHART_VERSION)")' ./charts/stash/Chart.yaml; \
267
+ yq -y --indentless -i ' .dependencies |= map(select(.name == "$*").version="$(CHART_VERSION)")' ./charts/stash-opscenter/Chart.yaml; \
267
268
fi
268
269
@if [ ! -z " $( APP_VERSION) " ]; then \
269
270
yq -y --indentless -i ' .appVersion="$(APP_VERSION)"' ./charts/$* /Chart.yaml; \
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ maintainers:
12
12
- name : appscode
13
13
email : support@appscode.com
14
14
dependencies :
15
+ - name : stash-ui-server
16
+ repository : file://../stash-ui-server
17
+ condition : stash-ui-server.enabled
18
+ version : v2021.11.24
15
19
- name : stash-metrics
16
20
repository : file://../stash-metrics
17
21
condition : stash-metrics.enabled
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ The following table lists the configurable parameters of the `stash-opscenter` c
46
46
47
47
| Parameter | Description | Default |
48
48
| ----------------------------------| ---------------------------------------------------------| -------------------|
49
+ | stash-ui-server.enabled | If enabled, installs the stash-ui-server chart | <code >true</code > |
49
50
| stash-metrics.enabled | If enabled, installs the stash-metrics chart | <code >true</code > |
50
51
| stash-grafana-dashboards.enabled | If enabled, installs the stash-grafana-dashboards chart | <code >true</code > |
51
52
Original file line number Diff line number Diff line change 2
2
# This is a YAML-formatted file.
3
3
# Declare variables to be passed into your templates.
4
4
5
+ stash-ui-server :
6
+ # If enabled, installs the stash-ui-server chart
7
+ enabled : true
5
8
stash-metrics :
6
9
# If enabled, installs the stash-metrics chart
7
10
enabled : true
You can’t perform that action at this time.
0 commit comments