From 08b7b57b5bfae1b733984453ab998748b1f9abac Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 8 Dec 2023 22:59:37 +0100 Subject: [PATCH] chore(mastodon): Upgrade to version 4.2.3 --- 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 f71e69b70..ac563515f 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.0.0 +version: 9.0.1 kubeVersion: ">= 1.23" # renovate: image=ghcr.io/mastodon/mastodon -appVersion: "v4.2.1" +appVersion: "v4.2.3" dependencies: - name: postgresql diff --git a/charts/mastodon/README.md b/charts/mastodon/README.md index 3b1c68737..f29ffbe22 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. @@ -19,7 +19,7 @@ Kubernetes: `>= 1.23` | Repository | Name | Version | |------------|------|---------| -| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | postgresql | 13.2.20 | +| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | postgresql | 13.2.21 | | https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | redis | 18.4.0 | ## Values -- GitLab