Skip to content

Commit f861ded

Browse files
authored
chore: bump Kamal accessories versions [skip ci]
This PR updates Kamal accessories to their latest available versions on Docker Hub. ## Updates Applied - \*\*arcadedb\*\* (deploy.yml): `26.1.1` → `26.3.1` - \*\*ollama\*\* (deploy.yml): `0.15.6` → `0.17.7` --- \*Automated by [Kamal Accessories Updater](https://github.com/robfrank/kamal-accessories-updater)\*
2 parents 1f0d0c5 + 03a1895 commit f861ded

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ssh:
3838

3939
accessories:
4040
arcadedb:
41-
image: arcadedata/arcadedb-headless:26.1.1@sha256:7d0f03428f9a7aaad4c7b585ddfe66c23846ff6a18b2b44afed3a7371a29b244
41+
image: arcadedata/arcadedb-headless:26.3.1@sha256:5c1701fd39087175d7d5e7e789bb3f39c4b300955fdd72aaaf95ab58adaab990
4242
host: <%= ENV["HOST_IP"] %>
4343
volumes:
4444
- /home/player/linklift/config:/home/arcadedb/config
@@ -49,7 +49,7 @@ accessories:
4949
JAVA_OPTS: "-Darcadedb.server.plugins=Postgres:com.arcadedb.postgres.PostgresProtocolPlugin"
5050

5151
ollama:
52-
image: ollama/ollama:0.15.6@sha256:6b50410a571fb469b3466c98e0041cd16b01bbf58fe5fde43805e12a13b15d01
52+
image: ollama/ollama:0.17.7@sha256:78e82ce8d3a7191261efd153a9743f77bd2482977c357d90a5397a67ac15e93d
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.17.6@sha256:8318e7716a2d43ce66a3cfb8670153a4ca850fb757be45021370756938c15140
22+
image: ollama/ollama:0.17.7@sha256:0ff452f6a4c3c5bb4ab063a1db190b261d5834741a519189ed5301d50e4434d1
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.17.6@sha256:8318e7716a2d43ce66a3cfb8670153a4ca850fb757be45021370756938c15140
37+
image: ollama/ollama:0.17.7@sha256:0ff452f6a4c3c5bb4ab063a1db190b261d5834741a519189ed5301d50e4434d1
3838
container_name: ollama-init
3939
environment:
4040
- OLLAMA_HOST=http://ollama:11434

0 commit comments

Comments
 (0)