Skip to content

Commit

Permalink
update dependencies and deploy 5.1.0
Browse files Browse the repository at this point in the history
update mastodon version from v4.2.1 -> v4.2.8

update postgresql from 13.2.5 -> 13.4.6

update redis 18.3.2 -> 18.17.0

update elasticsearch from 19.13.9 -> 19.19.3
  • Loading branch information
jessebot committed Feb 28, 2024
1 parent c0a7467 commit ecb0d82
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions charts/mastodon/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.2.5
version: 13.4.6
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.13.9
version: 19.19.3
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 18.3.2
digest: sha256:808ecae8967e8d5db0e849937340e71f6663c14843432720d0bf08db1dfe4c39
generated: "2023-11-12T12:25:09.425717705+01:00"
version: 18.17.0
digest: sha256:49e8cdf7effbecd13774843a775873f73bc87f4947a0ebbd669e9bf4815b91bc
generated: "2024-02-28T14:21:55.73848+01:00"
10 changes: 5 additions & 5 deletions charts/mastodon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ 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: 5.0.0
version: 5.1.0

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

dependencies:
- name: postgresql
version: 13.2.5
version: 13.4.6
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled

- name: elasticsearch
version: 19.13.9
version: 19.19.3
repository: oci://registry-1.docker.io/bitnamicharts
condition: elasticsearch.enabled

- name: redis
version: 18.3.2
version: 18.17.0
repository: oci://registry-1.docker.io/bitnamicharts
condition: redis.enabled
10 changes: 5 additions & 5 deletions charts/mastodon/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# mastodon

![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.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)
![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.2.8](https://img.shields.io/badge/AppVersion-v4.2.8-informational?style=flat-square)

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

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 19.13.9 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 13.2.5 |
| oci://registry-1.docker.io/bitnamicharts | redis | 18.3.2 |
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 19.19.3 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 13.4.6 |
| oci://registry-1.docker.io/bitnamicharts | redis | 18.17.0 |

## Values

Expand Down Expand Up @@ -150,4 +150,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.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
Binary file removed charts/mastodon/charts/elasticsearch-19.13.9.tgz
Binary file not shown.
Binary file added charts/mastodon/charts/elasticsearch-19.19.3.tgz
Binary file not shown.
Binary file removed charts/mastodon/charts/postgresql-13.2.5.tgz
Binary file not shown.
Binary file added charts/mastodon/charts/postgresql-13.4.6.tgz
Binary file not shown.
Binary file added charts/mastodon/charts/redis-18.17.0.tgz
Binary file not shown.
Binary file removed charts/mastodon/charts/redis-18.3.2.tgz
Binary file not shown.

0 comments on commit ecb0d82

Please sign in to comment.