I have started the PR to add a Helm chart. It's still a WIP but it could be interesting to get some feedback. I mostly need to test it and to work on the documentation. I would like also to add automated tests.
🔄 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/RayLabsHQ/gitea-mirror/pull/101
**Author:** [@V-Paranoiaque](https://github.com/V-Paranoiaque)
**Created:** 9/21/2025
**Status:** ✅ Merged
**Merged:** 10/1/2025
**Merged by:** [@arunavo4](https://github.com/arunavo4)
**Base:** `main` ← **Head:** `helm-chart`
---
### 📝 Commits (10+)
- [`319e792`](https://github.com/RayLabsHQ/gitea-mirror/commit/319e7925ff10068ecea5091beb7144ae0ebe9f07) First commit TBT
- [`3c52fe5`](https://github.com/RayLabsHQ/gitea-mirror/commit/3c52fe58aac4f55df93af753d3d0d9aedaa10556) Missing space
- [`80fd43e`](https://github.com/RayLabsHQ/gitea-mirror/commit/80fd43ef427026217370fd9b44195fd6e33e631b) More features
- [`4528be8`](https://github.com/RayLabsHQ/gitea-mirror/commit/4528be8cc6e5e203735b33fb597a65398b4bfa89) Too many spaces
- [`f701574`](https://github.com/RayLabsHQ/gitea-mirror/commit/f701574e675bc2f1ee479acf2c377a3a904f2b50) Move NODE_ENV to the configmap
- [`1e2c1c6`](https://github.com/RayLabsHQ/gitea-mirror/commit/1e2c1c686d15e478693db1d4109acba1933afc2e) Add volumes
- [`cd86a09`](https://github.com/RayLabsHQ/gitea-mirror/commit/cd86a09bbddb806234f2c2a1742df86490a96f12) Minor fixes
- [`f9d18f3`](https://github.com/RayLabsHQ/gitea-mirror/commit/f9d18f34abf7c91b0b519e72addd6ac68ad01c47) Fix image tag
- [`432a2bc`](https://github.com/RayLabsHQ/gitea-mirror/commit/432a2bc54d4234b3009c6bab69bf8fc8eea89ffe) Add missing podSecurityContext
- [`7386b54`](https://github.com/RayLabsHQ/gitea-mirror/commit/7386b54a460ed8e49955924b38f812fce3cd0e30) Fix env vars
### 📊 Changes
**16 files changed** (+1063 additions, -0 deletions)
<details>
<summary>View changed files</summary>
➕ `.github/ci/values-ci.yaml` (+59 -0)
📝 `.github/workflows/README.md` (+7 -0)
➕ `.github/workflows/helm-test.yml` (+58 -0)
➕ `helm/gitea-mirror/.yamllint` (+21 -0)
➕ `helm/gitea-mirror/Chart.yaml` (+12 -0)
➕ `helm/gitea-mirror/README.md` (+307 -0)
➕ `helm/gitea-mirror/templates/_helpers.tpl` (+59 -0)
➕ `helm/gitea-mirror/templates/configmap.yaml` (+38 -0)
➕ `helm/gitea-mirror/templates/deployment.yaml` (+143 -0)
➕ `helm/gitea-mirror/templates/httproute.yaml` (+77 -0)
➕ `helm/gitea-mirror/templates/ingress.yaml` (+40 -0)
➕ `helm/gitea-mirror/templates/pvc.yaml` (+26 -0)
➕ `helm/gitea-mirror/templates/secret.yaml` (+14 -0)
➕ `helm/gitea-mirror/templates/service.yaml` (+34 -0)
➕ `helm/gitea-mirror/templates/serviceaccount.yaml` (+17 -0)
➕ `helm/gitea-mirror/values.yaml` (+151 -0)
</details>
### 📄 Description
Hello,
I have started the PR to add a Helm chart. It's still a WIP but it could be interesting to get some feedback. I mostly need to test it and to work on the documentation. I would like also to add automated tests.
**TODO**
- [x] Document the chart
- [x] Test the YAML and the chart when a PR is created
- [ ] Publish to [Artifact Hub](https://artifacthub.io/)
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/101
Author: @V-Paranoiaque
Created: 9/21/2025
Status: ✅ Merged
Merged: 10/1/2025
Merged by: @arunavo4
Base:
main← Head:helm-chart📝 Commits (10+)
319e792First commit TBT3c52fe5Missing space80fd43eMore features4528be8Too many spacesf701574Move NODE_ENV to the configmap1e2c1c6Add volumescd86a09Minor fixesf9d18f3Fix image tag432a2bcAdd missing podSecurityContext7386b54Fix env vars📊 Changes
16 files changed (+1063 additions, -0 deletions)
View changed files
➕
.github/ci/values-ci.yaml(+59 -0)📝
.github/workflows/README.md(+7 -0)➕
.github/workflows/helm-test.yml(+58 -0)➕
helm/gitea-mirror/.yamllint(+21 -0)➕
helm/gitea-mirror/Chart.yaml(+12 -0)➕
helm/gitea-mirror/README.md(+307 -0)➕
helm/gitea-mirror/templates/_helpers.tpl(+59 -0)➕
helm/gitea-mirror/templates/configmap.yaml(+38 -0)➕
helm/gitea-mirror/templates/deployment.yaml(+143 -0)➕
helm/gitea-mirror/templates/httproute.yaml(+77 -0)➕
helm/gitea-mirror/templates/ingress.yaml(+40 -0)➕
helm/gitea-mirror/templates/pvc.yaml(+26 -0)➕
helm/gitea-mirror/templates/secret.yaml(+14 -0)➕
helm/gitea-mirror/templates/service.yaml(+34 -0)➕
helm/gitea-mirror/templates/serviceaccount.yaml(+17 -0)➕
helm/gitea-mirror/values.yaml(+151 -0)📄 Description
Hello,
I have started the PR to add a Helm chart. It's still a WIP but it could be interesting to get some feedback. I mostly need to test it and to work on the documentation. I would like also to add automated tests.
TODO
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.