1apiVersion: v22name: maddy3description: A Helm chart for Kubernetes45# 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 archives8# to be deployed.9#10# Library charts provide useful utilities or functions for the chart developer. They're included as11# a dependency of application charts to inject those utilities and functions into the rendering12# pipeline. Library charts do not define any templates and therefore cannot be deployed.13type: application1415# This is the chart version. This version number should be incremented each time you make changes16# to the chart and its templates, including the app version.17# Versions are expected to follow Semantic Versioning (https://semver.org/)18version: 0.2.61920# This is the version number of the application being deployed. This version number should be21# incremented each time you make changes to the application. Versions are not expected to22# follow Semantic Versioning. They should reflect the version the application is using.23appVersion: 0.4.0