X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fconsul%2Frequirements.yaml;h=a0b33cca6001fea0259a48701a33f33fa5034a35;hb=71a47c57fa84a36bb12bf3b87ad0d18b142c8d37;hp=bde1c36b179e0772969b33b5fa7034eef7b72fd6;hpb=071001aa85bfdc06181aedd21a4a3a118fec7883;p=oom.git diff --git a/kubernetes/consul/requirements.yaml b/kubernetes/consul/requirements.yaml index bde1c36b17..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,15 +16,18 @@ dependencies: - name: common - version: ~7.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: ~7.x-0 + version: ~9.x-0 repository: '@local' - name: consul-server - version: ~7.x-0 + version: ~9.x-0 repository: 'file://components/consul-server' - condition: cds-command-executor.enabled + condition: consul-server.enabled + - name: serviceAccount + version: ~9.x-0 + repository: '@local'