update mastodon helm chart for v3.4.1
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user