bump: v1.115.0 #2

Merged
ange merged 8 commits from staging into prod 2024-09-27 00:41:05 +00:00
3 changed files with 5 additions and 2 deletions
Showing only changes of commit bb099e98bf - Show all commits

View File

@ -51,7 +51,6 @@ kcreatecm synapse \
--from-file=homeserver.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/homeserver.yaml) \ --from-file=homeserver.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/homeserver.yaml) \
--from-file=log.config=<(envsubst "$(env | xargs printf '$%s ')" < config/log.config) --from-file=log.config=<(envsubst "$(env | xargs printf '$%s ')" < config/log.config)
kapply common/keys.yaml common/app.yaml common/delegation.yaml kapply common/keys.yaml common/app.yaml
kubectl rollout restart deployment delegation
kubectl rollout restart statefulset app kubectl rollout restart statefulset app

View File

@ -4,3 +4,7 @@
export NB_REPLICAS=1 export NB_REPLICAS=1
. ./manifests/bin/deploy.sh . ./manifests/bin/deploy.sh
#kapply common/delegation.yaml
#kubectl rollout restart deployment delegation