sigs.k8s.io/kueue@v0.6.2/charts/kueue/Chart.yaml (about)

     1  apiVersion: v2
     2  name: kueue
     3  description: Kueue is a set of APIs and controller for job queueing. It is a job-level manager that decides when a job should be admitted to start (as in pods can be created) and when it should stop (as in active pods should be deleted).
     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 you make changes
    14  # to the chart and its templates, including the app version.
    15  # Versions are expected to follow Semantic Versioning (https://semver.org/)
    16  version: 0.1.0
    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  # It is recommended to use it with quotes.
    21  appVersion: "v0.6.2"