From bd63760c9b654c21950ddf88d01cbfb834c35a40 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 14 Feb 2024 16:06:59 +0100 Subject: [PATCH] chore(mastodon): Upgrade to 4.2.6 --- charts/mastodon/Chart.yaml | 4 ++-- charts/mastodon/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/mastodon/Chart.yaml b/charts/mastodon/Chart.yaml index 6d535d8b2..5ddf5e473 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: 9.1.2 +version: 9.1.3 kubeVersion: ">= 1.23" # renovate: image=ghcr.io/mastodon/mastodon -appVersion: "v4.2.5" +appVersion: "v4.2.6" dependencies: - name: postgresql diff --git a/charts/mastodon/README.md b/charts/mastodon/README.md index 46964f9c0..cb7fb4482 100644 --- a/charts/mastodon/README.md +++ b/charts/mastodon/README.md @@ -1,6 +1,6 @@ # mastodon -   +   Mastodon is a free, open-source social network server based on ActivityPub. @@ -20,7 +20,7 @@ Kubernetes: `>= 1.23` | Repository | Name | Version | |------------|------|---------| | https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | postgresql | 13.2.27 | -| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | redis | 18.6.2 | +| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | redis | 18.12.1 | ## Values -- GitLab