From 50f5a2c40f38e42c8a9d5fe11fb33264c35eb0ea Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Mon, 27 Nov 2023 21:00:27 +0100
Subject: [PATCH] feat(mastodon): Upgrade to version 4.2.1

---
 charts/mastodon/Chart.yaml | 4 ++--
 charts/mastodon/README.md  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/charts/mastodon/Chart.yaml b/charts/mastodon/Chart.yaml
index 9da8fa5fe..f016f2f54 100644
--- a/charts/mastodon/Chart.yaml
+++ b/charts/mastodon/Chart.yaml
@@ -17,10 +17,10 @@ annotations:
     - name: support
       url: https://matrix.to/#/#mastodon-on-kubernetes:shivering-isles.com
 type: application
-version: 8.1.1
+version: 9.0.0
 kubeVersion: ">= 1.23"
 # renovate: image=ghcr.io/mastodon/mastodon
-appVersion: "v4.1.10"
+appVersion: "v4.2.1"
 
 dependencies:
   - name: postgresql
diff --git a/charts/mastodon/README.md b/charts/mastodon/README.md
index cb48c1a30..3b1c68737 100644
--- a/charts/mastodon/README.md
+++ b/charts/mastodon/README.md
@@ -1,6 +1,6 @@
 # mastodon
 
-![Version: 8.1.1](https://img.shields.io/badge/Version-8.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.1.10](https://img.shields.io/badge/AppVersion-v4.1.10-informational?style=flat-square)
+![Version: 9.0.0](https://img.shields.io/badge/Version-9.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.2.1](https://img.shields.io/badge/AppVersion-v4.2.1-informational?style=flat-square)
 
 Mastodon is a free, open-source social network server based on ActivityPub.
 
-- 
GitLab