feat(manifest): update chart reference kind to OCIRepository
- change chart reference kind from HelmChart to OCIRepository
- ensure compatibility with OCI-based deployments
- update documentation to reflect the new chart reference type
🤖
This commit is contained in:
parent
0b3f517443
commit
94f500dfdc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ spec:
|
||||||
interval: 10m
|
interval: 10m
|
||||||
targetNamespace: podinfo
|
targetNamespace: podinfo
|
||||||
chartRef:
|
chartRef:
|
||||||
kind: HelmChart
|
kind: OCIRepository
|
||||||
name: podinfo
|
name: podinfo
|
||||||
namespace: flux2
|
namespace: flux2
|
||||||
values:
|
values:
|
||||||
|
|
Loading…
Reference in a new issue