Commit graph

167 commits

Author SHA1 Message Date
Alexander Olofsson
138462b211
matrix-synapse: Bump version for !20 2021-09-23 11:18:08 +02:00
Alexander Olofsson
057003d38c Merge branch 'master' into 'master'
Use existingSecret over password if set

See merge request ananace/charts!20
2021-09-23 09:16:18 +00:00
Alexander "Ace" Olofsson
38f8cb9b96
matrix-synapse: Update to 1.43.0 2021-09-22 07:31:17 +02:00
fkf9
943c54b1c1 remove useless space 2021-09-16 15:24:50 +02:00
fkf9
3facf3c73c Remove unecessary variables 2021-09-16 14:43:30 +02:00
fkf9
99bd119990 Use ENV var if existingSecret is set 2021-09-16 14:26:48 +02:00
Alexander Olofsson
8b8606d67b
Clean up v1 ingress handling 2021-09-15 09:45:55 +02:00
Alexander Olofsson
296671af42 Merge branch 'master' into 'master'
add support for existingSecret with Postgres and Redis

See merge request ananace/charts!17
2021-09-14 16:36:38 +00:00
fkf9
0f448b1e3e Merge branch 'master' of gitlab.com:ananace/charts 2021-09-14 14:46:45 +02:00
Alexander Olofsson
f44a59de98
matrix-synapse: Fix potential linebreak issues 2021-09-10 13:39:41 +02:00
Alexander "Ace" Olofsson
76d0cc3fab
Final fix for ingress K8s version comparisons 2021-09-08 09:04:47 +02:00
Alexander "Ace" Olofsson
f163ecafa8
matrix-synapse: Update to 1.42.0 2021-09-08 09:01:31 +02:00
fkf9
d412270689 Add existingSecret example to values.yaml and add existing secret to fail condition 2021-09-07 13:12:43 +02:00
Alexander Olofsson
6421456f78
Fix ingress objects for K8s 1.19+ 2021-09-05 02:54:04 +02:00
Alexander Olofsson
b8166b9a6b
Fix an ingress template error with well-known 2021-09-04 20:54:28 +02:00
fkf9
d642502019 correctly reference Values 2021-09-03 17:10:33 +02:00
fkf9
33a84425eb add support for existingSecret with Postgres and Redis 2021-09-03 14:54:23 +02:00
Alexander Olofsson
f475b7eefe
Update example values for 1.19 ingress changes 2021-09-03 10:03:20 +02:00
Alexander Olofsson
70184f417f
Fix template rendering issues 2021-09-03 09:58:36 +02:00
Alexander Olofsson
8097280ab0
Include pathType on all ingress paths for 1.19+ 2021-09-03 09:50:18 +02:00
Alexander Olofsson
16c2b8b648
Use modern ingress API correctly 2021-09-03 09:47:02 +02:00
Alexander Olofsson
8cc046b346
Drop support for K8s <1.14
Fixes #12
2021-09-03 09:35:54 +02:00
Alexander "Ace" Olofsson
db6a0d808f
matrix-synapse: Update to 1.41.1 2021-08-31 15:11:16 +02:00
Alexander Olofsson
0a9feb4aa9
matrix-synapse: Update to 1.41.0 2021-08-24 20:55:18 +02:00
Alexander Olofsson
83ed2392b0
matrix-synapse: Update to 1.40.0 2021-08-10 20:51:31 +02:00
Timothée Floure
a741b568d7
matrix-synapse: allow lighttpd to listen on IPv6 2021-07-31 15:59:48 +02:00
Alexander "Ace" Olofsson
7addca7a66
matrix-synapse: Update to 1.39.0 2021-07-30 18:16:52 +02:00
Nicolas Bonneval
a142d0ca41 Removed extra/misleading documentation from default values 2021-07-26 20:36:30 +02:00
Nicolas Bonneval
53c2003cc5 matrix-synapse: Add support for extra postgresql args
Allows passing extra arguments to the pqlib library upon connection, for
instance to set keepalive settings, as documented in:
https://github.com/matrix-org/synapse/blob/develop/docs/postgres.md#synapse-config
2021-07-26 18:44:10 +02:00
Alexander Olofsson
c7aa912f0c
matrix-synapse: Update to 1.38.1 2021-07-22 18:04:15 +02:00
Alexander Olofsson
880f26edea
matrix-synapse: Update to 1.38.0 2021-07-13 14:49:53 +02:00
Jack O'Sullivan
f246c4fe2d matrix-synapse: Add deployment strategy configuration for pods 2021-07-01 13:45:24 +01:00
Alexander "Ace" Olofsson
d06d28972d
matrix-synapse: Update to 1.37.1 2021-06-30 17:13:41 +02:00
Jack O'Sullivan
db2a430b8a Add extraCommands for workers 2021-06-29 22:28:04 +01:00
Jack O'Sullivan
afc82bc672 Fix volumePermissions for media repository worker 2021-06-29 22:27:05 +01:00
Alexander "Ace" Olofsson
76ae6bc6b3
matrix-synapse: Update to 1.37.0 2021-06-29 12:49:53 +02:00
Alexander Olofsson
6016baa4f6
matrix-synapse: Allow probe configuration 2021-06-28 15:10:10 +02:00
Alexander Olofsson
aafd204310
matrix-synapse: Handle disabled media worker
Fixes #8
2021-06-24 23:25:50 +02:00
Nicolas Bonneval
cd8ff3348e Make sure the new ingress.className field gets some visibility 2021-06-23 20:04:26 +02:00
Nicolas Bonneval
8e0de0403f Ingress tls secret name may be empty 2021-06-21 16:54:24 +02:00
Nicolas Bonneval
6d7acd9677 Added support for the ingressClassName field
+ Fixed indentation for volumePermissions.resources
2021-06-21 16:54:08 +02:00
Nicolas Bonneval
af847c473e Fixed missing pull secrets for workers 2021-06-21 16:52:25 +02:00
Nicolas Bonneval
cd9900b37b Media worker name mismatch
The 'eq' statement must test against the exact key name from the values
file, so with an undescore (_) instead of dash (-).
Causes synapse to (try to and fail) mount the same PVC as the media
worker.
2021-06-21 16:46:27 +02:00
Nicolas Bonneval
54e3a205f9 Fixes for extraEnv
- Fixed indentation
- Fixed default type (yaml sequences instead of maps)
2021-06-21 16:45:51 +02:00
Alexander Olofsson
12faeacf88
matrix-synapse: Update to 1.36.0 2021-06-15 18:33:18 +02:00
Benjamin Räthlein
82d0a30530 Redis port is a number and should not be quoted (see reviewer comment) 2021-06-05 10:32:50 +00:00
Benjamin Räthlein
d1a7cd23f0 Make use of the $redisPort variable 2021-06-05 08:31:17 +00:00
Alexander "Ace" Olofsson
deeac5d6fb
matrix-synapse: Update to 1.35.1 2021-06-03 14:47:24 +02:00
Alexander Olofsson
ff2d7fb0c9
matrix-synapse: Update to 1.35.0 2021-06-01 19:05:22 +02:00
Alexander "Ace" Olofsson
b7976cc78b
matrix-synapse: Fix worker volume inheritance
Only volumeMounts were inherited from the global config, not the
volumes themselves
2021-05-19 17:46:40 +02:00
Alexander Olofsson
98ce301ce8
matrix-synapse: Update to 1.34.0 2021-05-17 13:44:35 +02:00
Alexander "Ace" Olofsson
246171a639
matrix-synapse: Update to 1.33.2 2021-05-11 18:15:04 +02:00
Alexander Olofsson
f8a869c886
matrix-synapse: Update to 1.33.1 2021-05-07 10:42:56 +02:00
Alexander "Ace" Olofsson
252947fa9a
matrix-synapse: Update to 1.33.0 2021-05-05 22:44:39 +02:00
Alexander "Ace" Olofsson
aecf123352
matrix-synapse: Fix helm examples in readme 2021-04-25 11:10:18 +02:00
Alexander Olofsson
1391635b51
matrix-synapse: Update to 1.32.2 2021-04-22 13:34:55 +02:00
Alexander "Ace" Olofsson
764f7e7e8d Revert "matrix-synapse: Update to 1.32.1"
Waiting for a .2 that fixes issues against Synapse modules - like the
built-in S3 media

