From 72681217ef730deea973285830228e03fcfd5219 Mon Sep 17 00:00:00 2001 From: "Billy D." Date: Thu, 12 Feb 2026 05:30:15 -0500 Subject: [PATCH] updating images. --- 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 8828bdc..510e6d6 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-202601271655 + image: ghcr.io/billy-davies-2/llm-apps:v2-202602120526 imagePullPolicy: Always command: ["python", "embeddings.py"] ports: diff --git a/llm.yaml b/llm.yaml index 451232f..03f6927 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-202601271655 + image: ghcr.io/billy-davies-2/llm-apps:v2-202602120526 imagePullPolicy: Always command: ["python", "llm.py"] ports: diff --git a/stt.yaml b/stt.yaml index 9918847..2d3f5be 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-202601271655 + image: ghcr.io/billy-davies-2/llm-apps:v2-202602120526 imagePullPolicy: Always command: ["python", "stt.py"] ports: diff --git a/tts.yaml b/tts.yaml index 79a041e..7e25c01 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-202601271655 + image: ghcr.io/billy-davies-2/llm-apps:v2-202602120526 imagePullPolicy: Always command: ["python", "tts.py"] ports: