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

Preparing Alpha Branch #3619

Merged
merged 4 commits into from
Dec 23, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/ci-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
buildChannel: webgl
rust_kanban:
needs: ['alter', 'globals']
if: needs.alter.outputs.rust_kanban == 'true'
if: needs.alter.outputs.kanban == 'true'
name: Rust Kanaban Docker
runs-on: 'ubuntu-latest'
permissions:
Expand Down
4 changes: 3 additions & 1 deletion apps/kbve.com/src/content/journal/12-22.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ import { Adsense, Tasks } from '@kbve/astropad';

**Helm**

Now to build out the pipeline for the docker build and deploying it all using helm charts.
Now to build out the pipeline for the docker build and deploying it all using helm charts.
Before building out the helm chart, I need to switch back around and make sure that the docker build is good to go.
This way the hlem chart will deploy that docker image and we can have it sit under the ingress of `kanban.kbve.com`.
22 changes: 22 additions & 0 deletions apps/kbve.com/src/content/journal/12-23.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: 'Decemeber: 23rd'
category: Daily
date: 2024-12-23 12:00:00
client: Self
unsplash: 1511512578047-dfb367046420
img: https://images.unsplash.com/photo-1511512578047-dfb367046420?crop=entropy&cs=srgb&fm=jpg&ixid=MnwzNjM5Nzd8MHwxfHJhbmRvbXx8fHx8fHx8fDE2ODE3NDg2ODY&ixlib=rb-4.0.3&q=85
description: Decemeber 23rd.
tags:
- daily
---

import { Adsense, Tasks } from '@kbve/astropad';

## 2024

- 05:15AM

**Docker**

Before building out the helm chart, we want to make sure that the docker build is good to go.
We need it to be published and then have the ability to pull that docker image from the hub before we can move forward with the helm chart.
Loading