blob: 797b127d13408f162fbb2b798aa61fb1ef13ec79 [file] [log] [blame]
Hung-Wei Chiue3c15972021-04-28 15:52:09 -07001# Copyright 2021-present Open Networking Foundation
2# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
3
4apiVersion: v2
5name: tost-telegraf
6description: Telegraf plugin for TOST stack
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/)
Yi Tseng419fad72022-02-24 17:05:57 -080021version: 0.1.7
Hung-Wei Chiue3c15972021-04-28 15:52:09 -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.
26appVersion: 0.1.0
27
28dependencies:
29 - name: telegraf
30 version: 1.7.38
31 repository: https://influxdata.github.io/helm-charts