Install gitea

This commit is contained in:
2025-02-09 18:28:25 +01:00
parent 9c2155840f
commit f6bfe764a1
3 changed files with 74 additions and 1 deletions

4
infra/gitea/Makefile Normal file
View File

@@ -0,0 +1,4 @@
install:
helm repo add gitea-charts https://dl.gitea.com/charts/
helm repo update gitea-charts
helm upgrade --install -n gitea --create-namespace gitea gitea-charts/gitea --version 10.6.0 -f values.yml