Revert forgejo migration

This commit is contained in:
2025-02-16 13:47:33 +01:00
parent 83cc27014a
commit 2899f38fe6
16 changed files with 96 additions and 97 deletions

View File

@@ -1,5 +0,0 @@
# /apps/base/forgejo/namespace.yaml
apiVersion: v1
kind: Namespace
metadata:
name: forgejo

View File

@@ -1,10 +0,0 @@
# /apps/base/forgejo/repository.yaml
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: forgejo
namespace: forgejo
spec:
type: oci
interval: 1h
url: oci://code.forgejo.org/forgejo-helm

View File

@@ -1,7 +1,7 @@
# /apps/base/forgejo/kustomization.yaml
# /apps/base/gitea/kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: forgejo
namespace: gitea
resources:
- namespace.yaml

View File

@@ -0,0 +1,5 @@
# /apps/base/gitea/namespace.yaml
apiVersion: v1
kind: Namespace
metadata:
name: gitea

View File

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