Skip to content

Commit 7d161c0

Browse files
update matrix-tools to 0.5.3
1 parent 6430e82 commit 7d161c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

0 commit comments

Comments
 (0)