diff options
author | liboNet <libo.zhu@intel.com> | 2019-04-30 09:26:11 +0800 |
---|---|---|
committer | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-05-10 17:39:06 +0000 |
commit | 4b81b5a6a5c420121c27fe5ff3f54cfcc86a6132 (patch) | |
tree | 79318669c3b66c00ec9d0e781fe91b9b43cdcc4a /kubernetes/multicloud/values.yaml | |
parent | 6e520f189fbd1cfab2359763e454eff07bbc68a6 (diff) |
integrate artifact broker into multicloud plugins
add config.json for each multicloud plugin
update deployment to add it as sidecar
update the values.yaml of multicloud to store image name
remove the hardcode namespace
fix typo and use 1.3.1 image tag
Change-Id: I6cc9e381ea655b1d75760b013d2be693b0c0575c
Issue-ID: MULTICLOUD-597
Signed-off-by: liboNet <libo.zhu@intel.com>
Diffstat (limited to 'kubernetes/multicloud/values.yaml')
-rw-r--r-- | kubernetes/multicloud/values.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/multicloud/values.yaml b/kubernetes/multicloud/values.yaml index 6188e43fb7..889c06bd47 100644 --- a/kubernetes/multicloud/values.yaml +++ b/kubernetes/multicloud/values.yaml @@ -20,6 +20,7 @@ global: nodePortPrefix: 302 loggingRepository: docker.elastic.co loggingImage: beats/filebeat:5.5.0 + artifactImage: onap/multicloud/framework-artifactbroker:1.3.1 prometheus: enabled: false |