Skip to content
Snippets Groups Projects
Verified Commit 41f3547a authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

chore(mastodon): Switch to ghcr images as upstream switched

parent 46bd945e
No related branches found
No related tags found
No related merge requests found
Pipeline #16943 passed
...@@ -11,8 +11,8 @@ sources: ...@@ -11,8 +11,8 @@ sources:
- https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/charts/mastodon - https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/charts/mastodon
type: application type: application
version: 5.1.0 version: 5.1.1
# renovate: image=docker.io/tootsuite/mastodon # renovate: image=ghcr.io/mastodon/mastodon
appVersion: v4.1.0 appVersion: v4.1.0
dependencies: dependencies:
......
# mastodon # mastodon
![Version: 5.1.0](https://img.shields.io/badge/Version-5.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.1.0](https://img.shields.io/badge/AppVersion-v4.1.0-informational?style=flat-square) ![Version: 5.1.1](https://img.shields.io/badge/Version-5.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.1.0](https://img.shields.io/badge/AppVersion-v4.1.0-informational?style=flat-square)
Mastodon is a free, open-source social network server based on ActivityPub. 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. ...@@ -15,9 +15,9 @@ Mastodon is a free, open-source social network server based on ActivityPub.
| Repository | Name | Version | | 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 | 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 ## Values
...@@ -32,7 +32,7 @@ Mastodon is a free, open-source social network server based on ActivityPub. ...@@ -32,7 +32,7 @@ Mastodon is a free, open-source social network server based on ActivityPub.
| externalAuth.pam.enabled | bool | `false` | | | externalAuth.pam.enabled | bool | `false` | |
| externalAuth.saml.enabled | bool | `false` | | | externalAuth.saml.enabled | bool | `false` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"docker.io/tootsuite/mastodon"` | | | image.repository | string | `"ghcr.io/mastodon/mastodon"` | |
| image.tag | string | `""` | | | image.tag | string | `""` | |
| ingress.annotations | string | `nil` | | | ingress.annotations | string | `nil` | |
| ingress.enabled | bool | `true` | | | ingress.enabled | bool | `true` | |
......
image: image:
repository: docker.io/tootsuite/mastodon repository: ghcr.io/mastodon/mastodon
# https://hub.docker.com/r/tootsuite/mastodon/tags # https://hub.docker.com/r/tootsuite/mastodon/tags
# #
# alternatively, use `latest` for the latest release or `edge` for the image # alternatively, use `latest` for the latest release or `edge` for the image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment