Add K8S deployment above Vagrant
[sdc.git] / sdc-os-chef / kubernetes / sdc / values.yaml
index a6950b2..61aaa9a 100644 (file)
@@ -5,11 +5,11 @@ image:
   readiness: oomk8s/readiness-check:1.0.0
   sdcKibana: nexus3.onap.org:10001/onap/sdc-kibana:1.2-STAGING-latest
   sdcFrontend: nexus3.onap.org:10001/onap/sdc-frontend:1.2-STAGING-latest
-  sdcElasticsearch: nexus3.onap.org:10001/onap/sdc-elasticsearch:1.2.0-STAGING-latest
-  sdcCassandra: nexus3.onap.org:10001/onap/sdc-cassandra:1.2.0-STAGING-latest
+  sdcElasticsearch: nexus3.onap.org:10001/onap/sdc-elasticsearch:1.2-STAGING-latest
+  sdcCassandra: nexus3.onap.org:10001/onap/sdc-cassandra:1.2-STAGING-latest
   sdcBackend: nexus3.onap.org:10001/onap/sdc-backend:1.2-STAGING-latest
   sdcElasticsearchInit: nexus3.onap.org:10001/onap/sdc-init-elasticsearch:1.2-STAGING-latest
-  sdcCassandraInit: vulpe03/cqlsh
+  sdcCassandraInit: nexus3.onap.org:10001/onap/sdc-cassandra-init:1.2-STAGING-latest
   filebeat: docker.elastic.co/beats/filebeat:5.5.0
 
 env:
@@ -18,4 +18,9 @@ env:
   nodeCS: sdc-cs.onap-sdc
   nodeES: sdc-es.onap-sdc
   nodeBE: sdc-be.onap-sdc
-  nodeFe: sdc-fe.onap-sdc
\ No newline at end of file
+  nodeFe: sdc-fe.onap-sdc
+
+secrets:
+    sdc_user: YXNkY191c2Vy
+    sdc_password: QWExMjM0JV4h
+    cs_password: b25hcDEyMyNAIQ==
\ No newline at end of file