diff --git a/charts/text-embeddings-inference/Chart.yaml b/charts/text-embeddings-inference/Chart.yaml index 6370d31..8f7da14 100644 --- a/charts/text-embeddings-inference/Chart.yaml +++ b/charts/text-embeddings-inference/Chart.yaml @@ -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.3 +version: 0.1.4 # 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 diff --git a/charts/text-embeddings-inference/values.yaml b/charts/text-embeddings-inference/values.yaml index ead348f..04360fb 100644 --- a/charts/text-embeddings-inference/values.yaml +++ b/charts/text-embeddings-inference/values.yaml @@ -18,7 +18,7 @@ image: # Overrides the image tag whose default is the chart appVersion. tag: "" -command: ["text-embeddings-launcher"] +command: ["text-embeddings-router"] config: # The name of the model to use. Can be a MODEL_ID as listed on like `thenlper/gte-base`.