From 419172bcf19f5af7fab5f6b293ed0749542a8226 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 16 Sep 2023 14:03:53 +0200 Subject: [PATCH] docs(mastodon): Improve Artifacthub representation --- charts/mastodon/Chart.yaml | 11 +++++++++-- charts/mastodon/README.md | 4 +++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/charts/mastodon/Chart.yaml b/charts/mastodon/Chart.yaml index cc0566f09..f29dbd677 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 0df6d34a4..ef96d270f 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 -- GitLab