From 58319b66ee8ffabeb72b4b35936bb7c6efd5ea8a Mon Sep 17 00:00:00 2001 From: "Billy D." Date: Fri, 13 Feb 2026 08:05:27 -0500 Subject: [PATCH] chore: bump image to v2-202602130804 (MLflow tracking) --- embeddings.yaml | 2 +- llm.yaml | 2 +- stt.yaml | 2 +- tts.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/embeddings.yaml b/embeddings.yaml index bc3f78f..16c4b77 100644 --- a/embeddings.yaml +++ b/embeddings.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: gradio - image: ghcr.io/billy-davies-2/llm-apps:v2-202602120535 + image: ghcr.io/billy-davies-2/llm-apps:v2-202602130804 imagePullPolicy: Always command: ["python", "embeddings.py"] ports: diff --git a/llm.yaml b/llm.yaml index 2bc41d3..7acfd79 100644 --- a/llm.yaml +++ b/llm.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: gradio - image: ghcr.io/billy-davies-2/llm-apps:v2-202602120535 + image: ghcr.io/billy-davies-2/llm-apps:v2-202602130804 imagePullPolicy: Always command: ["python", "llm.py"] ports: diff --git a/stt.yaml b/stt.yaml index 9bf0b9a..e433891 100644 --- a/stt.yaml +++ b/stt.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: gradio - image: ghcr.io/billy-davies-2/llm-apps:v2-202602120535 + image: ghcr.io/billy-davies-2/llm-apps:v2-202602130804 imagePullPolicy: Always command: ["python", "stt.py"] ports: diff --git a/tts.yaml b/tts.yaml index 297f763..69eafb0 100644 --- a/tts.yaml +++ b/tts.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: gradio - image: ghcr.io/billy-davies-2/llm-apps:v2-202602120535 + image: ghcr.io/billy-davies-2/llm-apps:v2-202602130804 imagePullPolicy: Always command: ["python", "tts.py"] ports: