diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-06-22 13:37:32 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-06-29 19:20:03 +0000 |
commit | 6e00a8b5804469a9be1ad7d59f612341ce9bf0ce (patch) | |
tree | 79264d3589cc8e6020b617976c71695238490cfd /kubernetes/oof/components/oof-has/Chart.yaml | |
parent | dcff42b4a5b406ff9abb3da0e077268581e4cb51 (diff) |
[COMMON] Bump ONAP version
Update chart versions to 13.0.0 for Montreal
Issue-ID: OOM-3173
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: Ie53fd021f01e459c464e44f4459a73ba0b00c172
Diffstat (limited to 'kubernetes/oof/components/oof-has/Chart.yaml')
-rwxr-xr-x | kubernetes/oof/components/oof-has/Chart.yaml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/kubernetes/oof/components/oof-has/Chart.yaml b/kubernetes/oof/components/oof-has/Chart.yaml index 8fd5dbd2ad..79f19c176c 100755 --- a/kubernetes/oof/components/oof-has/Chart.yaml +++ b/kubernetes/oof/components/oof-has/Chart.yaml @@ -18,41 +18,41 @@ apiVersion: v2 description: ONAP Homing and Allocation Service name: oof-has -version: 12.0.0 +version: 13.0.0 dependencies: - name: common - version: ~12.x-0 + version: ~13.x-0 repository: '@local' - name: etcd - version: ~12.x-0 + version: ~13.x-0 repository: '@local' condition: etcd.enabled - name: etcd-init - version: ~12.x-0 + version: ~13.x-0 repository: '@local' condition: etcd-init.enabled - name: oof-has-api - version: ~12.x-0 + version: ~13.x-0 repository: 'file://components/oof-has-api' condition: oof-has-api.enabled - name: oof-has-controller - version: ~12.x-0 + version: ~13.x-0 repository: 'file://components/oof-has-controller' condition: oof-has-controller.enabled - name: oof-has-data - version: ~12.x-0 + version: ~13.x-0 repository: 'file://components/oof-has-data' condition: oof-has-data.enabled - name: oof-has-reservation - version: ~12.x-0 + version: ~13.x-0 repository: 'file://components/oof-has-reservation' condition: oof-has-reservation.enabled - name: oof-has-solver - version: ~12.x-0 + version: ~13.x-0 repository: 'file://components/oof-has-solver' condition: oof-has-solver.enabled - name: repositoryGenerator - version: ~12.x-0 + version: ~13.x-0 repository: '@local' |