diff options
author | makefunstuff <[email protected]> | 2024-07-01 12:17:26 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-07-01 12:17:26 +0200 |
commit | 043489b27a46f74d85e3718a4199d7ff776f592a (patch) | |
tree | 3964310df72a813c96c3811533a59ffd70bbb531 /third-party-apps/mastodon/Chart.yaml | |
parent | 78a3a7b751b5042b775dfbf3376362ce9729e5bb (diff) | |
download | k3s-lab-043489b27a46f74d85e3718a4199d7ff776f592a.tar.gz |
mastodon
Diffstat (limited to '')
-rw-r--r-- | third-party-apps/mastodon/Chart.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/third-party-apps/mastodon/Chart.yaml b/third-party-apps/mastodon/Chart.yaml new file mode 100644 index 0000000..9904f69 --- /dev/null +++ b/third-party-apps/mastodon/Chart.yaml @@ -0,0 +1,11 @@ +apiVersion: v2 +name: mastodon +description: A Helm chart for setting up mastodon instance +version: 0.1.0 +appVersion: "1.0" + +dependencies: + - name: mastodon + version: 1.0.5 + repository: "https://charts.codechem.com" + |