diff --git a/charts/mastodon/Chart.yaml b/charts/mastodon/Chart.yaml index cc0566f0934e6348aca53799289de89c1bdf1b9b..f29dbd67784bb0c26e45bd7d29843ca5f74e5388 100644 --- a/charts/mastodon/Chart.yaml +++ b/charts/mastodon/Chart.yaml @@ -1,6 +1,9 @@ apiVersion: v2 name: mastodon -description: Mastodon is a free, open-source social network server based on ActivityPub. +description: | + Mastodon is a free, open-source social network server based on ActivityPub. + + This unofficical Helm chart is maintained to the best of knowledge, with the limitation that migration steps for dependencies are not documented or tested. This is mainly due to the fact that postgresql, redis and elasticsearch in the SI-Production are ran by operators instead of helm dependencies. home: https://joinmastodon.org icon: https://avatars.githubusercontent.com/u/24979032?s=200&v=4 keywords: @@ -9,9 +12,13 @@ keywords: sources: - https://github.com/mastodon/mastodon - https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/charts/mastodon +annotations: + artifacthub.io/links: | + - name: support + url: https://matrix.to/#/#mastodon-on-kubernetes:shivering-isles.com type: application -version: 6.2.1 +version: 6.2.2 # renovate: image=ghcr.io/mastodon/mastodon appVersion: "v4.1.7" diff --git a/charts/mastodon/README.md b/charts/mastodon/README.md index 0df6d34a427590a282e6ccfe6377722ff483a7e5..ef96d270ffd7954d6a32f8cdd7af5d15a24f2b09 100644 --- a/charts/mastodon/README.md +++ b/charts/mastodon/README.md @@ -1,9 +1,11 @@ # mastodon -   +   Mastodon is a free, open-source social network server based on ActivityPub. +This unofficical Helm chart is maintained to the best of knowledge, with the limitation that migration steps for dependencies are not documented or tested. This is mainly due to the fact that postgresql, redis and elasticsearch in the SI-Production are ran by operators instead of helm dependencies. + **Homepage:** <https://joinmastodon.org> ## Source Code