Conversation
…ished (#9425) The angelscript-server deployment references ghcr.io/kbve/angelscript-server:0.0.0 which doesn't exist (placeholder version, engine not yet built). This causes permanent ImagePullBackOff making the ArgoCD app Degraded. Set replicas to 0 so the deployment exists (for ArgoCD tracking) but doesn't try to schedule pods with a nonexistent image.
Contributor
Author
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
mc was removed from the monorepo but its entry remained in version.toml and the main router env allowlist. No source directory existed at functions/mc/.
The per-app cap enforcement was doing file-by-file deletion with du -sk on every iteration — with 97GB of axum-kbve cache, this exceeded the 600s activeDeadlineSeconds timeout. Fix: if an app exceeds 3x the cap (e.g. 97GB vs 15GB cap), rm -rf the entire app cache directory instead of file-by-file. For moderate overages, use sorted-delete of oldest files calculated by overage size (avoids du-per-file loop). Also manually purged 97.9GB of stale axum-kbve docker cache.
…sets (#9428) The ApplyDeferred workaround was ordered .after(LinkSystems::Receive) and .before(LinkReceiveSystems::BufferToLink), but BufferToLink is .in_set(Receive) — creating an unsolvable cycle (a system cannot run after a set it must also run before members of). Reorder to .after(BufferToLink).before(ApplyConditioner) which stays within the sub-set chain and avoids the parent-set conflict. Closes #9423
…ment (#9429) Set publish = true in discordsh-bot version.toml to unblock the CI publish step. Remove notification-bot k8s manifests (ArgoCD app, deployment, service, ingress, httproute, RBAC, externalsecret) as discordsh-bot replaces it. Add discordsh-bot to kustomization.yaml.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release: Dev → Main
6 atomic commits ready for main
Bug Fixes
1001401)e1838a9)147be80)ee592ff)f8f9395)Chores
7a629c3)This PR is automatically maintained by CI — KBVE Studio