update mastodon helm chart for v3.4.1

This commit is contained in:
ace
2021-08-09 17:16:20 +03:00
parent 493f53ebd7
commit 3831aa6cb6
20 changed files with 283 additions and 240 deletions

View File

@ -15,23 +15,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: 0.1.3
version: 0.2.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 3.3.0
appVersion: 3.4.1
dependencies:
- name: elasticsearch
version: "14.2.1"
repository: https://charts.bitnami.com/bitnami
version: 15.10.3
condition: elasticsearch.enabled
- name: postgresql
version: "10.2.7"
repository: https://charts.bitnami.com/bitnami
version: 10.9.1
condition: postgresql.enabled
- name: redis
version: "12.7.2"
repository: https://charts.bitnami.com/bitnami
version: 14.8.8
condition: redis.enabled