From 8a8a5c4abcc04740cdb21fc213f81c7eeb27fc70 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Wed, 8 Apr 2026 17:37:01 +0300 Subject: [PATCH] flux: add yc-oci-charts helm repository source --- clusters/yc-k8s-test/helm-repositories.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 clusters/yc-k8s-test/helm-repositories.yaml diff --git a/clusters/yc-k8s-test/helm-repositories.yaml b/clusters/yc-k8s-test/helm-repositories.yaml new file mode 100644 index 0000000..bbdeea6 --- /dev/null +++ b/clusters/yc-k8s-test/helm-repositories.yaml @@ -0,0 +1,12 @@ +--- +apiVersion: source.toolkit.fluxcd.io/v1 +kind: HelmRepository +metadata: + name: yc-oci-charts + namespace: flux-system +spec: + type: oci + interval: 10m0s + url: oci://cr.yandex/crp3ccidau046kdj8g9q/charts + secretRef: + name: yc-cr-auth