pudelkoM | 3f0efb1 | 2021-01-12 13:55:48 -0800 | [diff] [blame] | 1 | # Copyright 2021-present Open Networking Foundation |
Scott Baker | 4cad5ee | 2022-06-09 14:17:35 -0700 | [diff] [blame] | 2 | # SPDX-License-Identifier: Apache-2.0 |
pudelkoM | 3f0efb1 | 2021-01-12 13:55:48 -0800 | [diff] [blame] | 3 | |
Hyunsun Moon | dea0cb5 | 2021-02-19 16:53:22 -0800 | [diff] [blame] | 4 | apiVersion: v2 |
pudelkoM | 3f0efb1 | 2021-01-12 13:55:48 -0800 | [diff] [blame] | 5 | name: dbuf |
| 6 | description: A Helm chart deploying DBUF |
| 7 | |
| 8 | # A chart can be either an 'application' or a 'library' chart. |
| 9 | # |
| 10 | # Application charts are a collection of templates that can be packaged into versioned archives |
| 11 | # to be deployed. |
| 12 | # |
| 13 | # Library charts provide useful utilities or functions for the chart developer. They're included as |
| 14 | # a dependency of application charts to inject those utilities and functions into the rendering |
| 15 | # pipeline. Library charts do not define any templates and therefore cannot be deployed. |
| 16 | type: application |
| 17 | |
| 18 | # This is the chart version. This version number should be incremented each time you make changes |
| 19 | # to the chart and its templates, including the app version. |
| 20 | # Versions are expected to follow Semantic Versioning (https://semver.org/) |
Scott Baker | 4cad5ee | 2022-06-09 14:17:35 -0700 | [diff] [blame] | 21 | version: 0.1.11 |
pudelkoM | 3f0efb1 | 2021-01-12 13:55:48 -0800 | [diff] [blame] | 22 | |
| 23 | # This is the version number of the application being deployed. This version number should be |
| 24 | # incremented each time you make changes to the application. Versions are not expected to |
| 25 | # follow Semantic Versioning. They should reflect the version the application is using. |
| 26 | appVersion: 0.1.0 |