Skip to content

feat: helm chart - #34

Merged
RambokDev merged 8 commits into
mainfrom
feat/helm-chart
Mar 9, 2026
Merged

feat: helm chart#34
RambokDev merged 8 commits into
mainfrom
feat/helm-chart

Conversation

@RambokDev

@RambokDev RambokDev commented Mar 9, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • New Features
    • Helm chart support for Kubernetes deployments with configurable environment variables, image settings, resource allocation, and persistent volume options.
    • Automated publishing of Helm charts to container registry during the release process.
    • Added operational documentation for deployment and configuration management.

@RambokDev RambokDev linked an issue Mar 9, 2026 that may be closed by this pull request
@coderabbitai

coderabbitai Bot commented Mar 9, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: d7709955-ddaa-4c6c-b0ab-a4a045ccc0ab

📥 Commits

Reviewing files that changed from the base of the PR and between 189ad86 and 6f0502c.

📒 Files selected for processing (9)
  • .github/workflows/helm.yml
  • .github/workflows/release.yml
  • helm/.helmignore
  • helm/Chart.yaml
  • helm/README.md
  • helm/templates/configmap.yaml
  • helm/templates/deployment.yaml
  • helm/templates/env-configmap.yaml
  • helm/values.yaml

📝 Walkthrough

Walkthrough

This PR introduces a complete Helm chart for Portabase Agent, enabling containerized Kubernetes deployments. It adds GitHub Actions workflow automation to publish charts to OCI registry, along with Helm templates (ConfigMaps, Deployment) and default values configuration for environment variables, resources, and optional config file mounting.

Changes

Cohort / File(s) Summary
GitHub Actions Workflows
.github/workflows/helm.yml, .github/workflows/release.yml
New Helm chart publishing workflow triggered by release pipeline; publishes packaged charts to ghcr.io/portabase/charts as OCI artifacts. Release workflow updated to invoke publish-helm job before finalize-release and notify-discord.
Helm Chart Metadata
helm/Chart.yaml, helm/.helmignore
Chart descriptor defining Portabase Agent v0.0.0 with maintainers, keywords, and repository metadata. Helmignore file excludes common VCS, editor, and system files from packaging.
Helm Templates
helm/templates/deployment.yaml, helm/templates/configmap.yaml, helm/templates/env-configmap.yaml
Deployment template with conditional hostPath or ConfigMap-based config.json mounting, configurable replicas, image settings, and host aliases. Two ConfigMaps for environment variables and optional configuration file content.
Helm Configuration & Documentation
helm/values.yaml, helm/README.md
Default values providing image repository (portabase/agent), environment variables (EDGE_KEY, TZ, POLLING, APP_ENV, LOG), resource limits, and inline database configuration. README adds development notes with kubectl and helm commands for local testing and management.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~22 minutes

Possibly related PRs

Poem

🐰 A chart for the agent to sail
Through Kubernetes clouds without fail,
With templates so fine and values divine,
Our containers now perfectly align! 🚀

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/helm-chart

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Comment @coderabbitai help to get the list of available commands and usage tips.

@RambokDev
RambokDev merged commit a96cef6 into main Mar 9, 2026
1 check was pending
@RambokDev
RambokDev deleted the feat/helm-chart branch March 9, 2026 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Helm charts to simplify Kubernetes deployment (Agent)

1 participant