From 6836116ef99191f806cb2b8853a26f2e5cec1285 Mon Sep 17 00:00:00 2001 From: Alex Stancu Date: Mon, 2 Nov 2020 19:54:40 +0200 Subject: [PATCH] Fix container tag yaml. Issue-ID: SIM-38 Change-Id: I6d17409a64f199406eb6d4521fb6dcc7e315befd Signed-off-by: Alex Stancu --- ntsimulator/deploy/base/container-tag.yaml | 2 +- ntsimulator/deploy/nts-manager/container-tag.yaml | 2 +- ntsimulator/deploy/o-ran/container-tag.yaml | 2 +- ntsimulator/deploy/x-ran/container-tag.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.16.6