Skip to content

Commit 9d916ea

Browse files
Merge pull request #652 from element-hq/gaelg/matrix-tools-0.5.5
matrix-tools: update to 0.5.5
2 parents 8a85e92 + 3ed870e commit 9d916ea

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
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.4") | indent(2) }}
16+
{{ image(registry="ghcr.io", repository="element-hq/ess-helm/matrix-tools", tag="0.5.5") | 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
## One of tag or digest must be provided.
23-
tag: "0.5.4"
23+
tag: "0.5.5"
2424

2525
## Container digest to use. Used to pull the image instead of the image tag if set
2626
## The tag will still be set as the app.kubernetes.io/version label

newsfragments/652.changed.md

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

0 commit comments

Comments
 (0)