Skip to content

Commit 943eeea

Browse files
Merge pull request #393 from element-hq/gaelg/update-matrix-tools-0.3.4
update matrix-tools to 0.3.4
2 parents 8476caa + 2b37d86 commit 943eeea

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

+1-1
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.3.3") | indent(2) }}
16+
{{ image(registry="ghcr.io", repository="element-hq/ess-helm/matrix-tools", tag="0.3.4") | 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

+1-1
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.3"
23+
tag: "0.3.4"
2424

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

newsfragments/393.changed.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update matrix-tools dependencies and release 0.3.4.

0 commit comments

Comments
 (0)