Alex Nordlund
Alex Nordlund
This fixes #19703 but is also a breaking change as Deployments have to be deleted or the upgrade forced as the fields are immutable I don't know what the praxis...
Currently if `podAnnotations` is empty in `values.yaml` (which is the default) pods will not be restarted automatically as intended with the `rollme` annotation. This moves it outside the `with` so...
Path variables like ${workspace_loc:/some/file} don't currently expand in intellij. https://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Fcpathvars.htm
Corrects a note in `values.yaml` and adds upgrading instructions to `readme.md`
This should be merged after https://github.com/mastodon/mastodon/pull/20184 and https://github.com/mastodon/mastodon/pull/20154
Exposes `STATSD_ADDR` to the Helm chart
### Pitch The current Helm setup creates one [Deployment for sidekiq](https://github.com/mastodon/mastodon/blob/28cda42af5983d2d450c2c0a9fa8cd38006d8089/chart/templates/deployment-sidekiq.yaml#L67-L72) which handles all queues. We could add something like this to `values.yaml` to allow scaling the queues separately. ```yaml...
Since the chart now upgrades Mastodon from 3 to 4 the major version in the chart should be bumped.
Should be merged after #20733 - Adds the ingress queue to the default sidekiq deployment - Adds queue weights to default sidekiq deployment matching `config/sidekiq.yml` - Updates the chart version...
### Steps to reproduce the problem 1. Use S3 2. `unset AWS_SECRET_ACCESS_KEY` 3. run `tootctl media remove` ### Expected behaviour Either failing with an exit code other than 0 immediately,...