From 13dc865c0ab603fbd3147909d0904595255e7a69 Mon Sep 17 00:00:00 2001 From: jackyalbo Date: Tue, 1 Sep 2020 17:14:09 +0300 Subject: [PATCH] fixning core version Signed-off-by: jackyalbo --- pkg/options/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/options/options.go b/pkg/options/options.go index 69674419a..48e380f69 100644 --- a/pkg/options/options.go +++ b/pkg/options/options.go @@ -30,7 +30,7 @@ const ( // ContainerImageRepo is the repo of the default image url ContainerImageRepo = "noobaa-core" // ContainerImageTag is the tag of the default image url - ContainerImageTag = "5.6.0-20200802" + ContainerImageTag = "5.6.0-20200901" // ContainerImageSemverLowerBound is the lower bound for supported image versions ContainerImageSemverLowerBound = "5.0.0" // ContainerImageSemverUpperBound is the upper bound for supported image versions