chart icon indicating copy to clipboard operation
chart copied to clipboard

Helm chart for Mastodon deployment in Kubernetes

Results 56 chart issues
Sort by recently updated
recently updated
newest added

Each time I try to deploy this helm chart with the included postgres, the deployment fails and the postgres container has this in the logs: ``` 2022-12-22 20:13:15.277 GMT [1]...

bug

This is to solve #73 where the db-migrate job tries to run before the configmap it needs is in place. This change will just install the configmap before the db-migrate...

When installing this chart via ArgoCD, it always tries to create `job-db-migreate.yaml` first, but it can't run the job without the `configmap-env.yaml` being applied, but the config map can't be...

### Pitch The helm chart should be published so we can install it with classic helm command without having to clone the whole Maston repository. Also this will enable to...

enhancement

This chart has been deployed and seems to be working fine with a letsencrypt cert and such, but I am unable to create any new accounts as the registration page...

I tried to deploy using helm and could not, so I identified the cause. The cause was a duplicate annotation key. `deployment-sidekiq.yaml` file has duplicate annotation key `checksum/config-secrets`. k8s requires...

My cluster is multi-arch with both arm64 and amd64 nodes. It appears some of the chosen apps for this deployment are not multi-arch despite mastodon supposedly supporting it. redis and...

At the moment, the Helm chart does not allow clean installation on Kubernetes clusters running in dual-stack mode. For example, on my own k3s cluster, the Mastodon services are assigned...

### Pitch I'd like to be able to, using the first-party Mastodon Helm Chart, configure my liveness, readiness, and startup probes on Deployment objects to meet my needs of my...

enhancement