diff options
Diffstat (limited to 'deployments/helm/v2/emco/emco-tools/requirements.yaml')
-rw-r--r-- | deployments/helm/v2/emco/emco-tools/requirements.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployments/helm/v2/emco/emco-tools/requirements.yaml b/deployments/helm/v2/emco/emco-tools/requirements.yaml index ddb91c51..14ad537d 100644 --- a/deployments/helm/v2/emco/emco-tools/requirements.yaml +++ b/deployments/helm/v2/emco/emco-tools/requirements.yaml @@ -15,7 +15,7 @@ dependencies: - name: common version: ~0.x-0 - repository: '@local' + repository: 'file://../common' - name: fluentd version: ~1.x-0 - repository: '@local' + repository: 'file://../fluentd' |