chore: Again, not using OCI.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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/
|
||||
@@ -4,6 +4,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./helmrelease.yaml
|
||||
- ./helmrepository.yaml
|
||||
- ./httproute.yaml
|
||||
- ./ocirepository.yaml
|
||||
- ./secret.sops.yaml
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user