[READ-ONLY] Mirror of https://github.com/maybeanerd/home-cluster. IAC for a kubernetes cluster hosted at home. status.cluster.diluz.io
hacktoberfest
1

Configure Feed

Select the types of activity you want to include in your feed.

fix(matrix): use values schema from current release (#1347)

authored by

Sebastian Di Luzio and committed by
GitHub
(Apr 14, 2026, 6:24 AM UTC) a3184113 5ad48708

+1 -1
+1 -1
charts/matrix/values.schema.json
··· 3 3 "type": "object", 4 4 "properties": { 5 5 "matrix-stack": { 6 - "$ref": "https://raw.githubusercontent.com/element-hq/ess-helm/main/charts/matrix-stack/values.schema.json" 6 + "$ref": "https://raw.githubusercontent.com/element-hq/ess-helm/refs/tags/26.3.2/charts/matrix-stack/values.schema.json" 7 7 } 8 8 } 9 9 }