From caa3252a8ba700568cfcd3aa18a93ca45eed1e5c Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Tue, 11 Jan 2022 12:28:35 +0100 Subject: [PATCH 1/2] Add restund chart as dependency of wire-server --- charts/restund/Chart.yaml | 2 +- charts/wire-server/requirements.yaml | 5 +++++ charts/wire-server/values.yaml | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) 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 From 7fef166fa3e35fc216cea3baaaaeeaf398d9ec50 Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Tue, 11 Jan 2022 12:30:17 +0100 Subject: [PATCH 2/2] add changelog entry --- changelog.d/5-internal/restund-chart-followup | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/5-internal/restund-chart-followup 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