fix: fix syntax for ocirepository and helmrelease for forgejo

This commit is contained in:
Patryk Hegenberg 2025-05-26 07:57:53 +02:00
parent 655e277108
commit c192937f56
2 changed files with 3 additions and 1 deletions

View file

@ -9,7 +9,7 @@ spec:
spec: spec:
chart: forgejo chart: forgejo
version: 12.5.1 version: 12.5.1
sourceRef: chartRef:
kind: OCIRepository kind: OCIRepository
name: forgejo name: forgejo
namespace: flux-system namespace: flux-system

View file

@ -6,4 +6,6 @@ metadata:
spec: spec:
interval: 30m interval: 30m
url: oci://code.forgejo.org/forgejo-helm/forgejo url: oci://code.forgejo.org/forgejo-helm/forgejo
ref:
tag: "12.5.1"