Merge "Policy 1.2.2 released artifacts"
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>
Thu, 17 May 2018 14:14:04 +0000 (14:14 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 17 May 2018 14:14:04 +0000 (14:14 +0000)
1  2 
kubernetes/policy/charts/drools/values.yaml

@@@ -27,7 -27,7 +27,7 @@@ global
  #################################################################
  # application image
  repository: nexus3.onap.org:10001
- image: onap/policy-drools:1.2.0
+ image: onap/policy-drools:1.2.2
  pullPolicy: Always
  
  # flag to enable debugging - application support required
@@@ -51,7 -51,7 +51,7 @@@ liveness
    periodSeconds: 10
    # necessary to disable liveness probe when setting breakpoints
    # in debugger so K8s doesn't restart unresponsive container
 -  enabled: false
 +  enabled: true
  
  readiness:
    initialDelaySeconds: 10