mastodon / chart

Helm chart for Mastodon deployment in Kubernetes
GNU Affero General Public License v3.0
152 stars 90 forks source link

Change default Secret name to not rely on Bitnami #82

Closed jeremiahlee closed 2 months ago

jeremiahlee commented 11 months ago

Replace common.names.fullname in the default Secret name template with mastodon.fullname

This removes all Bitnami dependencies for installs not using the Bitnami PostgreSQL, Redis, and Elasticsearch. Those charts populate the common.names.fullname template value. Installs not using these charts will receive an error. Instead, use mastodon.fullname like in secrets.yaml.

Fix mastodon/chart#60 Fix mastodon/chart#65

jeremiahlee commented 11 months ago

I suggest a patch version bump in the Chart.yaml version when merging if not combined with other changes.