From acab8ad77139126f5a1cc7d05a07ff6af26c3d39 Mon Sep 17 00:00:00 2001 From: Chris Butler Date: Tue, 18 Jun 2024 21:29:25 +0900 Subject: [PATCH] fix: add milvus chart skeleton Signed-off-by: Chris Butler --- charts/all/milvus/Chart.yaml | 24 ++++++++++++++++++++++++ charts/all/milvus/values.yaml | 0 2 files changed, 24 insertions(+) create mode 100644 charts/all/milvus/Chart.yaml create mode 100644 charts/all/milvus/values.yaml diff --git a/charts/all/milvus/Chart.yaml b/charts/all/milvus/Chart.yaml new file mode 100644 index 0000000..fb8b6a8 --- /dev/null +++ b/charts/all/milvus/Chart.yaml @@ -0,0 +1,24 @@ +apiVersion: v2 +name: milvus +description: A Helm chart deploying milvus via the operator + +# A chart can be either an 'application' or a 'library' chart. +# +# Application charts are a collection of templates that can be packaged into versioned archives +# to be deployed. +# +# Library charts provide useful utilities or functions for the chart developer. They're included as +# a dependency of application charts to inject those utilities and functions into the rendering +# pipeline. Library charts do not define any templates and therefore cannot be deployed. +type: application + +# This is the chart version. This version number should be incremented each time you make changes +# to the chart and its templates, including the app version. +# Versions are expected to follow Semantic Versioning (https://semver.org/) +version: 0.1.0 + +# This is the version number of the application being deployed. This version number should be +# incremented each time you make changes to the application. Versions are not expected to +# follow Semantic Versioning. They should reflect the version the application is using. +# It is recommended to use it with quotes. +appVersion: "1.0.0" diff --git a/charts/all/milvus/values.yaml b/charts/all/milvus/values.yaml new file mode 100644 index 0000000..e69de29