Skip to content

Commit

Permalink
Merge pull request #407 from jackyalbo/jacky-fixes
Browse files Browse the repository at this point in the history
Fixing noobaa core version
  • Loading branch information
jackyalbo authored Sep 1, 2020
2 parents 6f67ca0 + 13dc865 commit 68db136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68db136

Please sign in to comment.