Chart.yaml 928 B

123456789101112131415161718192021
  1. apiVersion: v2
  2. name: emqx
  3. icon: https://github.com/emqx.png
  4. description: A Helm chart for EMQX
  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. # This is the chart version. This version number should be incremented each time you make changes
  15. # to the chart and its templates, including the app version.
  16. version: 5.6.1
  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.
  19. appVersion: 5.6.1