[PR #431] [CLOSED] Helm chart #760

Closed
opened 2026-02-04 18:48:42 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/431
Author: @luthes
Created: 6/26/2024
Status: Closed

Base: mainHead: helm-chart


📝 Commits (10+)

📊 Changes

26 files changed (+2042 additions, -224 deletions)

View changed files

.dockerignore (+10 -0)
.env.docker (+3 -0)
📝 .github/docker/README.md (+50 -35)
📝 .github/docker/entrypoint.sh (+28 -63)
Caddyfile (+19 -0)
📝 Dockerfile (+47 -38)
chart/.gitignore (+0 -0)
chart/.helmignore (+0 -0)
chart/Chart.lock (+6 -0)
chart/Chart.yaml (+25 -0)
chart/charts/mariadb-18.2.2.tgz (+0 -0)
chart/templates/NOTES.txt (+0 -0)
chart/templates/_helpers.yaml (+83 -0)
chart/templates/configmaps/panel-configmap.yaml (+21 -0)
chart/templates/panel/panel-deployment.yaml (+181 -0)
chart/templates/panel/panel-ingress.yaml (+22 -0)
chart/templates/panel/panel-service.yaml (+33 -0)
chart/templates/panel/panel-serviceaccount.yaml (+14 -0)
chart/templates/secrets/mariadb-connection-secret.yaml (+26 -0)
chart/values.schema.yaml (+0 -0)

...and 6 more files

📄 Description

No description provided


🔄 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/pelican-dev/panel/pull/431 **Author:** [@luthes](https://github.com/luthes) **Created:** 6/26/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `helm-chart` --- ### 📝 Commits (10+) - [`5772820`](https://github.com/pelican-dev/panel/commit/577282094271076ac0977d8cc0fbcaaae46ba559) Add some docker - [`e4e1733`](https://github.com/pelican-dev/panel/commit/e4e1733c3d6073baba16435d1771c2670fd01dd7) Don’t include this - [`de2491e`](https://github.com/pelican-dev/panel/commit/de2491e15f79e7144b90859d183a057d8b5aa2c9) Fix missing route files - [`efbcd21`](https://github.com/pelican-dev/panel/commit/efbcd21861a3dc81585ec60a0edbc9862469fbaf) Use variables - [`1ce7225`](https://github.com/pelican-dev/panel/commit/1ce72254df9766f609f2ceebf898e5bfd6073a70) Allow both relative and absolute paths - [`1a60eac`](https://github.com/pelican-dev/panel/commit/1a60eacdec59da8fdd6b7518225d7d8494532fca) Already have defaults - [`44a97be`](https://github.com/pelican-dev/panel/commit/44a97be18d719593181cf2fa520597fb3a06cf42) Docker - [`f7bd576`](https://github.com/pelican-dev/panel/commit/f7bd5763375ab2370520adc8868b8a1175bd74a6) Remove old one - [`f58afcd`](https://github.com/pelican-dev/panel/commit/f58afcd4f46ecf93f9629f4445396d14b551ffd8) Use this one primarily - [`8e64c8d`](https://github.com/pelican-dev/panel/commit/8e64c8df703ec42ef8ebe3da1e689fedee90553a) Update variables ### 📊 Changes **26 files changed** (+2042 additions, -224 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+10 -0) ➕ `.env.docker` (+3 -0) 📝 `.github/docker/README.md` (+50 -35) 📝 `.github/docker/entrypoint.sh` (+28 -63) ➕ `Caddyfile` (+19 -0) 📝 `Dockerfile` (+47 -38) ➕ `chart/.gitignore` (+0 -0) ➕ `chart/.helmignore` (+0 -0) ➕ `chart/Chart.lock` (+6 -0) ➕ `chart/Chart.yaml` (+25 -0) ➕ `chart/charts/mariadb-18.2.2.tgz` (+0 -0) ➕ `chart/templates/NOTES.txt` (+0 -0) ➕ `chart/templates/_helpers.yaml` (+83 -0) ➕ `chart/templates/configmaps/panel-configmap.yaml` (+21 -0) ➕ `chart/templates/panel/panel-deployment.yaml` (+181 -0) ➕ `chart/templates/panel/panel-ingress.yaml` (+22 -0) ➕ `chart/templates/panel/panel-service.yaml` (+33 -0) ➕ `chart/templates/panel/panel-serviceaccount.yaml` (+14 -0) ➕ `chart/templates/secrets/mariadb-connection-secret.yaml` (+26 -0) ➕ `chart/values.schema.yaml` (+0 -0) _...and 6 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 18:48:42 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#760