-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…cation service subcharts (#560) * add sliding sync subchart * update helm deps * add helm dep for matrix-sliding-sync-chart to ci * update .well-known/matrix/client json to include org.matrix.msc3575.proxy * call the chart slidingSync * update element configmap to always have sliding sync bit in it * try using matrix base url * add a few more useful options to the helm chart for security sake and set web client location if element is enabled * fix go template trimming * add more info in comment about synapse * add docs on how to return the correct json for sliding-sync at .well-known/matrix/client endpoint * add details about returning correct .well-known url * update chart.lock * update matrix sliding sync to 0.2.3 * udpate docs * add new matrix authentication service helm sub chart * disable integrations by default * add more yq templating for matrix.experiemental_features.msc3861 * add admin token secret key to values, deployment, and docs * add authentication-service chart to repos to update in the beginning * fix typo in experimental word * we now template out the experimental_features section of matrix * fix yq replace for experimental features * update sliding sync and authentication charts * update example ingress annotation to include the matrix auth service * bump element version and add more docs * update helm docs * update readme to explain new features * only add the org.matrix.msc3575.proxy section if sliding is enabled * try to fix element-x links * clean up grammar * comment out some values for oidc by default and explain docs a bit more * change where we grab the msc secret from * update matrix authentication service to 0.1.3 * switch back to matrix-authentication-service * attempt to use matrix-authetincation-service aliased and update to 0.1.5 * try calling the subchart mas instead * update matrix auth service chart to 0.2.0 * update matrix authentication service to 0.2.1 * properly alias slidingSync * ignore tesitng values * update to mas v0.3.0 * update to mas v0.4.0 * update to matrix-authentication-service-chart 0.5.0 * update to mas 0.5.1 * update mas to 0.5.2 * update to mas 0.5.3 * update sliding sync to 0.4.0 * disable postgres by default * add ingress for sliding sync and realias slidingSync to syncv3 * update to mas to 0.5.4 * update to mas 0.5.5 * bump deps and chart version * sliding sync to 0.4.1 * update to mas 0.5.7 * update to mas 0.6.0 * remove default public base for mas * update to mas 0.6.1 * update matrix auth password field templating * update where we put msc3861 secretKeys and existingSecret * fix synapse yq for msc3861 sensitive value replacement * don't enable brand or human name for mas by default * update to mas 0.6.2 * use well known from matrix instead of element directly * add password_config.enabled option * fix duplicate home server key * don't template passwrod_config by default * change account management url to be non by default * use a proper ingress path for MAS if it and synapse are both enabled and ingress is also enabled * fix mas.enabled and calling subchart * change synapse ingress to be prefix * update how we do ingress for synapse * update mas to 0.7.0 * update mas to 0.7.1 and attempt to fix synapse ingress * fix new synapse ingress * update synapse ingress templating * fix tls for synapse ingress * fix ingress for synapse to properly template out tls if using new method * quote path for synapse ingress * updating element config.json * fix base url for element config * add matrix.hostname back as a default value since we removed the synapse.ingress.host * add matrix.extra_well_known_client_content section for values.yaml * update all sorts of docs and clean up ingress a bit more * more docs and default values * template out more matrix home server values * update remaining old synapse links and bump this a major release version * add matrix.hostname value for ci tests --------- Co-authored-by: cloudymax <[email protected]>
- Loading branch information
Showing
16 changed files
with
1,524 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,8 @@ jobs: | |
run: | | ||
helm repo add bitnami https://charts.bitnami.com/bitnami | ||
helm repo add coturn https://small-hack.github.io/coturn-chart | ||
helm repo add matrix-sliding-sync https://small-hack.github.io/matrix-sliding-sync-chart | ||
helm repo add matrix-authentication-service https://small-hack.github.io/matrix-authentication-service-chart | ||
- name: Set up chart-testing | ||
uses: helm/[email protected] | ||
|
@@ -50,4 +52,6 @@ jobs: | |
- name: Run chart-testing (install) | ||
id: install | ||
if: steps.list-changed.outputs.changed == 'true' | ||
run: ct install --target-branch ${{ github.event.repository.default_branch }} --helm-extra-set-args '--set=postgresql.volumePermissions.enabled=false --set=postgresql.primary.networkPolicy.enabled=false' | ||
run: | | ||
ct install --target-branch ${{ github.event.repository.default_branch }} \ | ||
--helm-extra-set-args '--set=postgresql.volumePermissions.enabled=false --set=postgresql.primary.networkPolicy.enabled=false --set=matrix.hostname=matrix-test.com' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
testvalues.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.