From eb96694bc97824d6d3cbd3a398db2366cd809ec5 Mon Sep 17 00:00:00 2001 From: Eylon Malin Date: Sun, 15 Dec 2019 10:22:38 +0000 Subject: [PATCH] Update git submodules * Update docs/submodules/vid.git from branch 'master' to fb6107831c6cdb2af0fee45e3e60a6c978ea8f61 - Merge "Let straightforward `vidkeystorepassword` setting in values.yaml" - Let straightforward `vidkeystorepassword` setting in values.yaml The value of vidkeystorepassword is plugged as environment variable VID_KEYSTORE_PASSWORD. (see commit 7a3e2594; change-id: Ibf52542344ecf79fb947858329f37018731d2270) Now CATALINA_OPTS will be evaluated when container is started, with the actual value of VID_KEYSTORE_PASSWORD env variable. This fixes the issue where CATALINA_OPTS is evaluated at Docker build time, with a static VID_KEYSTORE_PASSWORD value. Issue-ID: VID-494 Issue-ID: VID-650 Change-Id: Ife2a2e92b3745691cc45590d1afd1688d918048f Signed-off-by: Ittay Stern --- docs/submodules/vid.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/vid.git b/docs/submodules/vid.git index 1a6e6bfbf..fb6107831 160000 --- a/docs/submodules/vid.git +++ b/docs/submodules/vid.git @@ -1 +1 @@ -Subproject commit 1a6e6bfbf92bc704d4c4e7b2e3593183fd4d2862 +Subproject commit fb6107831c6cdb2af0fee45e3e60a6c978ea8f61 -- 2.16.6