svc.kargo
f759c77b17
chore(kargo): update image tag official-bots to 0.26.0 on eu-central-1-prod ( #475 )
2026-06-23 14:56:36 +02:00
svc.kargo
d3234b3347
chore(kargo): update image tag official-bots to 0.25.0 on eu-central-1-prod ( #454 )
...
chore(kargo): update image tag official-bots to 0.25.0 on eu-central-1-prod
[View in Kargo UI](https://kargo.nowchess.janis-eccarius.de/project/nowchess-kargo/stage/eu-central-1-prod )
---------
Co-authored-by: Kargo <no-reply@kargo.io >
Reviewed-on: #454
Co-authored-by: svc.kargo <kargo@blackhole.local >
Co-committed-by: svc.kargo <kargo@blackhole.local >
2026-06-23 14:55:09 +02:00
svc.kargo
4efe1c2d92
chore(kargo): update image tag account to 0.26.0 on eu-central-1-prod ( #451 )
2026-06-22 19:59:44 +02:00
svc.kargo
183bb029ff
chore(kargo): update image tag official-bots to 0.24.0 on eu-central-1-prod ( #449 )
2026-06-22 19:58:31 +02:00
svc.kargo
4ab804f3bd
chore(kargo): update image tag official-bots to 0.23.0 on eu-central-1-prod ( #442 )
2026-06-21 22:24:14 +02:00
svc.kargo
f823e06971
chore(kargo): update image tag frontend to 0.5.0 on eu-central-1-prod ( #439 )
2026-06-21 22:15:44 +02:00
lq64
0030998279
fix: add WebSocket timeout annotations and use-regex to ingresses ( #419 )
...
Add proxy-read-timeout and proxy-send-timeout (3600s) so nginx does not
drop long-lived WebSocket connections at the default 60s idle timeout.
Add use-regex: "true" to staging to match production — without it, the
ImplementationSpecific path for the game WebSocket
(/api/board/game/[A-Za-z0-9]{8}/ws) is treated as a literal string
instead of a regex and never matches real game IDs.
---------
Co-authored-by: LQ63 <lkhermann@web.de >
Reviewed-on: #419
Co-authored-by: Leon Hermann <lq@blackhole.local >
Co-committed-by: Leon Hermann <lq@blackhole.local >
2026-06-21 12:35:28 +02:00
svc.kargo
3822f2a77f
chore(kargo): update image tag frontend to 0.4.3 on eu-central-1-prod ( #424 )
2026-06-21 11:13:22 +02:00
svc.kargo
11ede2b94c
chore(kargo): update image tag ws to 0.17.0 on eu-central-1-prod ( #422 )
2026-06-21 11:12:42 +02:00
Janis Eccarius
c39661828b
fix: wire analysis service to ingress across all clusters
...
Add /api/analysis → nowchess-analysis-active:8087 path rule to
eu-central-1-staging, eu-central-1-prod, and htwg-1-prod ingresses.
Rule placed before the /api catch-all so nginx routes correctly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-21 10:32:01 +02:00
svc.kargo
669159b098
chore(kargo): update image tag frontend to 0.4.1 on eu-central-1-prod ( #412 )
2026-06-17 09:39:33 +02:00
svc.kargo
55bcbe8ee9
chore(kargo): update image tag account to 0.25.0 on eu-central-1-prod ( #411 )
2026-06-17 09:38:50 +02:00
svc.kargo
6b2c67bd77
chore(kargo): update image tag official-bots to 0.19.0 on eu-central-1-prod ( #408 )
2026-06-17 09:37:51 +02:00
Janis
dbf9a551a7
fix(ingress): route /api/bots to official-bots service ( #403 )
...
/api/bots/official/join-tournament returned 404 because no ingress
rule matched the prefix; requests fell through to the /api catch-all
and hit nowchess-core (8080), which has no such endpoint.
Add /api/bots Prefix rule -> nowchess-official-bots-active:8088 in
all three environments (staging, eu-central-1-prod, htwg-1-prod).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
Reviewed-on: #403
2026-06-17 08:58:49 +02:00
svc.kargo
f043443efd
chore(kargo): update image tag analysis to 0.2.0 on eu-central-1-prod ( #400 )
2026-06-17 00:27:23 +02:00
svc.kargo
dfa7749c18
chore(kargo): update image tag tournament to 0.3.0 on eu-central-1-prod ( #399 )
2026-06-16 22:57:57 +02:00
Janis
63e9d0512c
feat(nci-11): add Kubernetes manifests for nowchess-analysis service ( #392 )
...
Co-authored-by: Janis Eccarius <eccariusjanis@gmail.com >
Reviewed-on: #392
2026-06-16 19:42:04 +02:00
svc.kargo
0442352b3e
chore(kargo): update image tag frontend to 0.3.0 on eu-central-1-prod ( #391 )
2026-06-16 10:37:05 +02:00
svc.kargo
44b3369501
chore(kargo): update image tag tournament to 0.2.0 on eu-central-1-prod ( #390 )
2026-06-16 10:36:25 +02:00
svc.kargo
fd62f236fa
chore(kargo): update image tag core to 0.51.0 on eu-central-1-prod ( #389 )
2026-06-16 10:35:46 +02:00
svc.kargo
9b906edfc9
chore(kargo): update image tag analysis to 0.2.0 on eu-central-1-prod ( #385 )
2026-06-16 10:35:05 +02:00
Janis
0373f61ef7
feat(nci-11): add Kubernetes manifests for nowchess-analysis service ( #381 )
...
Add Argo Rollout (blueGreen), active/preview Services, and HPA for the
new analysis service (port 8087). Wire image pins into all three overlay
kustomizations and register the analysis Warehouse and freight entries in
all three Kargo Stages (staging -> eu-central-1-prod / htwg-1-prod).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
---------
Co-authored-by: Janis Eccarius <eccariusjanis@gmail.com >
Reviewed-on: #381
2026-06-15 22:17:45 +02:00
svc.kargo
139a9f5169
chore(kargo): update image tag frontend to 0.2.7 on eu-central-1-prod ( #376 )
2026-06-10 10:33:48 +02:00
svc.kargo
6b218fbe47
chore(kargo): update image tag ws to 0.16.0 on eu-central-1-prod ( #375 )
2026-06-10 10:33:02 +02:00
svc.kargo
601614b7d6
chore(kargo): update image tag account to 0.24.0 on eu-central-1-prod ( #374 )
2026-06-10 10:32:24 +02:00
svc.kargo
ebd2e51b0a
chore(kargo): update image tag official-bots to 0.17.0 on eu-central-1-prod ( #373 )
2026-06-10 10:31:45 +02:00
svc.kargo
2dd74b07d4
chore(kargo): update image tag core to 0.50.0 on eu-central-1-prod ( #372 )
2026-06-10 10:31:00 +02:00
svc.kargo
00918a724d
chore(kargo): update image tag bot-platform to 0.12.0 on eu-central-1-prod ( #366 )
2026-06-10 10:30:20 +02:00
shosho996
a55a07fa39
feat: NCI 12 stuff for tournment ( #358 )
...
Co-authored-by: Lala, Shahd <Shahd.Lala@sybit.de >
Reviewed-on: #358
2026-06-09 23:52:36 +02:00
Janis Eccarius
ec10c55094
chore: mode changes
2026-06-06 15:47:25 +02:00
svc.kargo
490ea7ef3e
chore(kargo): update image tag store to 0.24.0 on eu-central-1-prod ( #344 )
2026-06-03 08:16:14 +02:00
svc.kargo
02e7425933
chore(kargo): update image tag frontend to 0.2.6 on eu-central-1-prod ( #341 )
2026-06-02 22:04:36 +02:00
svc.kargo
07f0e41723
chore(kargo): update image tag io to 0.23.0 on eu-central-1-prod ( #338 )
2026-06-02 13:47:12 +02:00
svc.kargo
d2b6ce4045
chore(kargo): update image tag core to 0.47.0 on eu-central-1-prod ( #335 )
2026-06-02 12:02:50 +02:00
svc.kargo
72bb552b77
chore(kargo): update image tag frontend to 0.2.5 on eu-central-1-prod ( #332 )
2026-06-02 00:06:22 +02:00
svc.kargo
0088b8e74b
chore(kargo): update image tag store to 0.23.0 on eu-central-1-prod ( #320 )
2026-06-01 18:45:16 +02:00
svc.kargo
ced778faf5
chore(kargo): update image tag core to 0.46.0 on eu-central-1-prod ( #316 )
2026-06-01 18:44:56 +02:00
svc.kargo
4f66d87daa
chore(kargo): update image tag store to 0.22.0 on eu-central-1-prod ( #313 )
2026-05-30 15:35:00 +02:00
svc.kargo
188455ac08
chore(kargo): update image tag store to 0.21.0 on eu-central-1-prod ( #311 )
2026-05-30 15:34:39 +02:00
svc.kargo
bfe100f4af
chore(kargo): update image tag store to 0.22.0 on prod ( #309 )
2026-05-22 12:07:58 +02:00
svc.kargo
c17e58928a
chore(kargo): update image tag store to 0.21.0 on prod ( #307 )
2026-05-22 11:00:09 +02:00
svc.kargo
69ca14579f
chore(kargo): update image tag account to 0.18.0 on prod ( #305 )
2026-05-21 11:44:54 +02:00
svc.kargo
380afad0dc
chore(kargo): update image tag account to 0.17.0 on prod ( #303 )
2026-05-19 16:04:34 +02:00
svc.kargo
0a39ef2f20
chore(kargo): update image tag store to 0.20.0 on prod ( #301 )
2026-05-19 13:50:30 +02:00
svc.kargo
569df02c43
chore(kargo): update image tag store to 0.19.0 on prod ( #299 )
2026-05-19 11:17:00 +02:00
svc.kargo
3691498397
chore(kargo): update image tag store to 0.18.0 on prod ( #297 )
2026-05-19 10:24:20 +02:00
Janis
c070ce727f
feat(nowchess): update ingress configuration to add WebSocket paths and improve routing
2026-05-19 09:32:27 +02:00
svc.kargo
05f5f8ad38
chore(kargo): update image tag core to 0.45.0 on prod ( #295 )
2026-05-19 09:25:41 +02:00
Janis
f01a38a7e2
feat(nowchess): add frontend environment configuration and update rollouts to use ConfigMap
2026-05-19 09:18:07 +02:00
svc.kargo
838128bc73
chore(kargo): update image tag core to 0.44.0 on prod ( #293 )
2026-05-18 23:37:13 +02:00