Use 2.0.0-ONAP tag instead beijing branch
[oom.git] / kubernetes / dmaap / charts / message-router / charts / message-router-kafka / values.yaml
index bf5ee4c..b2b454d 100644 (file)
@@ -21,9 +21,8 @@ global:
   readinessImage: readiness-check:2.0.0
   loggingRepository: docker.elastic.co
   loggingImage: beats/filebeat:5.5.0
-  configRepository: oomk8s
-  configImage: config-init:2.0.0-SNAPSHOT
   persistence: {}
+  ubuntuInitRepository: registry.hub.docker.com
 
 #################################################################
 # Application configuration defaults.
@@ -32,6 +31,7 @@ global:
 repository: docker.io
 image: wurstmeister/kafka:1.1.0
 pullPolicy: Always
+ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
 
 zookeeper:
   name: message-router-zookeeper
@@ -41,7 +41,12 @@ zookeeper:
 debugEnabled: false
 
 # application configuration
-config: {}
+config:
+  # gerrit branch where the latest code is checked in
+  gerritBranch: 2.0.0-ONAP
+  # gerrit project where the latest code is checked in
+  gerritProject: http://gerrit.onap.org/r/dmaap/messagerouter/messageservice.git
+
 
 # default number of instances
 replicaCount: 1