diff --git a/changelog.d/5-internal/restund-chart-followup b/changelog.d/5-internal/restund-chart-followup new file mode 100644 index 00000000000..d41184b7246 --- /dev/null +++ b/changelog.d/5-internal/restund-chart-followup @@ -0,0 +1 @@ +Add restund chart as dependency of wire-server diff --git a/charts/restund/Chart.yaml b/charts/restund/Chart.yaml index 423fbbe799a..cedeae40940 100644 --- a/charts/restund/Chart.yaml +++ b/charts/restund/Chart.yaml @@ -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 diff --git a/charts/wire-server/requirements.yaml b/charts/wire-server/requirements.yaml index ab3d8c1df87..da497c96146 100644 --- a/charts/wire-server/requirements.yaml +++ b/charts/wire-server/requirements.yaml @@ -108,3 +108,8 @@ dependencies: repository: "file://../sftd" tags: - sftd +- name: restund + version: "0.0.42" + repository: "file://../restund" + tags: + - restund diff --git a/charts/wire-server/values.yaml b/charts/wire-server/values.yaml index de41554b588..a5c66ef815b 100644 --- a/charts/wire-server/values.yaml +++ b/charts/wire-server/values.yaml @@ -11,3 +11,4 @@ tags: legalhold: false federator: false # see also galley.config.enableFederator and brig.config.enableFederator sftd: false + restund: false