Skip to content

Commit db5a9ff

Browse files
robfrankgithub-actions[bot]
authored andcommitted
chore: update Kamal accessories versions
- **ollama** (deploy.yml): `0.13.5` → `0.14.2`
1 parent b29db6b commit db5a9ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

config/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ accessories:
4949
JAVA_OPTS: "-Darcadedb.server.plugins=Postgres:com.arcadedb.postgres.PostgresProtocolPlugin"
5050

5151
ollama:
52-
image: ollama/ollama:0.13.5@sha256:2c9595c555fd70a28363489ac03bd5bf9e7c5bdf2890373c3a830ffd7252ce6d
52+
image: ollama/ollama:0.14.2@sha256:08a48f13297c2a2804cf36f293eb0b64bf40ad4bbaa5bbaa16d8b2ce5e511ecf
5353
host: <%= ENV["HOST_IP"] %>
5454
port: 11434
5555
volumes:

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
start_period: 10s
2020

2121
ollama:
22-
image: ollama/ollama:0.14.1@sha256:ab381bda4be8e04790e32551fac37f209fe0bb12ab49ba4b7c32d0f0800cf4c3
22+
image: ollama/ollama:0.14.2@sha256:44893537fcc6f100b70ceb7f5c9fd8f787ba58f9f8ce73bf4a48a5b05fd8c422
2323
container_name: ollama
2424
ports:
2525
- "11434:11434"
@@ -34,7 +34,7 @@ services:
3434
restart: unless-stopped
3535

3636
ollama-init:
37-
image: ollama/ollama:0.14.1@sha256:ab381bda4be8e04790e32551fac37f209fe0bb12ab49ba4b7c32d0f0800cf4c3
37+
image: ollama/ollama:0.14.2@sha256:44893537fcc6f100b70ceb7f5c9fd8f787ba58f9f8ce73bf4a48a5b05fd8c422
3838
container_name: ollama-init
3939
environment:
4040
- OLLAMA_HOST=http://ollama:11434

0 commit comments

Comments
 (0)