Alexandra Catalina
028f759564
chore(deps): update tootsuite/mastodon docker tag to v3.5.1 ( #18023 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-12 03:26:50 +02:00
bobbyd0g
05f68f4d29
Helm chart SSO support ( #17205 )
...
* Add SAML support
* move extAuth below essential components
* Add CAS, PAM, LDAP support
* Add WEB_DOMAIN and S3_ALIAS_HOST support
* SAML defaults aligned
* Bump chart version
* SSO & WEB_DOMAIN support added
* Add OIDC support
* Correct typo
* Notice for OIDC support
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
2022-02-11 15:01:40 +01:00
Takuya Yoshida
f136ee3f43
Add support >= 1.22 ( #17490 )
2022-02-09 12:30:00 +01:00
Alexandra Catalina
58db467b01
Update tootsuite/mastodon Docker tag to v3.4.6 ( #17436 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-03 21:29:20 +01:00
Alexandra Catalina
a8aba8a526
Update tootsuite/mastodon Docker tag to v3.4.5 ( #17417 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-01 20:57:50 +01:00
Alexandra Catalina
8692e02da5
helm: upgrade elasticsearch to 7.x ( #17262 )
2022-01-09 03:21:19 +01:00
Alexandra Catalina
777075f322
Update tootsuite/mastodon Docker tag to v3.4.4 ( #17065 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-27 03:06:39 +01:00
Alexandra Catalina
3d84197e34
Update Helm release elasticsearch to v15.10.3 ( #16651 )
...
this is a backwards-compatible upgrade: https://github.com/bitnami/charts/tree/master/bitnami/elasticsearch#to-1500
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-14 21:01:27 +02:00
Alexandra Catalina
b98417806e
helm: set default SMTP_CA_FILE ( #16750 )
...
https://github.com/mastodon/mastodon/pull/10857
2021-09-20 02:23:44 +02:00
Alexandra Catalina
0eb7728a63
helm: upgrade elasticsearch chart to 14 ( #15767 )
2021-03-12 05:39:09 +01:00
Alex Dunn
10112b556d
helm: pin versions, commit lockfile ( #15749 )
2021-02-19 09:56:40 +01:00
Alex Dunn
a2a40ed236
helm: add support for S3 storage ( #15748 )
2021-02-19 09:52:32 +01:00
Alex Dunn
4c665f929e
helm: standardize yaml configuration ( #15728 )
...
- move application variables under `mastodon` namespace
- restore standard yaml structure for ingress configuration
- move values.yaml.template to values.yaml
2021-02-15 08:00:54 +01:00
Alex Dunn
bad5cb7a06
helm: add option for external db ( #15722 )
2021-02-14 20:16:32 +01:00
Eugen Rochko
4e399d480e
Forward-port v3.2.2 changelog ( #15370 )
2020-12-19 03:13:50 +01:00
Patrice Ferlet
1e3c688133
Fix postrgres secret name for cronjob ( #15072 )
...
The cronjob tries to get key from `mastodon` secret instead of
`mastodon-postgresql` - so the cronjob fails with this error:
Error: couldn't find key postgresql-password in Secret [NS]/mastodon
Another solution is to save the postgres password in mastodon secret,
but that means that the password is placed in two places.
Postgresql use <fullname>-postgresql name as secret name.
2020-11-02 06:16:51 +01:00
Alex Dunn
be74478182
helm: bump version to 3.2.1 ( #15019 )
2020-10-22 01:36:07 +02:00
Alex Dunn
18fcbd64cc
helm: add optional cron job to run `tootctl remove media` ( #14396 )
2020-10-13 01:19:13 +02:00
Alex Dunn
6c46d45ee5
helm: bump default image tag to v3.2.0 ( #14476 )
2020-08-02 11:20:31 +02:00
Alex Dunn
a03f6ae32e
helm: add examples of annotation for NGINX upload limits ( #14350 )
2020-07-18 19:30:46 +02:00
Alex Dunn
f70098cadd
helm: bump chart and default image version to 3.1.5 ( #14256 )
2020-07-07 20:35:55 +02:00
Alex Dunn
ad7952dd88
helm: fix default storage values for PVCs ( #14245 )
2020-07-06 23:08:29 +02:00
Alex Dunn
f2c5dd7b44
Add Helm chart ( #14090 )
...
* add Helm chart
known issues/future work:
- SSO is unsupported
- S3/Minio/GCS is unsupported
- Swift is unsupported
- WEB_DOMAIN is unsupported
- Tor is unsupported
* helm: clarify how LOCAL_DOMAIN is set
* helm: add chart description
* helm: make DB_POOL and Sidekiq concurrency configurable
* helm: only enforce pod affinity when using ReadWriteOnce
* helm: clarify compatibility
* helm: clean up application variables
* helm: add job to create initial admin
2020-06-29 13:58:48 +02:00