Skip to content

Commit bd62e28

Browse files
Merge pull request #300 from element-hq/gaelg/bump-matrix-tools
bump matrix-tools to 0.3.1
2 parents 3708178 + 5786aec commit bd62e28

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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 OR LicenseRef-Element-Commercial
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.3.0") | indent(2) }}
16+
{{ image(registry="ghcr.io", repository="element-hq/ess-helm/matrix-tools", tag="0.3.1") | 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.3.0"
23+
tag: "0.3.1"
2424

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

newsfragments/300.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump matrix-tools to 0.3.1.

0 commit comments

Comments
 (0)