From 2cd787ac530bbf773565cc17b5af7a47c93e310a Mon Sep 17 00:00:00 2001 From: yyzxw <1020938856@qq.com> Date: Thu, 4 Sep 2025 10:26:05 +0800 Subject: [PATCH] fix: cache server yaml err Signed-off-by: zxw <1020938856@qq.com> --- helm/templates/deployment-cache-server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/deployment-cache-server.yaml b/helm/templates/deployment-cache-server.yaml index 6ed2ecf27..82a737822 100644 --- a/helm/templates/deployment-cache-server.yaml +++ b/helm/templates/deployment-cache-server.yaml @@ -35,7 +35,7 @@ spec: {{- if eq .Values.cacheserverSpec.tag "latest-nightly" }} - "/opt/venv/bin/lmcache_server" {{- else if eq .Values.cacheserverSpec.tag "latest" }} - - "/opt/venv/bin/lmcache_experimental_server" + - "/opt/venv/bin/lmcache_v0_server" {{- else }} - "lmcache_experimental_server" {{- end }}