Skip to content

Commit

Permalink
Merge pull request #823 from dannyzaken/danny-5.9-release
Browse files Browse the repository at this point in the history
updated ContainerImageTag for 5.9.0 release
  • Loading branch information
dannyzaken authored Dec 22, 2021
2 parents 651fbb8 + 114e72f commit f8650b3
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.9.0-20210722"
ContainerImageTag = "5.9.0"
// 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 f8650b3

Please sign in to comment.