]> cat aescling's git repositories - mastodon.git/blobdiff - chart/Chart.yaml
helm: add support for S3 storage (#15748)
[mastodon.git] / chart / Chart.yaml
index 783569451d37c54f467587d1b7292e199915f200..d72b7df1a37ce16893b4ba8719ca6949109e1ed3 100644 (file)
@@ -15,12 +15,12 @@ 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.0
+version: 1.1.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.1.5
+appVersion: 3.3.0
 
 dependencies:
   - name: elasticsearch
@@ -30,6 +30,7 @@ dependencies:
   - name: postgresql
     version: "8.x.x"
     repository: https://charts.bitnami.com/bitnami
+    condition: postgresql.enabled
   - name: redis
     version: "10.x.x"
     repository: https://charts.bitnami.com/bitnami
This page took 0.133085 seconds and 4 git commands to generate.