Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/5-internal/restund-chart-followup
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add restund chart as dependency of wire-server
2 changes: 1 addition & 1 deletion charts/restund/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.1
version: 0.0.42

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
5 changes: 5 additions & 0 deletions charts/wire-server/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,8 @@ dependencies:
repository: "file://../sftd"
tags:
- sftd
- name: restund
version: "0.0.42"
repository: "file://../restund"
tags:
- restund
1 change: 1 addition & 0 deletions charts/wire-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ tags:
legalhold: false
federator: false # see also galley.config.enableFederator and brig.config.enableFederator
sftd: false
restund: false