chore: Again, not using OCI.

This commit is contained in:
2026-02-24 23:08:16 +01:00
parent f66d1dd54f
commit e81b41c938
4 changed files with 18 additions and 18 deletions

View File

@@ -6,9 +6,14 @@ metadata:
name: &name infisical
spec:
interval: 1h
chartRef:
kind: OCIRepository
name: *name
chart:
spec:
chart: infisical
version: 0.10.2
sourceRef:
kind: HelmRepository
name: infisical
interval: 1h
driftDetection:
mode: enabled
install:

View File

@@ -0,0 +1,9 @@
---
# 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: infisical
spec:
interval: 1h
url: https://dl.cloudsmith.io/public/infisical/helm-charts/helm/charts/

View File

@@ -4,6 +4,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./helmrelease.yaml
- ./helmrepository.yaml
- ./httproute.yaml
- ./ocirepository.yaml
- ./secret.sops.yaml

View File

@@ -1,14 +0,0 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/source.toolkit.fluxcd.io/ocirepository_v1.json
apiVersion: source.toolkit.fluxcd.io/v1
kind: OCIRepository
metadata:
name: infisical
spec:
interval: 1h
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
tag: 0.10.2
url: oci://dl.cloudsmith.io/public/infisical/helm-charts