diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2024-08-13 07:00:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-08-13 07:00:05 +0000 |
commit | 2ce0437988709fd8af46c8f922f1d22d312e49f9 (patch) | |
tree | 138a5d7d40fb23dbfb216f58233e5c83ab6d56ff /kubernetes/common/elasticsearch/components/data/Chart.yaml | |
parent | 57e1545490a36771596200a34cf1efe58181b243 (diff) | |
parent | dbabc4be8ab3a55d76fab88dab356d43e3d59e19 (diff) |
Merge "[COMMON] Synchronize common charts"
Diffstat (limited to 'kubernetes/common/elasticsearch/components/data/Chart.yaml')
-rw-r--r-- | kubernetes/common/elasticsearch/components/data/Chart.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/common/elasticsearch/components/data/Chart.yaml b/kubernetes/common/elasticsearch/components/data/Chart.yaml index d49a21085b..30c925aba7 100644 --- a/kubernetes/common/elasticsearch/components/data/Chart.yaml +++ b/kubernetes/common/elasticsearch/components/data/Chart.yaml @@ -23,7 +23,7 @@ version: 13.0.0 dependencies: - name: common version: ~13.x-0 - repository: 'file://../../../common' + repository: '@local' - name: repositoryGenerator version: ~13.x-0 - repository: 'file://../../../repositoryGenerator' + repository: '@local' |