Skip to content

Commit 6f6c940

Browse files
authored
Merge pull request #1205 from element-hq/jaywink/lk-jwt-service-0.4.2
Upgrade Matrix RTC LiveKit JWT Service to v0.4.2
2 parents 16570b9 + bf92845 commit 6f6c940

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

charts/matrix-stack/source/matrix-rtc.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ restrictRoomCreationToLocalUsers: true
2424

2525
replicas: 1
2626
{{- sub_schema_values.ingress() }}
27-
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/lk-jwt-service', tag='0.4.1') }}
27+
{{- sub_schema_values.image(registry='oci.element.io', repository='lk-jwt-service', tag='0.4.2') }}
2828
{{- sub_schema_values.labels() }}
2929
{{- sub_schema_values.workloadAnnotations() }}
3030
{{- sub_schema_values.containersSecurityContext() }}

charts/matrix-stack/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,14 +518,14 @@ matrixRTC:
518518
image:
519519
## The host and (optional) port of the container image registry for this component.
520520
## If not specified Docker Hub is implied
521-
registry: ghcr.io
521+
registry: oci.element.io
522522

523523
## The path in the registry where the container image is located
524-
repository: element-hq/lk-jwt-service
524+
repository: lk-jwt-service
525525

526526
## The tag of the container image to use.
527527
## One of tag or digest must be provided.
528-
tag: "0.4.1"
528+
tag: "0.4.2"
529529

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

newsfragments/1205.changed.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Upgrade Matrix RTC LiveKit JWT Service to v0.4.2.
2+
3+
Resolves CVE-2026-26014 and CVE-2026-33186.
4+
5+
Full Changelogs:
6+
- [v0.4.2](https://github.com/element-hq/lk-jwt-service/releases/tag/v0.4.2)

0 commit comments

Comments
 (0)