summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2019-01-15 13:58:58 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-15 13:58:58 +0000
commit09688962459913e87eb2585d51f1b497de2ed959 (patch)
tree087c4e90b544a8db027a126c083887fdb3c82441
parent37936145964dffcbee61c006f3fee5a65fbc83bf (diff)
parent6550bc6a697dbde7b79f7a3debb53efb796709d3 (diff)
Merge "Update the create db schema job to properly fail" into casablanca
-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