Skip to content

Commit

Permalink
Merge pull request #12 from jessebot/bump-mastodon-version
Browse files Browse the repository at this point in the history
bumping all chart versions and also the base mastodon app version
  • Loading branch information
jessebot authored Oct 25, 2023
2 parents b504c8b + e04dc31 commit 4430eba
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/mastodon/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 17.14.6
digest: sha256:0024eb03fecdc4a25396353f648a0173dd103da20e553621256dd4ba44e9c5f6
generated: "2023-08-07T11:06:23.843699963Z"
digest: sha256:bf1efa895f2506112fab38b1c4c831903935bfd0105a882efa92c48bcc9b0383
generated: "2023-10-25T16:06:33.220925175+02:00"
4 changes: 2 additions & 2 deletions charts/mastodon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.3.0
version: 4.4.0

# renovate: image=ghcr.io/mastodon/mastodon
appVersion: v4.1.4
appVersion: v4.2.1

dependencies:
- name: postgresql
Expand Down
10 changes: 5 additions & 5 deletions charts/mastodon/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mastodon

![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.1.4](https://img.shields.io/badge/AppVersion-v4.1.4-informational?style=flat-square)
![Version: 4.4.0](https://img.shields.io/badge/Version-4.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.2.1](https://img.shields.io/badge/AppVersion-v4.2.1-informational?style=flat-square)

Mastodon is a free, open-source social network server based on ActivityPub.

Expand All @@ -9,16 +9,16 @@ Mastodon is a free, open-source social network server based on ActivityPub.
| Repository | Name | Version |
|------------|------|---------|
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 19.10.6 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 12.6.0 |
| oci://registry-1.docker.io/bitnamicharts | redis | 17.11.6 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 12.8.1 |
| oci://registry-1.docker.io/bitnamicharts | redis | 17.14.6 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | Affinity for all pods unless overwritten |
| deploymentAnnotations | object | `{}` | |
| elasticsearch | object | `{}` | https://github.com/bitnami/charts/tree/master/bitnami/elasticsearch#parameters |
| elasticsearch | object | `{}` | https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch#parameters |
| externalAuth.cas.enabled | bool | `false` | |
| externalAuth.ldap.enabled | bool | `false` | |
| externalAuth.oauth_global.omniauth_only | bool | `false` | Automatically redirect to OIDC, CAS or SAML, and don't use local account authentication when clicking on Sign-In |
Expand Down Expand Up @@ -137,4 +137,4 @@ Mastodon is a free, open-source social network server based on ActivityPub.
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Binary file removed charts/mastodon/charts/elasticsearch-19.10.1.tgz
Binary file not shown.
Binary file added charts/mastodon/charts/elasticsearch-19.10.6.tgz
Binary file not shown.
Binary file removed charts/mastodon/charts/postgresql-12.6.0.tgz
Binary file not shown.
Binary file added charts/mastodon/charts/postgresql-12.8.1.tgz
Binary file not shown.
Binary file removed charts/mastodon/charts/redis-17.11.6.tgz
Binary file not shown.
Binary file added charts/mastodon/charts/redis-17.14.6.tgz
Binary file not shown.

0 comments on commit 4430eba

Please sign in to comment.