Skip to content

Commit 247e725

Browse files
authored
Merge pull request #1672 from liranmauda/liran-bump-version-5.19
[5.19] Bumping version from 5.19.1 to 5.19.3
2 parents d470615 + 9b57fc8 commit 247e725

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ The following options can be passed to any command:
154154
--manual-default-backingstore=false: allow to delete the default backingstore
155155
--mini=false: Signal the operator that it is running in a low resource environment
156156
-n, --namespace='default': Target namespace
157-
--noobaa-image='noobaa/noobaa-core:5.19.1': NooBaa image
158-
--operator-image='noobaa/noobaa-operator:5.19.1': Operator image
157+
--noobaa-image='noobaa/noobaa-core:5.19.3': NooBaa image
158+
--operator-image='noobaa/noobaa-operator:5.19.3': Operator image
159159
--pg-ssl-cert='': ssl cert for postgres (client-side cert - need to be signed by external pg accepted CA)
160160
--pg-ssl-key='': ssl key for postgres (client-side cert - need to be signed by external pg accepted CA)
161161
--pg-ssl-required=false: Force noobaa to work with ssl (external postgres - server-side) [if server cert is self-signed, needs to add --ssl-unauthorized]
@@ -177,9 +177,9 @@ $ noobaa version
177177
```
178178

179179
```
180-
INFO[0000] CLI version: 5.19.1
181-
INFO[0000] noobaa-image: noobaa/noobaa-core:5.19.1
182-
INFO[0000] operator-image: noobaa/noobaa-operator:5.19.1
180+
INFO[0000] CLI version: 5.19.3
181+
INFO[0000] noobaa-image: noobaa/noobaa-core:5.19.3
182+
INFO[0000] operator-image: noobaa/noobaa-operator:5.19.3
183183
```
184184

185185
## Troubleshooting

pkg/bundle/deploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package bundle
22

3-
const Version = "5.19.1"
3+
const Version = "5.19.3"
44

55
const Sha256_deploy_cluster_role_yaml = "31fc622ff7fa66617be3895bddcb6cfdb97883b75b20bdb2bf04052bd14221a8"
66

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package version
22

33
const (
44
// Version is the noobaa-operator version (semver)
5-
Version = "5.19.1"
5+
Version = "5.19.3"
66
)

0 commit comments

Comments
 (0)