updating portal db bootstrap job image 45/67945/3
authorMandeep Khinda <mandeep.khinda@amdocs.com>
Wed, 19 Sep 2018 19:57:25 +0000 (19:57 +0000)
committerjmac <james.macnider@amdocs.com>
Thu, 25 Oct 2018 13:28:44 +0000 (13:28 +0000)
Issue-ID: OOM-1425

Change-Id: I5ced234211fc2a1beacfcaae639cf6fced210ca1
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
kubernetes/portal/charts/portal-mariadb/values.yaml
kubernetes/portal/docker/init/mariadb-client/Dockerfile

index 0579f27..c9acba5 100644 (file)
@@ -28,7 +28,7 @@ image: onap/portal-db:2.3.0
 pullPolicy: Always
 
 readinessImage: readiness-check:2.0.0
-mariadbInitImage: "mariadb-client-init:2.0.0"
+mariadbInitImage: "mariadb-client-init:3.0.0"
 
 # application configuration
 config:
index 33ca4b1..5eb5ad1 100644 (file)
 
 FROM boxfuse/flyway:5.0.7-alpine
 
-ARG branch=release-2.3.0
+ARG branch=master
 ENV no_proxy "localhost,127.0.0.1,.cluster.local,$KUBERNETES_SERVICE_HOST"
 # Setup Corporate proxy
 ENV https_proxy ${HTTP_PROXY}
 ENV http_proxy ${HTTPS_PROXY}
 
 RUN apk add --update \
-    mariadb-client=10.1.28-r1 \
+    mariadb-client=10.1.32-r0 \
     git \
   && rm -rf /var/cache/apk/*