Commit graph

1081 commits

Author SHA1 Message Date
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
0dcb91ca81 Merge branch 'master' of gitlab.com:ananace/charts 2021-08-24 11:12:25 +02:00
Alexander Olofsson
1fbe1e0b1b
netbox: Update to 2.11.12 2021-08-24 11:12:07 +02:00
Alexander "Ace" Olofsson
19befb9838
element-web: Update to 1.8.1 2021-08-17 12:27:34 +02:00
Alexander "Ace" Olofsson
cd00e2995e
element-web: Update to 1.8.0 2021-08-16 20:52:58 +02:00
Alexander Olofsson
83ed2392b0
matrix-synapse: Update to 1.40.0 2021-08-10 20:51:31 +02:00
Alexander Olofsson
7bd88a0c70 Merge branch 'manning-ncsa-master-patch-51309' into 'master'
Use vectorim/element-web image repository.

See merge request ananace/charts!16
2021-08-03 18:25:15 +00:00
T. Andrew Manning
ac9e30f9a9 Use vectorim/element-web image repository. 2021-08-03 18:23:08 +00:00
Alexander Olofsson
7e6fdc6015
element-web: Update to 1.7.34 2021-08-03 14:41:50 +02:00
Alexander Olofsson
14cf8ac599 Merge branch 'master' into 'master'
matrix-synapse: allow lighttpd to listen on IPv6

See merge request ananace/charts!15
2021-07-31 14:12:24 +00: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
Alexander Olofsson
c3839b2f09 Add Apache 2.0 license
Closes #9
2021-07-29 10:17:11 +00:00
Alexander "Ace" Olofsson
23fb004e4f
netbox: Update to 2.11.10 2021-07-29 00:30:03 +02:00
Alexander Olofsson
01f5c024a0 Merge branch 'master' into 'master'
matrix-synapse: Add support for extra postgresql args

See merge request ananace/charts!14
2021-07-26 19:32:35 +00: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
e8cb7092cf
element-web: Update to 1.7.33 2021-07-20 08:50:40 +02:00
Alexander Olofsson
880f26edea
matrix-synapse: Update to 1.38.0 2021-07-13 14:49:53 +02:00
Alexander "Ace" Olofsson
68df6f4f47
element-web: Update to 1.7.32 2021-07-06 16:01:04 +02:00
Alexander Olofsson
e52bcac4c4 Merge branch 'synapse-deployment-strategy' into 'master'
matrix-synapse: Add deployment strategy configuration for pods

See merge request ananace/charts!13
2021-07-01 14:18:19 +00: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
Alexander Olofsson
a3b4681f1e Merge branch 'synapse-fixes' into 'master'
Synapse fixes

See merge request ananace/charts!12
2021-06-30 14:15:51 +00:00
Alexander Olofsson
5b92ca6998
netbox: Update to 2.11.7 2021-06-30 14:28:17 +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
Alexander Olofsson
dcca547376 Merge branch 'master' into 'master'
Various fixes for matrix-synapse chart

See merge request ananace/charts!11
2021-06-23 18:21:33 +00:00
Nicolas Bonneval
cd8ff3348e Make sure the new ingress.className field gets some visibility 2021-06-23 20:04:26 +02:00
Alexander "Ace" Olofsson
aaca872420
element-web: Update to 1.7.31 2021-06-21 19:32:42 +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
Alexander "Ace" Olofsson
2f7eda96f3
netbox: Update to 2.11.6 2021-06-09 14:55:22 +02:00
Alexander "Ace" Olofsson
57c6573277
element-web: Update to 1.7.30 2021-06-08 14:24:53 +02:00
Alexander Olofsson
cc49b40b6f Merge branch 'raethlein-master-patch-72141' into 'master'
Make use of the $redisPort variable

See merge request ananace/charts!10
2021-06-05 10:43:30 +00: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
fe6fac1cfd
Fix CI dependency retrieval 2021-05-28 11:24:28 +02:00
Alexander "Ace" Olofsson
9852b48083
netbox: Convert to new style chart 2021-05-26 14:02:34 +02:00