Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/matrix-stack/source/element-admin.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enabled: true

# Number of Element Admin replicas to start up
replicas: 1
{{- sub_schema_values.image(registry='oci.element.io', repository='element-admin', tag='0.1.12') -}}
{{- sub_schema_values.image(registry='oci.element.io', repository='element-admin', tag='0.1.13') -}}
{{- sub_schema_values.ingress() -}}
{{- sub_schema_values.labels() -}}
{{- sub_schema_values.workloadAnnotations() -}}
Expand Down
2 changes: 1 addition & 1 deletion charts/matrix-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ elementAdmin:

## The tag of the container image to use.
## One of tag or digest must be provided.
tag: "0.1.12"
tag: "0.1.13"

## Container digest to use. Used to pull the image instead of the image tag if set
## The tag will still be set as the app.kubernetes.io/version label
Expand Down
8 changes: 8 additions & 0 deletions newsfragments/1564.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Upgrade Element Admin to v0.1.13.

Highlights:
- Add a dedicated page to manage user devices and applications being used
- Fix the accessibility issues the new test suite found

Full Changelogs:
- [v0.1.13](https://github.com/element-hq/element-admin/releases/tag/v0.1.13)
Loading