Skip to content

Commit 460ab53

Browse files
carpenikeclaude
andcommitted
fix: update multus HelmRelease to use chartRef for OCIRepository
Changed from chart.spec.sourceRef to chartRef to match the correct format used by other working HelmReleases with OCIRepository sources. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 19f3924 commit 460ab53

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

kubernetes/cluster-0/apps/network/multus/app/helmrelease.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ metadata:
66
name: multus
77
spec:
88
interval: 30m
9-
chart:
10-
spec:
11-
chart: app-template
12-
version: 4.0.1
13-
sourceRef:
14-
kind: OCIRepository
15-
name: app-template
16-
namespace: flux-system
9+
chartRef:
10+
kind: OCIRepository
11+
name: app-template
12+
namespace: flux-system
1713

1814
values:
1915
controllers:

0 commit comments

Comments
 (0)