Skip to content

Commit 3e064be

Browse files
Dakera OpsPaperclip-Paperclip
andcommitted
chore: bump dashboard image 0.3.4 → 0.3.5 (DAK-353 critical fixes)
node_count parse error fixed, Memory Network page working, Ops page now shows real live data. Co-Authored-By: Paperclip <noreply@paperclip.ing>
1 parent 33d4b2e commit 3e064be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/docker-compose.ha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ services:
249249
# Dakera Dashboard — Web UI
250250
# ==========================================================================
251251
dashboard:
252-
image: ${DASHBOARD_IMAGE:-ghcr.io/dakera-ai/dakera-dashboard:0.3.4}
252+
image: ${DASHBOARD_IMAGE:-ghcr.io/dakera-ai/dakera-dashboard:0.3.5}
253253
container_name: dakera-dashboard
254254
ports:
255255
- "${DASHBOARD_PORT:-3002}:3000"

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ services:
121121
# Dakera Dashboard (optional)
122122
# ==========================================================================
123123
dashboard:
124-
image: ${DASHBOARD_IMAGE:-ghcr.io/dakera-ai/dakera-dashboard:0.3.4}
124+
image: ${DASHBOARD_IMAGE:-ghcr.io/dakera-ai/dakera-dashboard:0.3.5}
125125
container_name: dakera-dashboard
126126
profiles: ["dashboard", "full"]
127127
ports:

0 commit comments

Comments
 (0)