X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fconsul%2FChart.yaml;h=0000463560ca5bed5dc004f6aecb8a82a914de39;hb=10024a30f97cdb5742dced3f260a8feab094633b;hp=33b1891d7173723ea07fd8d12a1192e7cf9edcc0;hpb=85a4ce200ae024713083a25db17b2a1514ee2ba5;p=oom.git diff --git a/kubernetes/consul/Chart.yaml b/kubernetes/consul/Chart.yaml index 33b1891d71..0000463560 100644 --- a/kubernetes/consul/Chart.yaml +++ b/kubernetes/consul/Chart.yaml @@ -1,5 +1,7 @@ # Copyright © 2017 Amdocs, Bell Canada # Modifications Copyright © 2018 AT&T +# Modifications Copyright © 2021 Orange +# Modifications Copyright © 2021 Nordix Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +15,25 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 description: ONAP Consul Agent name: consul -version: 5.0.0 +version: 12.0.0 + +dependencies: + - name: common + version: ~12.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: ~12.x-0 + repository: '@local' + - name: consul-server + version: ~12.x-0 + repository: 'file://components/consul-server' + condition: consul-server.enabled + - name: serviceAccount + version: ~12.x-0 + repository: '@local' \ No newline at end of file