From e9b71aa7e68140c7311b084d7ec672a03e7d24b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 17:31:25 +0000 Subject: [PATCH] chore(deps): update docker.io/llamastack/distribution-starter docker tag to v0.7.1 --- clusters/homelab/apps/llm/llama-stack/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/homelab/apps/llm/llama-stack/deployment.yaml b/clusters/homelab/apps/llm/llama-stack/deployment.yaml index 6973f34..cdea9ca 100644 --- a/clusters/homelab/apps/llm/llama-stack/deployment.yaml +++ b/clusters/homelab/apps/llm/llama-stack/deployment.yaml @@ -66,5 +66,5 @@ spec: - name: cache mountPath: /.cache terminationMessagePolicy: File - image: 'docker.io/llamastack/distribution-starter:0.3.4' + image: 'docker.io/llamastack/distribution-starter:0.7.1' securityContext: {}