From 34c539e0b607b40bf8b8c0c11051606b62b6b38d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Dec 2025 06:15:53 +0000 Subject: [PATCH] chore(camel-test-infra-ollama): upgrade ollama.container to 0.13.5 Update ollama.container from 0.12.5 to 0.13.5 --- .../camel/test/infra/ollama/services/container.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-infra/camel-test-infra-ollama/src/main/resources/org/apache/camel/test/infra/ollama/services/container.properties b/test-infra/camel-test-infra-ollama/src/main/resources/org/apache/camel/test/infra/ollama/services/container.properties index 7379838ef823f..df206c99e1c1f 100644 --- a/test-infra/camel-test-infra-ollama/src/main/resources/org/apache/camel/test/infra/ollama/services/container.properties +++ b/test-infra/camel-test-infra-ollama/src/main/resources/org/apache/camel/test/infra/ollama/services/container.properties @@ -14,7 +14,7 @@ ## See the License for the specific language governing permissions and ## limitations under the License. ## --------------------------------------------------------------------------- -ollama.container=mirror.gcr.io/ollama/ollama:0.12.5 +ollama.container=mirror.gcr.io/ollama/ollama:0.13.5 ollama.container.version.exclude=rocm ollama.model=granite4:3b # This is not really needed for ollama, but some test are using OpenAI, therefore this is handy for remote scenarios