File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ For Mac
12
12
```
13
13
brew install noobaa/noobaa/noobaa
14
14
# or
15
- wget https://github.com/noobaa/noobaa-operator/releases/download/v2.1.1 /noobaa-mac-v2.1.1 ; mv noobaa-mac-* noobaa; chmod +x noobaa
15
+ wget https://github.com/noobaa/noobaa-operator/releases/download/v2.2.0 /noobaa-mac-v2.2.0 ; mv noobaa-mac-* noobaa; chmod +x noobaa
16
16
```
17
17
18
18
For Linux
19
19
```
20
- wget https://github.com/noobaa/noobaa-operator/releases/download/v2.1.1 /noobaa-linux-v2.1.1 ; mv noobaa-linux-* noobaa; chmod +x noobaa
20
+ wget https://github.com/noobaa/noobaa-operator/releases/download/v2.2.0 /noobaa-linux-v2.2.0 ; mv noobaa-linux-* noobaa; chmod +x noobaa
21
21
```
22
22
23
23
```
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const (
30
30
// ContainerImageRepo is the repo of the default image url
31
31
ContainerImageRepo = "noobaa-core"
32
32
// ContainerImageTag is the tag of the default image url
33
- ContainerImageTag = "5.4.0-rc1 "
33
+ ContainerImageTag = "5.4.0"
34
34
// ContainerImageSemverLowerBound is the lower bound for supported image versions
35
35
ContainerImageSemverLowerBound = "5.0.0"
36
36
// ContainerImageSemverUpperBound is the upper bound for supported image versions
You can’t perform that action at this time.
0 commit comments