aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/multicloud/charts/multicloud-k8s/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2019-10-22fixing not working repository:imageOndřej Šmalec1-2/+2
image can't be pulled from registry.hub.docker.com repository hence changing it to working one. non-working ==> registry.hub.docker.com/onap/multicloud/framework-artifactbroker:1.4.2 working ==> nexus3.onap.org:10001/onap/multicloud/framework-artifactbroker:1.4.2 Issue-ID: MULTICLOUD-844 Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com> Change-Id: I1449cc0ff4a2fb4a5f4230515e9422f32cdbf5b5
2019-09-27Update docker image versionKiran Kamineni1-2/+2
Update docker image version to latest version from docker hub. Issue-ID: OOM-2117 Change-Id: I4de4fec038c6a305363df95feba171bfba0cd410 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-29bump multicloud services to 1.3.4Liexiang Yue1-1/+1
bump multicloud-k8s image to 0.4.0 Issue-ID: MULTICLOUD-641 Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com> Change-Id: I14914e42426657bc40837b4d34b716f38c948465 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-24update artifactbroker for multicloud pluginsliboNet1-1/+4
add artifact broker to k8s plugin by specified forwarder update another plugins configuration to use multicloud instead of policy per the confirmation from SDC PTL make the port configureable update the concerned type to include VF_MODULES_METADATA add /data dir into k8s artifactbroker P7: Remove tabs from config.json Change-Id: I614b85ef512740e9bb44d431760d8e7424fb804b Issue-ID: MULTICLOUD-631 Signed-off-by: liboNet <libo.zhu@intel.com> Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-20Add etcd to requirements.yamlKiran Kamineni1-0/+8
Add etcd to requirements.yaml and add the service name to the configuration file Issue-ID: MULTICLOUD-638 Change-Id: Idef37e50f535dcb79e39e5cebfd2c95c660b8e3c Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-13Add helm charts for multicloud-k8sKiran Kamineni1-0/+108
Add helm charts for multicloud-k8s Add support for access via msb internal gateway Use 9015 port instead to align with other Multicloud services Add Makefile under multicloud to do helm dep up for k8s as k8s uses the mongo chart in its requirements.yaml Update licenses Issue-ID: ONAPARC-363 Change-Id: I31aaf9e97a3807501af5bf7e56b3df53dfc22074 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>