X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fconsul%2Frequirements.yaml;h=68a7d9ec14d174d080cc48882a941c468b77167c;hb=71a47c57fa84a36bb12bf3b87ad0d18b142c8d37;hp=c414a0149ab42cc5fd45bc479905989cc9c8438b;hpb=e8f6594213e910d13d0321f71e35b820c694f4d4;p=oom.git diff --git a/kubernetes/consul/requirements.yaml b/kubernetes/consul/requirements.yaml index c414a0149a..a0b33cca60 100644 --- a/kubernetes/consul/requirements.yaml +++ b/kubernetes/consul/requirements.yaml @@ -1,5 +1,6 @@ # Copyright © 2017 Amdocs, Bell Canada # Modifications Copyright © 2018 AT&T +# 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. @@ -15,8 +16,18 @@ dependencies: - name: common - version: ~2.0.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: ~9.x-0 + repository: '@local' + - name: consul-server + version: ~9.x-0 + repository: 'file://components/consul-server' + condition: consul-server.enabled + - name: serviceAccount + version: ~9.x-0 + repository: '@local'