This reverts commit 6624721f3c.
2021-04-21 20:03:35 +02:00
Alexander Olofsson
6624721f3c
matrix-synapse: Update to 1.32.1 2021-04-21 16:04:39 +02:00
Alexander Olofsson
4fe0c24880 Merge branch 'sslmode' into 'master'
Plumb sslmode into synapse postgres config

See merge request ananace/charts!8
2021-04-14 04:45:19 +00:00
Alexander "Ace" Olofsson
6e45fb9e18
Avoid errors with worker replica count 2021-04-14 06:12:14 +02:00
Lee Verberne
2d7589978d Plumb sslmode into synapse postgres config 2021-04-13 23:01:32 +02:00
Alexander Olofsson
af19429e5a
matrix-synapse: Update to 1.31.0 2021-04-06 22:45:53 +02:00
Alexander Olofsson
470cb6b941
matrix-synapse: Update to 1.30.1 (no changes) 2021-03-26 16:34:59 +01:00
Alexander "Ace" Olofsson
a3e99f6601
matrix-synapse: Update example values for jemalloc 2021-03-23 11:32:55 +01:00
Alexander Olofsson
46bbfeed86
matrix-synapse: Update to 1.30.0 2021-03-22 17:23:14 +01:00
Alexander Olofsson
7425405192
Remove packaged dependencies 2021-03-22 10:15:31 +01:00
Alexander Olofsson
215217bd8c
matrix-synapse: Fix volumes type in values 2021-03-20 21:05:57 +01:00
Alexander Olofsson
bfe668dd6c
matrix-synapse: Bump to 2.0.0 due to changes
NB; Look over values carefully when upgrading
2021-03-20 20:55:14 +01:00
Alexander Olofsson
d10f9a6e44
matrix-synapse: Fix signing-key job updates
No longer attempts to modify the signing-key job after it's first
created
2021-03-20 20:54:35 +01:00
Alexander Olofsson
c302e50a1b
matrix-synapse: Switch to upstream image 2021-03-20 20:51:21 +01:00
Alexander Olofsson
c13ac3d9a4
matrix-synapse: Fix ternary with --set 2021-03-20 20:44:38 +01:00
Alexander Olofsson
6cbb8bf9fd
matrix-synapse: Redo well-known server
Now allows custom .well-known/matrix/{server,client} data to be provided
2021-03-20 20:34:51 +01:00
Alexander Olofsson
8ae1000472
matrix-synapse: Slight chart restructuring
Now supports generic images, workers are moved closer to the new
generic_worker design, additional worker configuration can be specified
2021-03-20 20:17:37 +01:00
Alexander Olofsson
ed1fe25d80
matrix-synapse: Check for redis/postgres password 2021-03-20 19:07:12 +01:00
Alexander Olofsson
0e1937dc17
matrix-synapse: Update to 1.29.0 2021-03-08 17:54:18 +01:00
Alexander "Ace" Olofsson
762be6c169
matrix-synapse: Add resource values for key job 2021-03-01 21:10:03 +01:00
Alexander Olofsson
04016a2673
matrix-synapse: Update to 1.28.0 2021-02-25 13:09:10 +01:00
Alexander Olofsson
f171196690
matrix-synapse: Update to 1.27.0 2021-02-17 15:43:35 +01:00
Alexander Olofsson
449cee5ad2
matrix-synapse: Update to 1.26.0 2021-01-27 17:46:59 +01:00
Alexander "Ace" Olofsson
ad7cee0b6b
matrix-synapse: Update to 1.25.0 2021-01-13 15:58:11 +01:00
Alexander Olofsson
0d27289f65
matrix-synapse: Update to 1.24.0 2020-12-09 12:37:27 +01:00
Alexander "Ace" Olofsson
dafa338920
matrix-synapse: Fix whitespace in configuration 2020-12-07 15:40:21 +01:00
Alexander Olofsson
f1811a3b52
matrix-synapse: Update to 1.23.0 2020-11-18 13:15:42 +01:00
Alexander Olofsson
3b59f3ca93
matrix-synapse: Update to 1.22.1 2020-10-30 17:25:13 +01:00
Alexander Olofsson
b6790997fb
matrix-synapse: Update to 1.22.0 2020-10-27 13:18:36 +01:00
Alexander Olofsson
d9e7ae8b58
matrix-synapse: Update to 1.21.2 2020-10-15 17:02:53 +02:00
Alexander Olofsson
f04e8db9e0
matrix-synapse: Update to 1.21.0 2020-10-12 19:05:37 +02:00
Alexander Olofsson
eb3c6a68a5
matrix-synapse: Add a link to a help/question room 2020-09-27 12:31:39 +02:00
Alexander Olofsson
cd86e99948
matrix-synapse: Update to 1.20.1 2020-09-24 18:24:25 +02:00
Alexander Olofsson
069a67748b
matrix-synapse: Update to 1.20.0 2020-09-22 18:46:13 +02:00
Alexander Olofsson
43d3d6d200
matrix-synapse: Update to 1.19.3 2020-09-18 17:43:34 +02:00
Alexander Olofsson
b53ae80535
matrix-synapse: Update to version 1.19.2 2020-09-16 15:35:43 +02:00
Alexander Olofsson
77ed0241f3
matrix-synapse: Update to 1.19.1 2020-08-27 12:15:38 +02:00
Alexander "Ace" Olofsson
0c28c57433
matrix-synapse: Fix a restructuring error 2020-08-27 07:03:04 +02:00
Alexander Olofsson
a6e8b9541a
matrix-synapse: Implement volume permissions
Forgot to set a TODO on these flags, and only now done another full test deploy
2020-08-24 14:59:53 +02:00
Alexander Olofsson
b9228dddc9
matrix-synapse: Update to 1.19.0 2020-08-17 15:41:54 +02:00
Alexander Olofsson
7fccfe3a7a
matrix-synapse: Add support for extra volumes 2020-08-17 10:04:28 +02:00
Alexander Olofsson
c3032aa1f7
matrix-synapse: Shorter worker/replication names 2020-08-14 16:11:10 +02:00
Alexander Olofsson
a05b870142
matrix-synapse: Slight template improvements
Fixes overly eager worker restart, uses the correct label for
application component for well-known server
2020-08-14 10:42:14 +02:00
Alexander Olofsson
038c4a9add
matrix-synapse: Provide a required report_stats 2020-08-14 10:40:14 +02:00