diff --git a/infrastructure/sources/8gears-n8n-helmrepository.yaml b/infrastructure/sources/8gears-n8n-helmrepository.yaml index e085058..1ed23fe 100644 --- a/infrastructure/sources/8gears-n8n-helmrepository.yaml +++ b/infrastructure/sources/8gears-n8n-helmrepository.yaml @@ -1,8 +1,9 @@ -apiVersion: source.toolkit.fluxcd.io/v1 +apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmRepository metadata: name: 8gears-n8n namespace: flux-system spec: + type: "oci" interval: 60m url: oci://8gears.container-registry.com/library/n8n diff --git a/infrastructure/sources/forgejo-helmrepository.yaml b/infrastructure/sources/forgejo-helmrepository.yaml index a5622be..87587e8 100644 --- a/infrastructure/sources/forgejo-helmrepository.yaml +++ b/infrastructure/sources/forgejo-helmrepository.yaml @@ -1,8 +1,9 @@ -apiVersion: source.toolkit.fluxcd.io/v1 +apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmRepository metadata: name: forgejo namespace: flux-system spec: + type: "oci" interval: 60m url: oci://codeberg.org/forgejo-contrib/forgejo diff --git a/infrastructure/sources/gitea-helmrepository.yaml b/infrastructure/sources/gitea-helmrepository.yaml index 01bec3a..5b5eb40 100644 --- a/infrastructure/sources/gitea-helmrepository.yaml +++ b/infrastructure/sources/gitea-helmrepository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1 +apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmRepository metadata: name: gitea diff --git a/infrastructure/sources/invoiceninja-helmrepository.yaml b/infrastructure/sources/invoiceninja-helmrepository.yaml index fa41110..2f08d7d 100644 --- a/infrastructure/sources/invoiceninja-helmrepository.yaml +++ b/infrastructure/sources/invoiceninja-helmrepository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1 +apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmRepository metadata: name: invoiceninja diff --git a/infrastructure/sources/robjuz-helmrepository.yaml b/infrastructure/sources/robjuz-helmrepository.yaml index 17f027f..c5e25fd 100644 --- a/infrastructure/sources/robjuz-helmrepository.yaml +++ b/infrastructure/sources/robjuz-helmrepository.yaml @@ -1,5 +1,5 @@ # For kimai2 -apiVersion: source.toolkit.fluxcd.io/v1 +apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmRepository metadata: name: robjuz diff --git a/infrastructure/sources/truecharts-helmrepository.yaml b/infrastructure/sources/truecharts-helmrepository.yaml index bfa4ad4..04b23ac 100644 --- a/infrastructure/sources/truecharts-helmrepository.yaml +++ b/infrastructure/sources/truecharts-helmrepository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1 +apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmRepository metadata: name: truecharts diff --git a/infrastructure/sources/vikunja-helmrepository.yaml b/infrastructure/sources/vikunja-helmrepository.yaml index eaa73a9..4dfe7e6 100644 --- a/infrastructure/sources/vikunja-helmrepository.yaml +++ b/infrastructure/sources/vikunja-helmrepository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1 +apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmRepository metadata: name: vikunja diff --git a/infrastructure/sources/zammad.yaml b/infrastructure/sources/zammad.yaml index 752e048..34a31cd 100644 --- a/infrastructure/sources/zammad.yaml +++ b/infrastructure/sources/zammad.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1 +apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmRepository metadata: name: zammad diff --git a/overrides/stackspin-local-path-provisioner-override.yaml b/overrides/stackspin-local-path-provisioner-override.yaml index f42a23d..a871e5b 100644 --- a/overrides/stackspin-local-path-provisioner-override.yaml +++ b/overrides/stackspin-local-path-provisioner-override.yaml @@ -1,6 +1,7 @@ apiVersion: v1 kind: ConfigMap metadata: + namespace: kube-system name: stackspin-local-path-provisioner-override data: values.yaml: |