Commit Graph

22 Commits (584d8b977b3b8276da3c9035a3d16e61840fc0dc)

Author SHA1 Message Date
bobbyd0g a131f06e12
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>
2 years ago
Takuya Yoshida 5533fa28b6
Add support >= 1.22 (#17490) 2 years ago
Alexandra Catalina 50ab3f3dcb
Update tootsuite/mastodon Docker tag to v3.4.6 (#17436)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2 years ago
Alexandra Catalina d0d15bf49c
Update tootsuite/mastodon Docker tag to v3.4.5 (#17417)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2 years ago
Alexandra Catalina 3dc0357d9e
helm: upgrade elasticsearch to 7.x (#17262) 2 years ago
Alexandra Catalina af93d938d4
Update tootsuite/mastodon Docker tag to v3.4.4 (#17065)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Alexandra Catalina f68ebc9819
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>
3 years ago
Alexandra Catalina 062a9e3c79
helm: set default SMTP_CA_FILE (#16750)
https://github.com/mastodon/mastodon/pull/10857
3 years ago
Alexandra Catalina ba8a04462a
helm: upgrade elasticsearch chart to 14 (#15767) 3 years ago
Alex Dunn 38a6ae2d07
helm: pin versions, commit lockfile (#15749) 3 years ago
Alex Dunn fca4fd1daa
helm: add support for S3 storage (#15748) 3 years ago
Alex Dunn 9c273c2a59
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
3 years ago
Alex Dunn 55a6b54f8e
helm: add option for external db (#15722) 3 years ago
Eugen Rochko 3561f8fabe
Forward-port v3.2.2 changelog (#15370) 3 years ago
Patrice Ferlet 4b2ec4a2dc
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.
4 years ago
Alex Dunn b37c9e5660
helm: bump version to 3.2.1 (#15019) 4 years ago
Alex Dunn 53b22d247f
helm: add optional cron job to run `tootctl remove media` (#14396) 4 years ago
Alex Dunn 9490011226
helm: bump default image tag to v3.2.0 (#14476) 4 years ago
Alex Dunn a29080256e
helm: add examples of annotation for NGINX upload limits (#14350) 4 years ago
Alex Dunn 961789d511
helm: bump chart and default image version to 3.1.5 (#14256) 4 years ago
Alex Dunn 83fd046107
helm: fix default storage values for PVCs (#14245) 4 years ago
Alex Dunn 6d3125f9c0
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
4 years ago