Skip to content

Commit 31da5db

Browse files
committed
Update chart version is stash-opscenter chart
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent a341dd1 commit 31da5db

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ chart-contents-%:
264264
@if [ -n "$(CHART_VERSION)" ]; then \
265265
yq -y --indentless -i '.version="$(CHART_VERSION)"' ./charts/$*/Chart.yaml; \
266266
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; \
267268
fi
268269
@if [ ! -z "$(APP_VERSION)" ]; then \
269270
yq -y --indentless -i '.appVersion="$(APP_VERSION)"' ./charts/$*/Chart.yaml; \

charts/stash-opscenter/Chart.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ maintainers:
1212
- name: appscode
1313
email: support@appscode.com
1414
dependencies:
15+
- name: stash-ui-server
16+
repository: file://../stash-ui-server
17+
condition: stash-ui-server.enabled
18+
version: v2021.11.24
1519
- name: stash-metrics
1620
repository: file://../stash-metrics
1721
condition: stash-metrics.enabled

charts/stash-opscenter/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The following table lists the configurable parameters of the `stash-opscenter` c
4646

4747
| Parameter | Description | Default |
4848
|----------------------------------|---------------------------------------------------------|-------------------|
49+
| stash-ui-server.enabled | If enabled, installs the stash-ui-server chart | <code>true</code> |
4950
| stash-metrics.enabled | If enabled, installs the stash-metrics chart | <code>true</code> |
5051
| stash-grafana-dashboards.enabled | If enabled, installs the stash-grafana-dashboards chart | <code>true</code> |
5152

charts/stash-opscenter/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# This is a YAML-formatted file.
33
# Declare variables to be passed into your templates.
44

5+
stash-ui-server:
6+
# If enabled, installs the stash-ui-server chart
7+
enabled: true
58
stash-metrics:
69
# If enabled, installs the stash-metrics chart
710
enabled: true

0 commit comments

Comments
 (0)