Merge "Update VID's k8s-mariadb-galera-centos image to latest"
authorBrian Freeman <bf1936@att.com>
Tue, 6 Aug 2019 20:51:07 +0000 (20:51 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 6 Aug 2019 20:51:07 +0000 (20:51 +0000)
1  2 
kubernetes/vid/charts/vid-mariadb-galera/values.yaml

@@@ -27,7 -27,7 +27,7 @@@ global
  
  #repository: mysql
  repository: nexus3.onap.org:10001
- image: adfinissygroup/k8s-mariadb-galera-centos:v002
+ image: adfinissygroup/k8s-mariadb-galera-centos:v004
  imageInit: busybox
  pullPolicy: IfNotPresent
  
@@@ -43,7 -43,8 +43,7 @@@ config
  
  
  # default number of instances in the StatefulSet
 -# keep in mind that if the number is increased you need to update vid-galera-config-job.yaml so that the job will know to wait for all pods.
 -replicaCount: 1
 +replicaCount: 2
  
  nodeSelector: {}