Update git submodules
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Fri, 7 Feb 2020 14:07:04 +0000 (15:07 +0100)
committerGerrit Code Review <gerrit@onap.org>
Fri, 7 Feb 2020 14:07:04 +0000 (14:07 +0000)
commitd8f3b8c97a44c06b6e3bd34b6ce1528e2c18be6d
treebf7e0b1d6da8170a53d631d6acd07de4bb2b6fe3
parent39180c61bcbd8785c84a1f9fd8ff30a6dc594e5d
Update git submodules

* Update kubernetes/robot from branch 'master'
  to df719f4a3e63cff0d5d832945f0b8ba18230635c
  - [ONAP-wide] Replace .Release.Name with common.release

    ONAP is too big to be deployed using helm install so we need to
    use a custom helm plugin helm deploy. This script deloys onap
    component by component instead of deploying evrything at
    once. Unfortunately this script also modifies the helm release by
    appending component name to it.

    As a result of this behavior our objects are called for example:

    onap-mariadb-galera-mariadb-galera-0

    instead of just being called onap-mariadb-galera-0.

    This patch simplifies this naming convention by replacing all direct
    usages of .Release.Name with common.release macro which strips the
    component specific part from the release name.

    Issue-ID: OOM-2275
    Change-Id: I3384bf30c663764339b0b41527ca4eb7168f0d49
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
kubernetes/robot