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 }}