From 41f3547acfbd2b40b63c1dc565e91ee881aa1c86 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Tue, 14 Mar 2023 23:44:12 +0100 Subject: [PATCH] chore(mastodon): Switch to ghcr images as upstream switched --- charts/mastodon/Chart.yaml | 4 ++-- charts/mastodon/README.md | 8 ++++---- charts/mastodon/values.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/mastodon/Chart.yaml b/charts/mastodon/Chart.yaml index 93b079911..efda0b123 100644 --- a/charts/mastodon/Chart.yaml +++ b/charts/mastodon/Chart.yaml @@ -11,8 +11,8 @@ sources: - https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/charts/mastodon type: application -version: 5.1.0 -# renovate: image=docker.io/tootsuite/mastodon +version: 5.1.1 +# renovate: image=ghcr.io/mastodon/mastodon appVersion: v4.1.0 dependencies: diff --git a/charts/mastodon/README.md b/charts/mastodon/README.md index 9967befb4..9d26bac9c 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. @@ -15,9 +15,9 @@ Mastodon is a free, open-source social network server based on ActivityPub. | Repository | Name | Version | |------------|------|---------| -| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | elasticsearch | 19.5.10 | +| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | elasticsearch | 19.5.14 | | https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | postgresql | 11.9.13 | -| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | redis | 17.6.0 | +| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | redis | 17.8.2 | ## Values @@ -32,7 +32,7 @@ Mastodon is a free, open-source social network server based on ActivityPub. | externalAuth.pam.enabled | bool | `false` | | | externalAuth.saml.enabled | bool | `false` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"docker.io/tootsuite/mastodon"` | | +| image.repository | string | `"ghcr.io/mastodon/mastodon"` | | | image.tag | string | `""` | | | ingress.annotations | string | `nil` | | | ingress.enabled | bool | `true` | | diff --git a/charts/mastodon/values.yaml b/charts/mastodon/values.yaml index 1540e8b73..067f5848a 100644 --- a/charts/mastodon/values.yaml +++ b/charts/mastodon/values.yaml @@ -1,5 +1,5 @@ image: - repository: docker.io/tootsuite/mastodon + repository: ghcr.io/mastodon/mastodon # https://hub.docker.com/r/tootsuite/mastodon/tags # # alternatively, use `latest` for the latest release or `edge` for the image -- GitLab