Skip to content
Snippets Groups Projects
Verified Commit 49551c10 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

update

parent ae385a4e
No related branches found
No related tags found
No related merge requests found
Pipeline #195848 passed
...@@ -21,7 +21,7 @@ deploy_homeserver: ...@@ -21,7 +21,7 @@ deploy_homeserver:
- sed -e "s/SIGNING_KEY/$SIGNING_KEY/g" -e "s/POSTGRES_PASSWORD/$POSTGRES_PASSWORD/g" secrets_synapse.in.yaml >secrets_synapse.yaml - sed -e "s/SIGNING_KEY/$SIGNING_KEY/g" -e "s/POSTGRES_PASSWORD/$POSTGRES_PASSWORD/g" secrets_synapse.in.yaml >secrets_synapse.yaml
script: script:
- kubectl apply -f secrets_synapse.yaml - kubectl apply -f secrets_synapse.yaml
- helm upgrade --install $CI_ENVIRONMENT_SLUG-synapse ananace-charts/matrix-synapse --version 3.10.3 - helm upgrade --install $CI_ENVIRONMENT_SLUG-synapse ananace-charts/matrix-synapse --version 3.11.2
--set podAnnotations.'app\.gitlab\.com'/env=$CI_ENVIRONMENT_SLUG --set podAnnotations.'app\.gitlab\.com'/env=$CI_ENVIRONMENT_SLUG
--set podAnnotations.'app\.gitlab\.com'/app=$CI_PROJECT_PATH_SLUG --set podAnnotations.'app\.gitlab\.com'/app=$CI_PROJECT_PATH_SLUG
--set config.turnSecret=$TURN_SECRET --set config.turnSecret=$TURN_SECRET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment