From 0f78e02104a254d39af9fedfd155e95affe5157b Mon Sep 17 00:00:00 2001 From: h0lybyte <5599058+h0lybyte@users.noreply.github.com> Date: Thu, 26 Dec 2024 13:38:27 -0500 Subject: [PATCH] ci(kanban): updating the helm chart to deploy the latest docker image. --- apps/kbve.com/src/content/journal/12-26.mdx | 12 +++++++++++- migrations/kube/charts/kanban/services/values.yaml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/apps/kbve.com/src/content/journal/12-26.mdx b/apps/kbve.com/src/content/journal/12-26.mdx index 46a2560b9..aadd6899c 100644 --- a/apps/kbve.com/src/content/journal/12-26.mdx +++ b/apps/kbve.com/src/content/journal/12-26.mdx @@ -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. \ No newline at end of file + 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. \ No newline at end of file diff --git a/migrations/kube/charts/kanban/services/values.yaml b/migrations/kube/charts/kanban/services/values.yaml index 71d5781e4..584f4b383 100644 --- a/migrations/kube/charts/kanban/services/values.yaml +++ b/migrations/kube/charts/kanban/services/values.yaml @@ -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