Skip to content

Commit

Permalink
Merge pull request #606 from dannyzaken/danny-5.7
Browse files Browse the repository at this point in the history
changes for 5.7.0 release
  • Loading branch information
dannyzaken authored Apr 11, 2021
2 parents 2147155 + a24111d commit 054bc35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ The following options can be passed to any command:
out-of-cluster.
--mini=false: Signal the operator that it is running in a low resource environment
-n, --namespace='noobaa': Target namespace
--noobaa-image='noobaa/noobaa-core:5.6.0': NooBaa image
--operator-image='noobaa/noobaa-operator:5.6.0': Operator image
--noobaa-image='noobaa/noobaa-core:5.7.0': NooBaa image
--operator-image='noobaa/noobaa-operator:5.7.0': Operator image
--pv-pool-default-storage-class='': The default storage class name for BackingStores of type pv-pool

```
Expand All @@ -114,8 +114,8 @@ out-of-cluster.
$ noobaa version

INFO[0000] CLI version: 5.7.0
INFO[0000] noobaa-image: noobaa/noobaa-core:5.6.0
INFO[0000] operator-image: noobaa/noobaa-operator:5.6.0
INFO[0000] noobaa-image: noobaa/noobaa-core:5.7.0
INFO[0000] operator-image: noobaa/noobaa-operator:5.7.0

```
Expand Down
2 changes: 1 addition & 1 deletion pkg/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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.7.0-20210304"
ContainerImageTag = "5.7.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 054bc35

Please sign in to comment.