Merge "[STRIMZI] Solve Security Policy violations"
[oom.git] / kubernetes / aai / components / aai-modelloader / values.yaml
index 97f489f..14b7cca 100644 (file)
@@ -21,7 +21,7 @@ global: # global defaults
   nodePortPrefix: 302
 
 # application image
-image: onap/model-loader:1.13.6
+image: onap/model-loader:1.14.1
 pullPolicy: Always
 restartPolicy: Always
 flavor: small
@@ -41,6 +41,9 @@ kafkaUser:
 # default number of instances
 replicaCount: 1
 
+# number of ReplicaSets that should be retained for the Deployment
+revisionHistoryLimit: 2
+
 updateStrategy:
   type: RollingUpdate
   maxUnavailable: 0