Skip to content

Commit 24b8e24

Browse files
barckcodeclaude
andcommitted
chore: bump image versions to 0.2.11
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1b30f72 commit 24b8e24

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ NATS_AUTH_TOKEN=change-me-to-a-secure-token
66
# FRONTEND_PORT=8080
77

88
# Optional: Override agent image
9-
# AGENT_IMAGE=ghcr.io/helmcode/agent_crew_agent:0.2.10
9+
# AGENT_IMAGE=ghcr.io/helmcode/agent_crew_agent:0.2.11

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
command: ["--auth", "${NATS_AUTH_TOKEN}", "-m", "8222"]
66

77
api:
8-
image: ghcr.io/helmcode/agent_crew_api:0.2.10
8+
image: ghcr.io/helmcode/agent_crew_api:0.2.11
99
restart: unless-stopped
1010
user: root
1111
ports:
@@ -18,13 +18,13 @@ services:
1818
- NATS_URL=nats://nats:4222
1919
- NATS_AUTH_TOKEN=${NATS_AUTH_TOKEN}
2020
- DATABASE_PATH=/data/agentcrew.db
21-
- AGENT_IMAGE=${AGENT_IMAGE:-ghcr.io/helmcode/agent_crew_agent:0.2.10}
21+
- AGENT_IMAGE=${AGENT_IMAGE:-ghcr.io/helmcode/agent_crew_agent:0.2.11}
2222
volumes:
2323
- /var/run/docker.sock:/var/run/docker.sock
2424
- agentcrew_db:/data
2525

2626
frontend:
27-
image: ghcr.io/helmcode/agent_crew:0.2.10
27+
image: ghcr.io/helmcode/agent_crew:0.2.11
2828
restart: unless-stopped
2929
ports:
3030
- "${FRONTEND_PORT:-8080}:8080"

web/src/pages/docs/configuration.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import DocsLayout from '../../layouts/DocsLayout.astro';
5151
<tr>
5252
<td><code>AGENT_IMAGE</code></td>
5353
<td>No</td>
54-
<td><code>ghcr.io/helmcode/agent_crew_agent:0.2.10</code></td>
54+
<td><code>ghcr.io/helmcode/agent_crew_agent:0.2.11</code></td>
5555
<td>Docker image used for agent containers. Override this to use a custom or newer agent image.</td>
5656
</tr>
5757
<tr>
@@ -83,7 +83,7 @@ NATS_AUTH_TOKEN=a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6
8383
# Optional overrides
8484
API_PORT=3000
8585
FRONTEND_PORT=8080
86-
AGENT_IMAGE=ghcr.io/helmcode/agent_crew_agent:0.2.10
86+
AGENT_IMAGE=ghcr.io/helmcode/agent_crew_agent:0.2.11
8787

8888
# Scheduler settings
8989
SCHEDULE_TIMEOUT=1h

web/src/pages/es/docs/configuration.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import DocsLayout from '../../../layouts/DocsLayout.astro';
5151
<tr>
5252
<td><code>AGENT_IMAGE</code></td>
5353
<td>No</td>
54-
<td><code>ghcr.io/helmcode/agent_crew_agent:0.2.10</code></td>
54+
<td><code>ghcr.io/helmcode/agent_crew_agent:0.2.11</code></td>
5555
<td>Imagen Docker utilizada para los contenedores de agentes. Sobreescribela para usar una imagen de agente personalizada o mas reciente.</td>
5656
</tr>
5757
<tr>
@@ -83,7 +83,7 @@ NATS_AUTH_TOKEN=a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6
8383
# Optional overrides
8484
API_PORT=3000
8585
FRONTEND_PORT=8080
86-
AGENT_IMAGE=ghcr.io/helmcode/agent_crew_agent:0.2.10
86+
AGENT_IMAGE=ghcr.io/helmcode/agent_crew_agent:0.2.11
8787

8888
# Scheduler settings
8989
SCHEDULE_TIMEOUT=1h

0 commit comments

Comments
 (0)