summaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
authorHarish Venkata Kajur <vk250x@att.com>2019-01-08 21:58:53 -0500
committerHarish Venkata Kajur <vk250x@att.com>2019-01-08 22:13:04 -0500
commit6550bc6a697dbde7b79f7a3debb53efb796709d3 (patch)
tree4efbcfa1c56b4e55a8003506f8ed19fa572538d3 /kubernetes
parent99c9c7ad6a04c473e6bd51f75c6afbd970c9bbc3 (diff)
Update the create db schema job to properly fail
Use the docker image that properly fails if the application is aborted causing the job to kick off a new one if the old one isn't successful Issue-ID: AAI-2047 Change-Id: I8c985234052b281453693ecb5317df0024fac230 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'kubernetes')
-rw-r--r--kubernetes/aai/charts/aai-graphadmin/values.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/aai/charts/aai-graphadmin/values.yaml b/kubernetes/aai/charts/aai-graphadmin/values.yaml
index 3b893194e4..70c3698840 100644
--- a/kubernetes/aai/charts/aai-graphadmin/values.yaml
+++ b/kubernetes/aai/charts/aai-graphadmin/values.yaml
@@ -28,7 +28,7 @@ global: # global defaults
# application image
repository: nexus3.onap.org:10001
-image: onap/aai-graphadmin:1.0.1
+image: onap/aai-graphadmin:1.0.3
pullPolicy: Always
restartPolicy: Always
flavor: small
@@ -38,6 +38,9 @@ replicaCount: 1
# Configuration for the graphadmin deployment
config:
+ groupId: 1000
+ userId: 1000
+
# Specifies the timeout limit for the REST API requests
timeout:
enabled: true