]> cat aescling's git repositories - mastodon.git/blob - chart/Chart.yaml
helm: upgrade elasticsearch chart to 14 (#15767)
[mastodon.git] / chart / Chart.yaml
1 apiVersion: v2
2 name: mastodon
3 description: Mastodon is a free, open-source social network server based on ActivityPub.
4
5 # A chart can be either an 'application' or a 'library' chart.
6 #
7 # Application charts are a collection of templates that can be packaged into versioned archives
8 # to be deployed.
9 #
10 # Library charts provide useful utilities or functions for the chart developer. They're included as
11 # a dependency of application charts to inject those utilities and functions into the rendering
12 # pipeline. Library charts do not define any templates and therefore cannot be deployed.
13 type: application
14
15 # This is the chart version. This version number should be incremented each time you make changes
16 # to the chart and its templates, including the app version.
17 # Versions are expected to follow Semantic Versioning (https://semver.org/)
18 version: 1.1.1
19
20 # This is the version number of the application being deployed. This version number should be
21 # incremented each time you make changes to the application. Versions are not expected to
22 # follow Semantic Versioning. They should reflect the version the application is using.
23 appVersion: 3.3.0
24
25 dependencies:
26 - name: elasticsearch
27 version: 14.2.3
28 repository: https://charts.bitnami.com/bitnami
29 condition: elasticsearch.enabled
30 - name: postgresql
31 version: 8.10.14
32 repository: https://charts.bitnami.com/bitnami
33 condition: postgresql.enabled
34 - name: redis
35 version: 10.9.0
36 repository: https://charts.bitnami.com/bitnami
This page took 0.077937 seconds and 4 git commands to generate.