diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-13 07:06:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-13 07:06:19 +0000 |
commit | b1b9996c83afd40588fd8cb3da9488527ae22191 (patch) | |
tree | 43b2ba9e216f614328a70b6da705c058168ba6b8 /kubernetes/common/network-name-gen | |
parent | fe542f3ee68c292170eecc131c6aba663dabe7b0 (diff) | |
parent | ebb1d7292fd23b4f1283876cfd921a1d29716e22 (diff) |
Merge "[Tree-wide] Make chart build process predictible" into frankfurt
Diffstat (limited to 'kubernetes/common/network-name-gen')
-rw-r--r-- | kubernetes/common/network-name-gen/requirements.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/common/network-name-gen/requirements.yaml b/kubernetes/common/network-name-gen/requirements.yaml index 8152196ab5..8c2277c210 100644 --- a/kubernetes/common/network-name-gen/requirements.yaml +++ b/kubernetes/common/network-name-gen/requirements.yaml @@ -15,12 +15,12 @@ dependencies:
- name: common
version: ~6.x-0
- repository: '@local'
+ repository: 'file://../common'
- name: mariadb-galera
version: ~6.x-0
- repository: '@local'
+ repository: 'file://../mariadb-galera'
condition: global.mariadbGalera.localCluster
- name: mariadb-init
version: ~6.x-0
- repository: '@local'
+ repository: 'file://../mariadb-init'
condition: not global.mariadbGalera.localCluster
|