Skip to content

Commit

Permalink
add forgejo helm
Browse files Browse the repository at this point in the history
  • Loading branch information
angelnu committed Dec 15, 2024
1 parent 4361e72 commit 3853c5e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions base/sources/forgejo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/source.toolkit.fluxcd.io/helmrepository_v1.json
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: forgejo
namespace: flux-system
spec:
type: oci
interval: 1h
url: oci://code.forgejo.org/forgejo-helm
1 change: 1 addition & 0 deletions base/sources/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ resources:
- authentik.yaml
- bjw-s-helm-charts.yaml
- ceph-csi.yaml
- forgejo.yaml
- gitea.yaml
- hajimari.yaml
- infracloudio-charts.yaml
Expand Down

0 comments on commit 3853c5e

Please sign in to comment.