diff options
author | Dusan Rozman <dusan.rozman@amdocs.com> | 2017-08-21 14:11:40 -0400 |
---|---|---|
committer | Dusan Rozman <dusan.rozman@amdocs.com> | 2017-08-21 14:55:07 -0400 |
commit | 13c7907b9795549d4199accc574d65ffdd630a71 (patch) | |
tree | 4f4b7420312f601954a869194356774a5edb228d /kubernetes/sdc/sdc-kb.yaml | |
parent | e94258e3be0da3a15680de53b1817490c4173759 (diff) |
Updated deployment yamls and config to SDC v1.1
Changed the yamls to pull the v1.1 image and updated config files for dockerdata
Issue-ID: OOM-67
Change-Id: I2c51486a610f3187e200e5e08c59b132a5d7ffb5
Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
Diffstat (limited to 'kubernetes/sdc/sdc-kb.yaml')
-rw-r--r-- | kubernetes/sdc/sdc-kb.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/sdc/sdc-kb.yaml b/kubernetes/sdc/sdc-kb.yaml index b79f4ca17b..83483f7af3 100644 --- a/kubernetes/sdc/sdc-kb.yaml +++ b/kubernetes/sdc/sdc-kb.yaml @@ -48,7 +48,7 @@ spec: value: AUTO - name: ELASTICSEARCH_URL value: http://sdc-es:9200 - image: nexus3.onap.org:10001/openecomp/sdc-kibana:1.0-STAGING-latest + image: nexus3.onap.org:10001/openecomp/sdc-kibana:1.1-STAGING-latest name: sdc-kb volumeMounts: - mountPath: /root/chef-solo/environments/ |