Collectd operator utilties
[demo.git] / vnfs / DAaaS / deploy / operator / charts / m3db-operator / Chart.yaml
1 apiVersion: v1
2 name: m3db-operator
3 version: 0.1.3
4 # TODO(PS) - helm has issues with GKE's SemVer
5 # Error: Chart requires kubernetesVersion: >=1.10.6 which is incompatible with Kubernetes v1.10.7-gke.2
6 #
7 #kubeVersion: ">=1.10.7"
8 description: Kubernetes operator for M3DB timeseries database
9 keywords:
10   - operator
11   - m3
12 home: https://github.com/m3db/m3db-operator
13 sources:
14   - https://github.com/m3db/m3db-operator
15 maintainers:
16   - name: m3 Authors
17     email: m3db@googlegroups.com
18     url: https://operator.m3db.io/
19 engine: gotpl
20 icon: https://raw.githubusercontent.com/m3db/m3/master/docs/theme/assets/images/M3-logo.png
21 appVersion: ">0.4.7"
22 tillerVersion: ">=2.11.0"