From: Alexis de Talhouët Date: Tue, 23 Jan 2018 16:05:58 +0000 (-0500) Subject: Update config-init container with bellow fixes X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=310d77c7810b0280fc7ef0b2b5e38b32a55ba5a6;p=oom.git Update config-init container with bellow fixes commit d9dbca719f64d16caec8f837e2fcaa040514ffba Author: Alexis de Talhouët Date: Tue Jan 23 11:05:38 2018 -0500 Fix Robot distribute test Change-Id: I22b2983f7ca1ac3ef9690d4cd53cd1a27b675700 Signed-off-by: Alexis de Talhouët Issue-ID: OOM-575 commit 5b3826f78b7ac8c14efbc522a12582add383fa9d Author: Alexis de Talhouët Date: Tue Jan 23 11:04:43 2018 -0500 Do not cache host resolution in DCAEGEN2 nginx Change-Id: I46c265ba8f66f81503b8cdc8c0f90f9e5956da86 Issue-ID: OOM-608 Signed-off-by: Alexis de Talhouët commit d38ecd3fe48432077bb7465fc9e0a38fdce917f6 Author: Alexis de Talhouët Date: Tue Jan 23 11:03:54 2018 -0500 Rework onap-parameters.yaml Change-Id: Ifeb5ac30a5f057865195431270908022eecb64eb Issue-ID: OOM-599 Signed-off-by: Alexis de Talhouët Change-Id: I9f012c9e85954b1a7bbfe139ae47c7a4af60499e Signed-off-by: Alexis de Talhouët Issue-ID: OOM-608 --- diff --git a/kubernetes/config/values.yaml b/kubernetes/config/values.yaml index 6a97894557..6d0352f5a9 100644 --- a/kubernetes/config/values.yaml +++ b/kubernetes/config/values.yaml @@ -3,5 +3,5 @@ nsPrefix: onap dockerSharePath: /dockerdata-nfs image: repository: oomk8s/config-init - tag: 1.1.5 + tag: 1.1.6 pullPolicy: Always