feat: migrate to Gitea, productize Helm chart, unify version
- CI: replace GitLab pipeline with Gitea Actions (.gitea/workflows/release.yaml); publish .deb/image/hosted/chart to Gitea registries; gate image+hosted on .deb (needs + registry pre-check) - drop connectone/Nexus; apt now from the Gitea Debian registry - single version source (/VERSION=3.2.8); CI enforces .env/Chart consistency - restructure: build/->packaging/deb, root Dockerfile->packaging/image, hosted/->packaging/hosted, .kube/->charts/freeradius - Helm chart: documented values, DB password via Secret/$ENV, configurable scheduling/persistence; remove plaintext creds and hostPath PV - gitignore *.env_cnf; docs for hosted (RU)/helm/root + agent KB sync Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
6
packaging/hosted/Dockerfile
Normal file
6
packaging/hosted/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM ubuntu:24.04
|
||||
|
||||
WORKDIR /test
|
||||
ADD . .
|
||||
|
||||
RUN chmod a+x ./install.sh
|
||||
Reference in New Issue
Block a user