1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 00:08:34 +02:00

[PR #1222] Added helm charts #1182

Open
opened 2026-05-07 00:16:30 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/maziggy/bambuddy/pull/1222
Author: @daltonpearson
Created: 5/6/2026
Status: 🔄 Open

Base: mainHead: feature/helm-charts


📝 Commits (2)

  • 8c08fa9 Added helm charts
  • 542e52d Updated default TZ to match docker-compose

📊 Changes

4 files changed (+152 additions, -0 deletions)

View changed files

helm/Chart.yaml (+6 -0)
helm/templates/deployment.yaml (+61 -0)
helm/templates/pvcs.yaml (+50 -0)
helm/values.yaml (+35 -0)

📄 Description

Description

Just added a basic helm chart, feel free to close if you consider this out of scope.

Documentation

Companion docs PRs (delete lines that don't apply):

  • Wiki: maziggy/bambuddy-wiki#___
  • Website: maziggy/bambuddy-website#___

Pick one:

  • Docs PR(s) linked above
  • No docs update required — reason: ___

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test addition or update

Changes Made

  • Added helm chart for kubernetes deployment

Testing

Deployed successfully against my kubernetes cluster

  • I have tested this on my local machine
  • I have tested with my printer model: P1S

Checklist

  • My code follows the project's coding style
  • I have commented my code where necessary
  • My changes generate no new warnings
  • I have tested my changes thoroughly

Additional Notes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/maziggy/bambuddy/pull/1222 **Author:** [@daltonpearson](https://github.com/daltonpearson) **Created:** 5/6/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/helm-charts` --- ### 📝 Commits (2) - [`8c08fa9`](https://github.com/maziggy/bambuddy/commit/8c08fa9a3f192914722cd5cc62539c883a048bdc) Added helm charts - [`542e52d`](https://github.com/maziggy/bambuddy/commit/542e52d4a2f59c91985ee25b6496f6c2f17c76d1) Updated default TZ to match docker-compose ### 📊 Changes **4 files changed** (+152 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `helm/Chart.yaml` (+6 -0) ➕ `helm/templates/deployment.yaml` (+61 -0) ➕ `helm/templates/pvcs.yaml` (+50 -0) ➕ `helm/values.yaml` (+35 -0) </details> ### 📄 Description ## Description Just added a basic helm chart, feel free to close if you consider this out of scope. ## Documentation **Companion docs PRs** (delete lines that don't apply): - Wiki: maziggy/bambuddy-wiki#___ - Website: maziggy/bambuddy-website#___ **Pick one**: - [ ] Docs PR(s) linked above - [ ] No docs update required — reason: ___ ## Type of Change <!-- Mark the relevant option with an "x" --> - [ ] Bug fix (non-breaking change that fixes an issue) - [x] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation update - [ ] Code refactoring - [ ] Performance improvement - [ ] Test addition or update ## Changes Made <!-- List the specific changes made in this PR --> - Added helm chart for kubernetes deployment ## Testing <!-- Describe how you tested your changes --> Deployed successfully against my kubernetes cluster - [x] I have tested this on my local machine - [x] I have tested with my printer model: P1S <!-- e.g., X1C, P1S, A1 --> ## Checklist - [x] My code follows the project's coding style - [x] I have commented my code where necessary - [x] My changes generate no new warnings - [x] I have tested my changes thoroughly ## Additional Notes <!-- Add any additional information that reviewers should know --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#1182
No description provided.