X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fcomponents%2Fso-admin-cockpit%2Frequirements.yaml;h=3120c0f6844401e9436f89852bec4f8bdae0e368;hb=31bb6fe2a093273e4a10cd0c46adfae75f736cd6;hp=730d75ae804bbce262e63868f42bf2717befed48;hpb=55c599efa5dd8f70e16a595f7ecc865c70995e24;p=oom.git diff --git a/kubernetes/so/components/so-admin-cockpit/requirements.yaml b/kubernetes/so/components/so-admin-cockpit/requirements.yaml index 730d75ae80..3120c0f684 100755 --- a/kubernetes/so/components/so-admin-cockpit/requirements.yaml +++ b/kubernetes/so/components/so-admin-cockpit/requirements.yaml @@ -1,5 +1,6 @@ # Copyright © 2017 Amdocs, Bell Canada # Modifications © 2020 Nokia +# Modifications Copyright © 2021 Orange # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,14 +15,17 @@ # limitations under the License. dependencies: - name: common - version: ~8.x-0 + version: ~9.x-0 # local reference to common chart, as it is # a part of this chart's package and will not # be published independently to a repo (at this point) repository: '@local' - name: repositoryGenerator - version: ~8.x-0 + version: ~9.x-0 repository: '@local' - name: soHelpers - version: ~8.x-0 + version: ~9.x-0 repository: 'file://../soHelpers' + - name: serviceAccount + version: ~9.x-0 + repository: '@local'