Skip to content

Commit e66f7e4

Browse files
committed
Use repo URLs for deps.
Signed-off-by: Josh Baird <[email protected]>
1 parent 1cfbbe8 commit e66f7e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/fluent-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ maintainers:
2323
2424
dependencies:
2525
- name: fluent-bit-crds
26-
repository: "file://../charts/fluent-bit-crds" # set to remote repository during release by CI
26+
repository: https://fluent.github.io/helm-charts
2727
version: 0.1.0
2828
condition: fluentbit.enable && fluentbit.crdsEnable
2929
- name: fluentd-crds
30-
repository: "file://../charts/fluentd-crds" # set to remote repository during release by CI
30+
repository: https://fluent.github.io/helm-charts
3131
condition: fluentd.enable && fluentd.crdsEnable
3232
version: 0.1.0

0 commit comments

Comments
 (0)