diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-01-23 11:05:58 -0500 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-01-23 13:58:42 -0500 |
commit | 310d77c7810b0280fc7ef0b2b5e38b32a55ba5a6 (patch) | |
tree | 68fa8be912bbfbd1d2d50fc9ce6252a3858cb459 | |
parent | 5ed638e4125473b6a48f30bbe5a7d55f6bbfaba0 (diff) |
Update config-init container with bellow fixes
commit d9dbca719f64d16caec8f837e2fcaa040514ffba
Author: Alexis de Talhouët <adetalhouet89@gmail.com>
Date: Tue Jan 23 11:05:38 2018 -0500
Fix Robot distribute test
Change-Id: I22b2983f7ca1ac3ef9690d4cd53cd1a27b675700
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Issue-ID: OOM-575
commit 5b3826f78b7ac8c14efbc522a12582add383fa9d
Author: Alexis de Talhouët <adetalhouet89@gmail.com>
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 <adetalhouet89@gmail.com>
commit d38ecd3fe48432077bb7465fc9e0a38fdce917f6
Author: Alexis de Talhouët <adetalhouet89@gmail.com>
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 <adetalhouet89@gmail.com>
Change-Id: I9f012c9e85954b1a7bbfe139ae47c7a4af60499e
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Issue-ID: OOM-608
-rw-r--r-- | kubernetes/config/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |