fix: correct file:// dependency path (5 levels up to test/integration/)
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
a4e807eddf
commit
d923707da0
|
|
@ -1,6 +1,6 @@
|
|||
dependencies:
|
||||
- name: raw
|
||||
repository: file://../../../../../../charts/raw
|
||||
repository: file://../../../../../charts/raw
|
||||
version: 0.0.1
|
||||
apiVersion: v2
|
||||
appVersion: "1.0.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue