Skip to content

Commit 499d61b

Browse files
ferhimedamineDakera OpsPaperclip-Paperclip
authored
chore: bump dashboard image 0.3.4 → 0.3.5 (DAK-353 critical fixes) (#21)
node_count parse error fixed, Memory Network page working, Ops page now shows real live data. Co-authored-by: Dakera Ops <ops@dakera.ai> Co-authored-by: Paperclip <noreply@paperclip.ing>
1 parent 0b61ba4 commit 499d61b

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)