Helm charts for supporting clustering in ODL
[integration/packaging.git] / helm / opendaylight / Chart.yaml
1 # SPDX-License-Identifier: EPL-1.0
2 ##############################################################################
3 # Copyright (c) 2021 The Linux Foundation and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Eclipse Public License v1.0
7 # which accompanies this distribution, and is available at
8 # http://www.eclipse.org/legal/epl-v10.html
9 ##############################################################################
10
11 apiVersion: v2
12 name: opendaylight
13 description: A Helm chart for Kubernetes
14
15 # A chart can be either an 'application' or a 'library' chart.
16 #
17 # Application charts are a collection of templates that can be packaged into versioned archives
18 # to be deployed.
19 #
20 # Library charts provide useful utilities or functions for the chart developer. They're included as
21 # a dependency of application charts to inject those utilities and functions into the rendering
22 # pipeline. Library charts do not define any templates and therefore cannot be deployed.
23 type: application
24
25 # This is the chart version. This version number should be incremented each time you make changes
26 # to the chart and its templates, including the app version.
27 # Versions are expected to follow Semantic Versioning (https://semver.org/)
28 version: 0.1.0
29
30 # This is the version number of the application being deployed. This version number should be
31 # incremented each time you make changes to the application. Versions are not expected to
32 # follow Semantic Versioning. They should reflect the version the application is using.
33 # It is recommended to use it with quotes.
34 appVersion: "14.2.0"