Skip to content

Commit

Permalink
Update charts description
Browse files Browse the repository at this point in the history
Signed-off-by: Sanket <[email protected]>
  • Loading branch information
sanketsudake committed Aug 19, 2024
1 parent 26efa20 commit 70baf0b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions charts/chromadb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: chromadb
description: A Helm chart for Kubernetes
description: Helm chart for deploying ChromaDB

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -15,13 +15,20 @@ 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.2
version: 0.1.3

# 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: "0.5.4"

keywords:
- vectordb
- chromadb
- embeddings
- ai-apps
- rag

sources:
- https://github.com/chroma-core/chroma
4 changes: 2 additions & 2 deletions charts/text-embeddings-inference/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: text-embeddings-inference
description: A Helm chart for deploying Text Embeddings Inference from Hugging Face
description: A Helm chart for deploying Text Embeddings Inference(TEI) from Hugging Face

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -15,7 +15,7 @@ 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.6
version: 0.1.7

# 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
Expand Down
4 changes: 2 additions & 2 deletions charts/text-generation-inference/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: text-generation-inference
description: A Helm chart for deploying Text Generation Inference from Hugging Face
description: A Helm chart for deploying Text Generation Inference(TGI) from Hugging Face

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -15,7 +15,7 @@ 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.5
version: 0.1.6

# 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
Expand Down

0 comments on commit 70baf0b

Please sign in to comment.