Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Merge patch-atomic-kanban-preparing-helm-chart-12-26-2024-1735237810 into dev #3636

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion apps/kbve.com/src/content/journal/12-26.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,14 @@ import { Adsense, Tasks } from '@kbve/astropad';

The plan is to rework the kanban data structure, so that we can expand upon it.
Once the basic saving, loading and notes are done, we can move forward with adding in the AI tools around it.
If everything can get up and running, we can move back around to the AStar pathfinding in unity.
If everything can get up and running, we can move back around to the AStar pathfinding in unity.
Okay the new docker image should start the build and now I am going to update the helm chart.\


- 01:34PM

**GitOps**

We need the unity game also running, so lets go back around and make sure that rareicon game server is up and running.
To get the gameserver up and running, we need to include the repo URL, which is `https://github.com/KBVE/kbve.git` and the branch is `dev`.
Then enable self-healing and add the path, `/migrations/kube/charts/rareicon` and we should have the gameserver up and running for rareicon.
2 changes: 1 addition & 1 deletion migrations/kube/charts/kanban/services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kanban:
replicaCount: 1
image:
repository: kbve/kanban
tag: 1.02.1
tag: 1.03.1
digest: 'sha256:c002234843480e38de0d9fa6fde5f18a449feea238be757c5afe7cd5bffaecf1'
service:
name: kanban
Expand Down
Loading