Merge "Add Common Helm Chart "mariadb-galera""
[oom.git] / kubernetes / aai / charts / aai-resources / values.yaml
index f72e299..b7c0287 100644 (file)
@@ -5,22 +5,23 @@ global: # global defaults
   nodePortPrefix: 302
   repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
   readinessRepository: oomk8s
-  readinessImage: readiness-check:1.1.0
+  readinessImage: readiness-check:2.0.0
 
 
 # application image
 repository: nexus3.onap.org:10001
-image: openecomp/aai-resources:v1.1.0
+image: onap/aai-resources:1.2-STAGING-latest
 pullPolicy: Always
 restartPolicy: Always
 
-# application configuration
-config:
-  aaicoreversion: 1.1.0-SNAPSHOT
-
 # default number of instances
 replicaCount: 1
 
+# Configuration for the resources deployment
+config:
+  userId: 1000
+  groupId: 1000
+
 nodeSelector: {}
 
 affinity: {}