Tim Campbell
9cd23ffe7f
Merge branch 'main' into upgrade-app-to-4.2.8
2024-04-18 06:28:13 -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
Jim Myhrberg
408a6d064c
chore(deps): upgrade app to Mastodon v4.2.8
2024-04-13 13:25:39 +01:00
Matthew Abbott
3143ab1e34
Add S3_OVERRIDE_PATH_STYLE to mastodon-env ConfigMap ( #94 )
2024-03-12 06:49:53 -07:00
Jim Myhrberg
28728a8760
chore(deps): upgrade image tag to v4.2.7 and bump chart version ( #127 )
2024-02-19 00:26:25 -08: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
Daniel Jilg
d7dea06a2e
Fix a typo in values.yaml ( #123 )
2024-02-14 09:14:03 -08:00
Jim Myhrberg
f5c9cdc364
feat(app): upgrade Mastodon to 4.2.5
...
The default `image.tag` value has been changed from `v4.2` to the exact
`v4.2.5` version. With the non-exact version tag, patch upgrades on
existing installs would be missed unless `image.pullPolicy` has been
customized to `Always`.
2024-02-12 11:02:49 +01:00
Tim Campbell
fba8496f01
Quick rearrange for ES_PRESET, add to values file ( #114 )
2024-01-19 03:52:00 -08:00
Tim Campbell
e327416da4
Set default chart version to 4.2, add version compatilibity notes ( #113 )
2024-01-19 03:41:52 -08:00
Tim Campbell
5527809faf
Added custom volume mounts, additional small tweaks to match internal ( #115 )
2024-01-19 03:39:42 -08:00
Ben Hardill
97c3d1dc90
Set default Redis replica count to 0 ( #96 )
2024-01-11 06:15:36 -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
Tim Campbell
905f78fd72
Additional Elasticsearch options ( #106 )
2023-12-14 23:11:13 -08:00
Tim Campbell
03ea7244d7
Add deepl configuration
2023-12-14 22:57:00 +01:00
Tim Campbell
b4f4811efd
Add field to values
2023-12-14 21:40:18 +01:00
Tim Campbell
bc19788acc
Add sidecar capability for statsd
2023-12-12 10:47:18 +01:00
Tim Campbell
94aa576b1e
Default hooks should be true
2023-12-12 10:24:37 +01:00
Tim Campbell
8014703818
Add hooks to jobs
2023-12-12 10:24:37 +01:00
Tim Campbell
1d0879b3c9
Add extra env vars
2023-12-12 10:24:23 +01:00
Tim Campbell
4b6fd9f7e6
Rename deployment annotations var, allow deploy-specific annotations
2023-04-21 18:16:21 +02:00
Tim Campbell
8f612abc72
Added deployment annotations to chart
2023-04-21 18:16:21 +02:00
Tim Campbell
1b503bb6b3
Added SMTP_RETURN_PATH option
2023-04-12 18:04:17 +02:00
Renaud Chaput
94ffdc8f83
Update image repository to GHCR ( #53 )
2023-03-14 22:06:30 +01:00
Cees-Jan Kiewiet
3934da1d21
Add the PREPARED_STATEMENTS environment variable and set it to its default value
...
Being able to control it can be useful in situations where prepared statements don't work as expected. Once such case can be pgbouncer as provided by DigitalOcean for connection pooling.
2023-02-22 15:00:11 +01:00
Alexander "Ananace" Olofsson
4fda7eea97
Fix and improve LDAP configuration ( #3 )
...
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2023-02-17 22:13:19 +01:00
Roberto Santalla
b4302e04e6
store smtp credentials on a secret
2023-02-17 21:49:55 +01:00
Jim Myhrberg
f5e3c27ab6
feat(helm-chart): add values for various Puma related settings
2023-02-17 18:58:04 +01:00
Effy Elden
61194296af
allow custom S3_PERMISSION env
2023-02-17 18:57:26 +01:00
Radim Dostál
a227f91a7f
limited federation mode support
2023-02-17 18:56:35 +01:00
Roberto Santalla
aa4cd09550
fix location of redis password placeholder
2023-02-17 18:55:43 +01:00
Roberto Santalla
890042fed8
allow to opt-out from rollme
annotation
2023-02-17 18:55:21 +01:00
Alex Nordlund
ae892d539e
Refactor chart sidekiq queues ( #1 )
...
Co-authored-by: Effy Elden <effy@effy.space>
Co-authored-by: Sheogorath <sheogorath@shivering-isles.com>
Co-authored-by: Chris Funderburg <chris@funderburg.me>
2022-12-03 05:44:39 +01:00
Norman
543fdf7446
allow external redis instance ( #6 )
2022-12-01 06:41:51 +01:00
Cees-Jan Kiewiet
92f1734590
Add the option to configure external postgresql port ( #20370 )
...
While the normal assumption of port `5432` for a postgresql server is pretty reliable I found that DigitalOcean puts them on a somewhat random port. This adds the ability to specify the port in the helm chart.
2022-11-13 21:06:03 +01:00
Alex Nordlund
349aa7746f
Helm: support statsd publishing ( #20455 )
...
* Allow statsd publishing from Helm
* Apply suggestions from code review
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
2022-11-13 21:05:30 +01:00
F
f0d8cc8184
Make enable_starttls configurable by envvars ( #20321 )
...
ENABLE_STARTTLS is designed to replace ENABLE_STARTTLS_AUTO by accepting
three values: 'auto' (the default), 'always', and 'never'. If
ENABLE_STARTTLS isn't provided, we fall back to ENABLE_STARTTLS_AUTO. In
this way, this change should be fully backwards compatible.
Resolves #20311
2022-11-10 21:06:21 +01:00
Alex Nordlund
e8f00370c6
Update Helm README and bump version ( #20346 )
...
* Update Helm chart README and comments in values.yaml
* Bump next Helm chart to 2.2.0
2022-11-10 20:25:23 +01:00
mickkael
3d9c22eb54
Helm chart improved for ingress ( #19826 )
...
* ingressClassName
* ingress values must be optional
2022-11-10 19:11:25 +01:00
Alex Nordlund
148686a6bd
Helm update readme.md ( #20154 )
...
* gitignore packaged helm charts
* Add upgrade instructions to helm chart/readme.md
* Note Helm secret changes that are necessary on failed upgrades
2022-11-10 19:09:54 +01:00
Sheogorath
f7e2b1d724
chore(chart): Update appVersion in helm chart ( #19653 )
...
This patch updates the helm chart appVersion to the current release and
removes the additional definition in the image tag field, to reduce
duplication.
Since the image will automatically default to the Charts' app version
anyway and this is the more common place to specifiy application
versions for helm charts, this patch switches the prefering this field.
The reason why to use the tag field for the chart itself, seems to be
gone. Since renovatebot is no longer used.
2022-11-08 17:20:34 +01:00
Alex Nordlund
992c1c559e
Fix helm postgresql secret ( #19678 )
...
* Revert "Fix helm chart use of Postgres Password (#19537 )"
This reverts commit ee65fb26b4
.
* Revert "Fix PostgreSQL password reference for jobs (#19504 )"
This reverts commit f474fd1820
.
* Revert "Fix PostgreSQL password reference (#19502 )"
This reverts commit 9abf8c9b10
.
* Correct default username in postgresql auth
2022-11-08 17:18:57 +01:00
k.bigwheel (kazufumi nishida)
f364c8c8c3
Add postgresql password settings hint ( #19112 )
2022-11-08 17:18:22 +01:00
Kangwook Lee (이강욱)
37f333da6b
Add option to enable single user mode ( #19503 )
2022-10-28 16:29:00 +02:00