X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fdbaas%2Fvalues.yaml;h=d218f1eca16d9821e9bd93fa96aefaf9e2ddbbb2;hb=f0c10d0503a366146913ec1ab5cbc04bb764e32c;hp=7a5d1ae820c80d89156aa3917fb836bbc699793e;hpb=98d784eba3506478481d5a22edbee6ca0bdb68da;p=ric-plt%2Fric-dep.git diff --git a/helm/dbaas/values.yaml b/helm/dbaas/values.yaml index 7a5d1ae..d218f1e 100644 --- a/helm/dbaas/values.yaml +++ b/helm/dbaas/values.yaml @@ -19,7 +19,7 @@ dbaas: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-dbaas - tag: 0.2.2 + tag: 0.5.5 imagePullPolicy: IfNotPresent enableHighAvailability: false enablePodAntiAffinity: false @@ -52,4 +52,10 @@ dbaas: saReplicas: 1 haReplicas: 3 + #Timeout command below requires -t flag if installed DBAAS image is older than + #0.5.0. Reason is that DBAAS image version 0.5.0 and newer ones are based on + #newer Alpine 3.11 OS version and in this Alpine version timeout command + #doesn't have -t flag anymore. + probeTimeoutCommand: "timeout" + #probeTimeoutCommand: "timeout -t" probeTimeout: 10