Merge "Update the create db schema job to properly fail" into casablanca
authorAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Tue, 15 Jan 2019 13:58:58 +0000 (13:58 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 15 Jan 2019 13:58:58 +0000 (13:58 +0000)
kubernetes/aai/charts/aai-graphadmin/values.yaml

index 3b89319..70c3698 100644 (file)
@@ -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