3
0
mirror of https://github.com/mastodon/chart synced 2024-10-22 10:52:44 +00:00
Commit Graph

36 Commits

Author SHA1 Message Date
Tim Campbell
4f85998722
S3 upload acl fix (#155) 2024-10-01 05:14:36 -07:00
Jeremiah Lee
b4bf53cc39
chore(deps): upgrade app to Mastodon v4.2.13 (#153) 2024-10-01 03:15:34 -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
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
ba7a1de157
chore(deps): upgrade app to Mastodon v4.2.12 (#148)
Co-authored-by: Jim Myhrberg <contact@jimeh.me>
2024-08-29 06:47:52 -07:00
Jeremiah Lee
db513c36f0
chore(deps): upgrade app to Mastodon v4.2.10 (#144) 2024-08-05 05:52:06 -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
Jim Myhrberg
3e5322bb98
chore(deps): upgrade app to Mastodon v4.2.8 (#131)
Co-authored-by: Tim Campbell <timetinytim@gmail.com>
2024-04-18 06:32:37 -07:00
Tim Campbell
2a7be687cd Added values for active record encryption 2024-04-17 16:04:48 +02:00
Alexandra Catalina
63a052b6a5
deps: update to latest versions, switch to OCI repo [semver-major] (#125) 2024-03-12 06:50:27 -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
Tim Campbell
59fa6f80c5 Update app version to newest mastodon version 2024-02-16 19:09:12 +01: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
218f55b909
Updated chart/app version (#116) 2024-01-19 04:38:46 -08: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
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
Alex Nordlund
920cf3741a Bump next Helm chart to 2.1.0 (#20155) 2022-11-10 19:10:49 +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
e237efdb4e Fix broken dependencies in helm chart and allow using existing secrets in the chart (#18941)
* Add ability to specify an existing Secret (#18139)

Closes #18139

* Allow using secrets with external postgres

* Upgrade CronJob to batch/v1

* Allow using redis.auth.existingSecret

* Helmignore mastodon-*.tgz for easy local development

* Upgrade helm dependencies

* Upgrade postgresql to 11

* Allow putting SMTP password into a secret

* Add optional login to SMTP secret

This to allow setting LOGIN either in values.yaml or
in the secret.

* Switch to bitnami charts full archive

This prevents older versions from disappearing, see
https://github.com/bitnami/charts/issues/10539 for
full context.

Co-authored-by: Ted Tramonte <ted.tramonte@gmail.com>
2022-08-10 17:12:58 +02:00
bobbyd0g
1421edb994 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
Alexandra Catalina
675292ac74 helm: upgrade elasticsearch to 7.x (#17262) 2022-01-09 03:21:19 +01:00
Alexandra Catalina
3acf9c649a 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
e5974036d8 helm: upgrade elasticsearch chart to 14 (#15767) 2021-03-12 05:39:09 +01:00
Alex Dunn
83db03e9ac helm: pin versions, commit lockfile (#15749) 2021-02-19 09:56:40 +01:00
Alex Dunn
78f549d2df helm: add support for S3 storage (#15748) 2021-02-19 09:52:32 +01:00
Alex Dunn
f290cec2fd 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
e850f8156f helm: add option for external db (#15722) 2021-02-14 20:16:32 +01:00
Eugen Rochko
1778da3b20 Forward-port v3.2.2 changelog (#15370) 2020-12-19 03:13:50 +01:00
Alex Dunn
72d4d603af helm: bump chart and default image version to 3.1.5 (#14256) 2020-07-07 20:35:55 +02:00
Alex Dunn
b451111a46 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