Skip to content

Commit 36658e4

Browse files
matrix-tools: update to 0.5.0
1 parent 8715597 commit 36658e4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

charts/matrix-stack/source/common/sub_schema_values.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SPDX-License-Identifier: AGPL-3.0-only
1313

1414
## The matrix-tools image, used in multiple components
1515
matrixTools:
16-
{{ image(registry="ghcr.io", repository="element-hq/ess-helm/matrix-tools", tag="0.4.0") | indent(2) }}
16+
{{ image(registry="ghcr.io", repository="element-hq/ess-helm/matrix-tools", tag="0.5.0") | indent(2) }}
1717

1818
## CertManager Issuer to configure by default automatically on all ingresses
1919
## If configured, the chart will automatically generate the tlsSecret name for all ingresses

charts/matrix-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ matrixTools:
2020

2121
## The tag of the container image to use.
2222
## Defaults to the Chart's appVersion if not set
23-
tag: "0.4.0"
23+
tag: "0.5.0"
2424

2525
## Container digest to use. Used to pull the image instead of the image tag / Chart appVersion if set
2626
# digest:

newsfragments/454.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
matrix-tools: Update to 0.5.0 to support syn2mas migration command.

tests/integration/env/matrix-authentication-service-syn2mas.rc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
#
33
# SPDX-License-Identifier: AGPL-3.0-only
44

5-
export TEST_VALUES_FILE=charts/matrix-stack/ci/pytest-matrix-authentication-service-syn2mas-values.yaml
6-
export BUILD_MATRIX_TOOLS=1
5+
export TEST_VALUES_FILE=charts/matrix-stack/ci/pytest-matrix-authentication-service-syn2mas-values.yaml

0 commit comments

Comments
 (0)