Merge "Moving the trustore to parent folder"
[oom.git] / kubernetes / pomba / charts / pomba-validation-service / values.yaml
index 327ecab..2cb175a 100644 (file)
@@ -29,7 +29,7 @@ global:
 # application image
 #repository: nexus3.onap.org:10001
 repository: nexus3.onap.org:10001
-image:  onap/validation:1.3-STAGING-latest
+image:  onap/validation:1.3.1
 #pullPolicy: Always
 pullPolicy: IfNotPresent
 
@@ -37,7 +37,6 @@ pullPolicy: IfNotPresent
 debugEnabled: false
 
 # application configuration
-# Example:
 config:
   appDir: /opt/app/validation-service
   configDir: /opt/app/validation-service/appconfig
@@ -45,8 +44,8 @@ config:
   configTopicsDir: /opt/app/validation-service/appconfig/topics
   rulesDir: /opt/app/validation-service/bundleconfig/etc/rules/poa-event
   maxHeap: 1024
-#  username: myusername
-#  password: mypassword
+  dataDictHostPort: http://dummy-host:443
+  dataDictCredentials: cG9tYmE6cG9tYmE=
 
 # default number of instances
 replicaCount: 1