Add gitea

This commit is contained in:
2024-09-24 19:39:11 +02:00
parent cc2838aa24
commit d4854fd5aa
9 changed files with 185 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: gitea
resources:
- namespace.yaml
- repository.yaml
- release.yaml

View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: gitea

View File

@@ -0,0 +1,16 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: gitea
namespace: gitea
spec:
interval: 1h
chart:
spec:
chart: gitea
version: 10.2.0
sourceRef:
kind: HelmRepository
name: gitea
namespace: gitea
interval: 1h

View File

@@ -0,0 +1,8 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: gitea
namespace: gitea
spec:
interval: 1h
url: https://dl.gitea.io/charts/