Chart.yaml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. apiVersion: v2
  2. name: mastodon
  3. description: Mastodon is a free, open-source social network server based on ActivityPub.
  4. # A chart can be either an 'application' or a 'library' chart.
  5. #
  6. # Application charts are a collection of templates that can be packaged into versioned archives
  7. # to be deployed.
  8. #
  9. # Library charts provide useful utilities or functions for the chart developer. They're included as
  10. # a dependency of application charts to inject those utilities and functions into the rendering
  11. # pipeline. Library charts do not define any templates and therefore cannot be deployed.
  12. type: application
  13. # This is the chart version. This version number should be incremented each time
  14. # you make changes to the chart and its templates, including the app version.
  15. # Versions are expected to follow Semantic Versioning (https://semver.org/)
  16. version: 5.5.2
  17. # This is the version number of the application being deployed. This version number should be
  18. # incremented each time you make changes to the application. Versions are not expected to
  19. # follow Semantic Versioning. They should reflect the version the application is using.
  20. appVersion: "v4.2.13"
  21. dependencies:
  22. - name: elasticsearch
  23. version: 19.19.2
  24. repository: oci://registry-1.docker.io/bitnamicharts
  25. condition: elasticsearch.enabled
  26. - name: postgresql
  27. version: 14.2.3
  28. repository: oci://registry-1.docker.io/bitnamicharts
  29. condition: postgresql.enabled
  30. - name: redis
  31. version: 18.16.1
  32. repository: oci://registry-1.docker.io/bitnamicharts
  33. condition: redis.enabled