aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/operator/charts/m3db-operator/Chart.yaml
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2019-03-11 11:42:11 -0700
committerDileep Ranganathan <dileep.ranganathan@intel.com>2019-03-11 11:42:11 -0700
commit481ddd352817a45f29bbfaad898c7815c1f6e9a0 (patch)
tree62e5ad7cdce58a08a25ccc255eaf6d10d7eaaef0 /vnfs/DAaaS/operator/charts/m3db-operator/Chart.yaml
parent6d7c9539bb348af48f6c3d109c46f6f22d927be0 (diff)
Operator pacakge for Distributed Analytics
Created the operator helm charts in separate package which consists of multiple kubernetes operators. Change-Id: I38e3fafae65b655de1accec05082d0afaed1d688 Issue-ID: ONAPARC-366 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'vnfs/DAaaS/operator/charts/m3db-operator/Chart.yaml')
-rw-r--r--vnfs/DAaaS/operator/charts/m3db-operator/Chart.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/vnfs/DAaaS/operator/charts/m3db-operator/Chart.yaml b/vnfs/DAaaS/operator/charts/m3db-operator/Chart.yaml
new file mode 100644
index 00000000..ebdc0b40
--- /dev/null
+++ b/vnfs/DAaaS/operator/charts/m3db-operator/Chart.yaml
@@ -0,0 +1,22 @@
+apiVersion: v1
+name: m3db-operator
+version: 0.1.3
+# TODO(PS) - helm has issues with GKE's SemVer
+# Error: Chart requires kubernetesVersion: >=1.10.6 which is incompatible with Kubernetes v1.10.7-gke.2
+#
+#kubeVersion: ">=1.10.7"
+description: Kubernetes operator for M3DB timeseries database
+keywords:
+ - operator
+ - m3
+home: https://github.com/m3db/m3db-operator
+sources:
+ - https://github.com/m3db/m3db-operator
+maintainers:
+ - name: m3 Authors
+ email: m3db@googlegroups.com
+ url: https://operator.m3db.io/
+engine: gotpl
+icon: https://raw.githubusercontent.com/m3db/m3/master/docs/theme/assets/images/M3-logo.png
+appVersion: ">0.4.7"
+tillerVersion: ">=2.11.0"