From e20669013a03204b69bc7333773f865e1c49b726 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Tue, 22 Nov 2022 13:57:23 +0100
Subject: [PATCH] ci(mastodon): Integrate mastodon version with renovate

This patch integrates mastodon with renovate in order to
recieve automatic appVersion updates.
---
 charts/mastodon/Chart.yaml  | 3 ++-
 charts/mastodon/values.yaml | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/charts/mastodon/Chart.yaml b/charts/mastodon/Chart.yaml
index 9e5baa7d2..0bf8a6e83 100644
--- a/charts/mastodon/Chart.yaml
+++ b/charts/mastodon/Chart.yaml
@@ -11,7 +11,8 @@ sources:
     - https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/charts/mastodon
 
 type: application
-version: 3.0.7
+version: 3.0.8
+# renovate: image=docker.io/tootsuite/mastodon
 appVersion: v3.5.5
 
 dependencies:
diff --git a/charts/mastodon/values.yaml b/charts/mastodon/values.yaml
index fabfeee7a..0ae876f89 100644
--- a/charts/mastodon/values.yaml
+++ b/charts/mastodon/values.yaml
@@ -1,5 +1,5 @@
 image:
-  repository: tootsuite/mastodon
+  repository: docker.io/tootsuite/mastodon
   # https://hub.docker.com/r/tootsuite/mastodon/tags
   #
   # alternatively, use `latest` for the latest release or `edge` for the image
-- 
GitLab