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/postgres-init/Chart.yaml | |
parent | 57e1545490a36771596200a34cf1efe58181b243 (diff) | |
parent | dbabc4be8ab3a55d76fab88dab356d43e3d59e19 (diff) |
Merge "[COMMON] Synchronize common charts"
Diffstat (limited to 'kubernetes/common/postgres-init/Chart.yaml')
-rw-r--r-- | kubernetes/common/postgres-init/Chart.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kubernetes/common/postgres-init/Chart.yaml b/kubernetes/common/postgres-init/Chart.yaml index 342854c71a..4951ed6359 100644 --- a/kubernetes/common/postgres-init/Chart.yaml +++ b/kubernetes/common/postgres-init/Chart.yaml @@ -1,5 +1,6 @@ # Copyright © 2021 Orange # Modifications Copyright © 2021 Nordix Foundation +# Modifications Copyright © 2024 Deutsche Telekom # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,16 +17,16 @@ apiVersion: v2 description: Chart for Postgres init job name: postgres-init -version: 13.0.2 +version: 13.0.3 dependencies: - name: common version: ~13.x-0 - repository: 'file://../common' + repository: '@local' - name: repositoryGenerator version: ~13.x-0 - repository: 'file://../repositoryGenerator' + repository: '@local' - name: readinessCheck version: ~13.x-0 repository: '@local' |