summaryrefslogtreecommitdiffstats
path: root/values.yaml
diff options
context:
space:
mode:
authorMandeep Khinda <mandeep.khinda@amdocs.com>2018-03-20 21:00:33 +0000
committerMandeep Khinda <mandeep.khinda@amdocs.com>2018-03-22 14:16:02 +0000
commit5f51d720acd058de470e44840a1da51471a9b256 (patch)
tree96347f92e7f42ed415a081d8601356ec11b0e721 /values.yaml
parenta3e08b912ef30749167f95223a73dadd08655814 (diff)
fixing standardized robot
-fixed communication via kube dns -using fullname to avoid possible conflicts -removed unused values -set image to 1.2-STAGING-latest (for master) -set demo artifacts to the master version 1.2.0-SNAPSHOT -removed dependency on other reviews Issue-ID: OOM-728 Change-Id: I60530215374149dd9d0e0706e37712ed8291ab6c Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'values.yaml')
-rw-r--r--values.yaml11
1 files changed, 2 insertions, 9 deletions
diff --git a/values.yaml b/values.yaml
index c30b6b1..9057a86 100644
--- a/values.yaml
+++ b/values.yaml
@@ -18,17 +18,10 @@
global: # global defaults
nodePortPrefix: 302
repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
- readinessRepository: oomk8s
- readinessImage: readiness-check:1.0.0
- loggingRepository: docker.elastic.co
- loggingImage: beats/filebeat:5.5.0
-
-subChartsOnly:
- enabled: true
# application image
repository: nexus3.onap.org:10001
-image: openecomp/testsuite:1.1-STAGING-latest
+image: openecomp/testsuite:1.2-STAGING-latest
pullPolicy: Always
# flag to enable debugging - application support required
@@ -40,7 +33,7 @@ debugEnabled: false
# openstack configuration
-demoArtifactsVersion: "1.1.0-SNAPSHOT"
+demoArtifactsVersion: "1.2.0-SNAPSHOT"
openStackPrivateNetCidr: "192.168.30.0"
openStackFlavourMedium: "m1.medium"
openStackKeyStoneUrl: "http://1.2.3.4:5000"