blob: 4814efd0770a5eeed08c0c7e61944fd6e980cffc [file] [log] [blame]
Hyunsun Moon97e111d2022-05-13 17:56:56 -07001# Copyright 2022-present Open Networking Foundation
2# SPDX-License-Identifier: Apache-2.0
Shad Ansari0a4637a2022-05-11 12:20:59 -07003
4apiVersion: v2
5name: person-detection-app
6description: A Helm chart for deploying Aether's person-detection-app
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.
16type: 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/)
Hyunsun Moonead8e402022-05-16 17:45:47 -070021version: 0.1.4
Shad Ansari0a4637a2022-05-11 12:20:59 -070022
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# It is recommended to use it with quotes.
27appVersion: "master"