From 7ec7f866a1c826b1cb7e3b62ad015633fa99cd5e Mon Sep 17 00:00:00 2001 From: LancelotMarti Date: Wed, 4 Dec 2024 14:56:30 +0000 Subject: [PATCH] Correct typo --- charts/vllm/Chart.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/vllm/Chart.yaml b/charts/vllm/Chart.yaml index 3926b20..3ff19c0 100644 --- a/charts/vllm/Chart.yaml +++ b/charts/vllm/Chart.yaml @@ -16,15 +16,15 @@ 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.0.3 +version: 0.0.5 # 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.0.4" +appVersion: "0.0.5" dependencies: - - name: llm-servingq - version: "0.0.4" + - name: llm-serving + version: "0.0.3" repository: https://dscc-admin-ch.github.io/helm-charts