X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=helm%2Fa1mediator%2Fvalues.yaml;h=ada498a744f09311984a8f37894fca44c2f0892a;hb=f7d7ea52ccd493b79fae788da8aebf8a6000eeab;hp=f633cc95016d23da333910eaec1ccb99a4b1d16c;hpb=38dc857062b14145f5b9db89d10eba0ae5b90d11;p=ric-plt%2Fric-dep.git diff --git a/helm/a1mediator/values.yaml b/helm/a1mediator/values.yaml index f633cc9..ada498a 100644 --- a/helm/a1mediator/values.yaml +++ b/helm/a1mediator/values.yaml @@ -1,6 +1,6 @@ ################################################################################ -# Copyright (c) 2019 AT&T Intellectual Property. # -# Copyright (c) 2019 Nokia. # +# Copyright (c) 2019-2020 AT&T Intellectual Property. # +# Copyright (c) 2019-2020 Nokia. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # @@ -25,7 +25,7 @@ a1mediator: imagePullPolicy: IfNotPresent image: name: ric-plt-a1 - tag: 1.0.4 + tag: 2.1.8 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" # Service ports are now defined in @@ -35,5 +35,6 @@ a1mediator: # these are ENV variables that A1 takes; see docs rmr_timeout_config: - rcv_retry_interval_ms: 500 - rcv_retry_times: 20 + a1_rcv_retry_times: 20 + ins_del_no_resp_ttl: 5 + ins_del_resp_ttl: 10