[PR #1350] [MERGED] feat: Add Helm chart #1804

Closed
opened 2026-03-02 11:59:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1350
Author: @sheyabernstein
Created: 5/2/2025
Status: Merged
Merged: 6/22/2025
Merged by: @MohamedBassem

Base: mainHead: feat/helm-chart


📝 Commits (2)

📊 Changes

6 files changed (+240 additions, -0 deletions)

View changed files

charts/karakeep/.helmignore (+23 -0)
charts/karakeep/Chart.lock (+9 -0)
charts/karakeep/Chart.yaml (+13 -0)
charts/karakeep/README.md (+38 -0)
charts/karakeep/templates/common.yaml (+1 -0)
charts/karakeep/values.yaml (+156 -0)

📄 Description

Adds a Helm chart for Kubernetes.

The chart inherits from the bjw-s library and Meilesearch charts, providing common configurations. It also includes options for setting up authentication, configuring environment variables, and integrating with external services like OIDC for secure login.

Changes include:

  • Added Karakeep chart with StatefulSet for persistence and deployment.
  • Included configuration for Meilisearch and Chrome containers.
  • Support for OIDC authentication configuration.
  • Configurable storage, secrets, and ingress settings.

Resolves #468


🔄 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/karakeep-app/karakeep/pull/1350 **Author:** [@sheyabernstein](https://github.com/sheyabernstein) **Created:** 5/2/2025 **Status:** ✅ Merged **Merged:** 6/22/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `feat/helm-chart` --- ### 📝 Commits (2) - [`3cad713`](https://github.com/karakeep-app/karakeep/commit/3cad713d1b0b526061ea73d54b36d1c14414af30) Add Helm chart - [`f168984`](https://github.com/karakeep-app/karakeep/commit/f168984560489b763e8b7367091590e571e04b02) Add chrome temp dir and flags ### 📊 Changes **6 files changed** (+240 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `charts/karakeep/.helmignore` (+23 -0) ➕ `charts/karakeep/Chart.lock` (+9 -0) ➕ `charts/karakeep/Chart.yaml` (+13 -0) ➕ `charts/karakeep/README.md` (+38 -0) ➕ `charts/karakeep/templates/common.yaml` (+1 -0) ➕ `charts/karakeep/values.yaml` (+156 -0) </details> ### 📄 Description Adds a Helm chart for Kubernetes. The chart inherits from the [bjw-s library](https://github.com/bjw-s-labs/helm-charts/tree/main) and [Meilesearch](https://github.com/meilisearch/meilisearch-kubernetes) charts, providing common configurations. It also includes options for setting up authentication, configuring environment variables, and integrating with external services like OIDC for secure login. Changes include: - Added Karakeep chart with StatefulSet for persistence and deployment. - Included configuration for Meilisearch and Chrome containers. - Support for OIDC authentication configuration. - Configurable storage, secrets, and ingress settings. Resolves #468 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:59:16 +03:00
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/karakeep#1804
No description provided.