3
0
mirror of https://github.com/mastodon/chart synced 2025-03-14 21:11:50 +00:00
Commit Graph

100 Commits

Author SHA1 Message Date
Matthew Abbott
e31dbde703
Add job template to deploy search (#95) 2025-03-11 01:05:48 -07:00
Tim Campbell
ba4f2bfcf7
Fix app version tagging (#175)
Co-authored-by: T. Hinrichsmeyer <t.hinrichsmeyer@ndr.de>
2025-03-07 06:00:34 -08:00
Tim Campbell
ad5d09a5d6
Fix ordering for db:prepare and db:migrate (#174) 2025-03-06 03:33:17 -08:00
Tim Campbell
36581ab5b7
Fix migrations running even when hook is disabled (#173) 2025-03-06 02:02:43 -08:00
Matthew Abbott
5801e444c2
(Updated) Upgrade app to 4.3 (#161)
Co-authored-by: Jeremiah Lee <106775223+jeremiahlee@users.noreply.github.com>
Co-authored-by: Tim Campbell <timetinytim@gmail.com>
2025-03-06 01:42:34 -08:00
Alistair Young
8f2fc2d8bf
Allow dual-stack operation on clusters so equipped. (#68) 2025-03-06 01:42:20 -08:00
Tim Campbell
1120b745e6
Add puma metrics for web and sidekiq pods (#170) 2025-03-06 00:53:04 -08:00
Tim Campbell
8ea5eadf99
Fix some helm typos (comments interfering with manifests) (#172) 2025-03-04 13:33:26 -08:00
Tim Campbell
ac8cd229d8
Added additional DB connection fields to deal with connection pooler migrations (#169) 2025-03-04 09:01:51 -08:00
Tim Campbell
98801d7c09
Fix asset upload (#167) 2025-03-04 08:47:01 -08:00
Tim Campbell
cbd5259b69
Create new pre/post migrate jobs (#163) 2025-03-04 07:21:46 -08:00
Sem Schilder
2d2d10c6b3
Make sure to quote replica db port value (#165) 2025-02-24 03:25:51 -08:00
Florian Schwab
5ef48e7cb8
quote smtp from, return and reply addresses (#162) 2025-02-10 01:44:36 -08:00
Tim Campbell
4f85998722
S3 upload acl fix (#155) 2024-10-01 05:14:36 -07:00
Tim Campbell
9f5d8eed4f
S3 upload (#150)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2024-10-01 02:33:43 -07:00
Tim Campbell
abe868d95c
Minor fix for otel separator value (#154) 2024-10-01 02:33:30 -07:00
Tim Campbell
29a3645210
Add additional OTEL options (#152) 2024-09-30 07:22:26 -07:00
Tim Campbell
fd0366d059
Better control of labels/annotations for deployments and pods (#149) 2024-09-12 06:59:12 -07:00
Jeremiah Lee
3349e3ae12
Add TRUSTED_PROXY_IP option (#143) 2024-07-30 08:16:57 -07:00
Tim Campbell
889dd88562
Add OpenTelemetry flags for deployments (#147) 2024-07-19 06:00:22 -07:00
Tim Campbell
c437b0ad15
Allow customization of rollout strategies for deployments (#142) 2024-07-10 07:26:02 -07:00
Tim Campbell
a695b425da Fix endpoint type for healthcheck for streaming pods 2024-07-09 10:44:19 +02:00
Tim Campbell
36a38c2500
Rollout tuning (#139) 2024-07-08 10:29:48 -07:00
Tim Campbell
3da4e6d611
Added ability to specify environment variables just for streaming pods (#135) 2024-05-15 04:05:50 -07:00
Tim Campbell
336f736a5c
Additional redis configuration options (#134) 2024-05-14 13:39:02 -07:00
JesseBot
69df6394ae
Add mastodon.persistence.assets.existingClaim and mastodon.persistence.assets.existingClaim (#79)
Signed-off-by: jessebot <jessebot@linux.com>
Co-authored-by: Tim Campbell <timetinytim@gmail.com>
2024-04-23 02:22:42 -07:00
Jeremiah Lee
2a6b7cf30b
Add existing Redis instance password to new Secret (#81) 2024-04-22 00:36:02 -07:00
Ro Santalla
93bda606a3
fix inheritance of sidekiq securityContext (#76) 2024-04-22 00:27:20 -07:00
emilweth
2c6a62a4ec
Add configurable PodDisruptionBudget for web & streaming (#133) 2024-04-22 00:20:44 -07:00
Lex
ce837a852a
Add alternate domains to Helm chart (#2) 2024-04-18 07:22:56 -07:00
Paolo Mainardi
349f76c610
feat: add configurable timezone (#42)
Co-authored-by: Tim Campbell <timetinytim@gmail.com>
2024-04-18 07:20:45 -07:00
Alexander "Ananace" Olofsson
d6d3f428a3
Fix container create error on unauthenticated SMTP (#49) 2024-04-18 07:12:36 -07:00
T. Hinrichsmeyer
6c902dccac
Add s3.mastodon.multipart_threshold config option (#67)
Co-authored-by: Tim Campbell <timetinytim@gmail.com>
2024-04-18 07:10:26 -07:00
Jeremiah Lee
1cce47b250
Change default Secret name to not rely on Bitnami (#82) 2024-04-18 06:42:06 -07:00
Matthew Abbott
674d9c4252
Add values to inject trusted certs into streaming (#92)
Co-authored-by: Tim Campbell <timetinytim@gmail.com>
2024-04-18 02:47:34 -07:00
Tim Campbell
2a7be687cd Added values for active record encryption 2024-04-17 16:04:48 +02:00
Matthew Abbott
3143ab1e34
Add S3_OVERRIDE_PATH_STYLE to mastodon-env ConfigMap (#94) 2024-03-12 06:49:53 -07:00
Jim Myhrberg
8e5ab7c068
feat(deployments): make spec.revisionHistoryLimit configurable (#121) 2024-02-16 02:32:01 -08:00
Alistair Young
84f04add25
Enable supplementary environment variables. (#69)
Co-authored-by: Tim Campbell <timetinytim@gmail.com>
2024-02-15 23:59:05 -08:00
lleyton
ef9e071c38
Use unique annotation key for smtp secret checksum (#48) (#51) 2024-02-14 09:08:13 -08:00
James Hammett
826d6e945f
add tolerations specific to web deployment to template (#100)
Co-authored-by: Norman <85173861+norman-zon@users.noreply.github.com>
Co-authored-by: Alex Nordlund <deep.alexander@gmail.com>
Co-authored-by: Effy Elden <effy@effy.space>
Co-authored-by: Sheogorath <sheogorath@shivering-isles.com>
Co-authored-by: Chris Funderburg <chris@funderburg.me>
Co-authored-by: Roberto Santalla <roobre@roobre.es>
Co-authored-by: Radim Dostál <radim.dostal@teta.eu>
Co-authored-by: Jim Myhrberg <contact@jimeh.me>
Co-authored-by: David Sanftenberg <david.sanftenberg@gmail.com>
Co-authored-by: Alexander "Ananace" Olofsson <me+github@ananace.dev>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
Co-authored-by: Varac <varac@varac.net>
Co-authored-by: Cees-Jan Kiewiet <ceesjank@gmail.com>
Co-authored-by: Tim Campbell <timetinytim@gmail.com>
2024-02-02 05:03:35 -08:00
Tim Campbell
fba8496f01
Quick rearrange for ES_PRESET, add to values file (#114) 2024-01-19 03:52:00 -08:00
Tim Campbell
5527809faf
Added custom volume mounts, additional small tweaks to match internal (#115) 2024-01-19 03:39:42 -08:00
James Hammett
9cb9df98b6
add ES_PRESET environment variable (#98)
Co-authored-by: Tim Campbell <timetinytim@gmail.com>
2024-01-11 04:19:42 -08:00
YDKK
da64454fc3
fix accessModes misreference in pcv-assets (#112) 2024-01-11 04:01:40 -08:00
Tim Campbell
0072b14a6a
Add support for read replica (#105) 2024-01-11 03:56:14 -08:00
Tim Campbell
8f5e9dc971
Add options for hcaptcha and cachebuster (#108) 2024-01-11 03:56:04 -08:00
Tim Campbell
0c7466501c
Custom docker images and database configs (#110) 2023-12-18 04:45:00 -08:00
Tim Campbell
61b643b05d
Add separate streaming ingress object (#111) 2023-12-15 13:48:00 -08:00
Tim Campbell
6d5a6004e3 Add topology spread constraints 2023-12-15 18:36:25 +01:00