From: Alex Stancu Date: Mon, 2 Nov 2020 17:54:40 +0000 (+0200) Subject: Fix container tag yaml. X-Git-Tag: 1.0.3~9 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=commitdiff_plain;h=6836116ef99191f806cb2b8853a26f2e5cec1285 Fix container tag yaml. Issue-ID: SIM-38 Change-Id: I6d17409a64f199406eb6d4521fb6dcc7e315befd Signed-off-by: Alex Stancu --- diff --git a/ntsimulator/deploy/base/container-tag.yaml b/ntsimulator/deploy/base/container-tag.yaml index d2806a1..a8e0c0f 100644 --- a/ntsimulator/deploy/base/container-tag.yaml +++ b/ntsimulator/deploy/base/container-tag.yaml @@ -1,2 +1,2 @@ --- -1.0.0 \ No newline at end of file +tag: 1.0.0 \ No newline at end of file diff --git a/ntsimulator/deploy/nts-manager/container-tag.yaml b/ntsimulator/deploy/nts-manager/container-tag.yaml index d2806a1..a8e0c0f 100644 --- a/ntsimulator/deploy/nts-manager/container-tag.yaml +++ b/ntsimulator/deploy/nts-manager/container-tag.yaml @@ -1,2 +1,2 @@ --- -1.0.0 \ No newline at end of file +tag: 1.0.0 \ No newline at end of file diff --git a/ntsimulator/deploy/o-ran/container-tag.yaml b/ntsimulator/deploy/o-ran/container-tag.yaml index d2806a1..a8e0c0f 100644 --- a/ntsimulator/deploy/o-ran/container-tag.yaml +++ b/ntsimulator/deploy/o-ran/container-tag.yaml @@ -1,2 +1,2 @@ --- -1.0.0 \ No newline at end of file +tag: 1.0.0 \ No newline at end of file diff --git a/ntsimulator/deploy/x-ran/container-tag.yaml b/ntsimulator/deploy/x-ran/container-tag.yaml index d2806a1..a8e0c0f 100644 --- a/ntsimulator/deploy/x-ran/container-tag.yaml +++ b/ntsimulator/deploy/x-ran/container-tag.yaml @@ -1,2 +1,2 @@ --- -1.0.0 \ No newline at end of file +tag: 1.0.0 \ No newline at end of file