mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
[PR #227] [CLOSED] feat: Added Helm chart #898
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/227
Author: @hobbit44
Created: 2/12/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (4)
a22eb55Added helm chart and updated release workflow3f2f503update2fbc0eeupdate60d387cMerge branch 'pocket-id:main' into main📊 Changes
15 files changed (+634 additions, -14 deletions)
View changed files
➕
.github/workflows/pr-checks.yml(+36 -0)📝
.github/workflows/release.yml(+24 -14)📝
CONTRIBUTING.md(+9 -0)➕
chart/.helmignore(+23 -0)➕
chart/Chart.yaml(+9 -0)➕
chart/README.md(+70 -0)➕
chart/README.md.gotmpl(+29 -0)➕
chart/templates/NOTES.txt(+22 -0)➕
chart/templates/_helpers.tpl(+62 -0)➕
chart/templates/configmap.yaml(+18 -0)➕
chart/templates/ingress.yaml(+43 -0)➕
chart/templates/service.yaml(+15 -0)➕
chart/templates/serviceaccount.yaml(+13 -0)➕
chart/templates/statefulset.yaml(+109 -0)➕
chart/values.yaml(+152 -0)📄 Description
I primarily use k8s and i noticed you didnt have one yet so threw together somthing to get started.
Please let me know if you want anything changed inline with any design parameters you have and im happy to keep maintaining this.
This uses the OCI standard to push charts to the ghcr.io pakages repo alongside your docker image. I would also recommend publishing this to ArtifactHub.
This can be tested by using:
If you want to include this im happy to update the docs in you other repo to add an installation guide and useful values examples.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.