Skip to content

Commit 04d52ba

Browse files
joshuabairdclaude
andcommitted
Revert Chart.yaml dependency changes to use remote repositories
The file:// dependencies were for local development only and break the published chart for end users. Reverting to remote repository URLs. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Josh Baird <jbaird@galileo.io>
1 parent e432b21 commit 04d52ba

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

charts/fluent-operator/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ maintainers:
2323
email: joshbaird@gmail.com
2424
dependencies:
2525
- name: fluent-bit-crds
26-
repository: "file://../fluent-bit-crds"
26+
repository: https://fluent.github.io/helm-charts
2727
version: 0.2.3
2828
condition: fluentbit.enable && fluentbit.crdsEnable
2929
- name: fluentd-crds
30-
repository: "file://../fluentd-crds"
3130
version: 0.2.1
3231
condition: fluentd.enable && fluentd.crdsEnable

0 commit comments

Comments
 (0)