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)
* 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

index 091f164..df719f4 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 091f164a832479cb40ad6f5d7e4960269e75f87f
+Subproject commit df719f4a3e63cff0d5d832945f0b8ba18230635c