From 94f500dfdc965fdf2b209f55d463f4b2459ffa4e Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Wed, 9 Oct 2024 17:00:00 +0200 Subject: [PATCH] feat(manifest): update chart reference kind to OCIRepository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - change chart reference kind from HelmChart to OCIRepository - ensure compatibility with OCI-based deployments - update documentation to reflect the new chart reference type 🤖 --- manifests/podinfo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/podinfo.yml b/manifests/podinfo.yml index ea41698..cf5f4b3 100644 --- a/manifests/podinfo.yml +++ b/manifests/podinfo.yml @@ -19,7 +19,7 @@ spec: interval: 10m targetNamespace: podinfo chartRef: - kind: HelmChart + kind: OCIRepository name: podinfo namespace: flux2 values: