diff --git a/.github/workflows/run_admission_test.yml b/.github/workflows/run_admission_test.yml index 2b1333368..46e704a6f 100644 --- a/.github/workflows/run_admission_test.yml +++ b/.github/workflows/run_admission_test.yml @@ -17,7 +17,7 @@ jobs: # Freeze the version of core # to avoid a failed run due to code changes in the core repo. # Need to update the commit once in a while - ref: 293fefb9e755fa0d6bf1cc8b31f74259a0001730 + ref: 3b2eecf53c08a26a6ecf2040eb386a4487e994f2 - name: Checkout noobaa-operator uses: actions/checkout@v3 diff --git a/README.md b/README.md index fc4852979..4a9281608 100644 --- a/README.md +++ b/README.md @@ -113,9 +113,9 @@ out-of-cluster. ```shell $ noobaa version -INFO[0000] CLI version: 5.13.1 -INFO[0000] noobaa-image: noobaa/noobaa-core:5.13.1 -INFO[0000] operator-image: noobaa/noobaa-operator:5.13.1 +INFO[0000] CLI version: 5.13.2 +INFO[0000] noobaa-image: noobaa/noobaa-core:5.13.2 +INFO[0000] operator-image: noobaa/noobaa-operator:5.13.2 ``` diff --git a/pkg/bundle/deploy.go b/pkg/bundle/deploy.go index 9757951a7..78a128fe0 100644 --- a/pkg/bundle/deploy.go +++ b/pkg/bundle/deploy.go @@ -1,6 +1,6 @@ package bundle -const Version = "5.13.1" +const Version = "5.13.2" const Sha256_deploy_cluster_role_yaml = "af479a2ade093cf0a2c220fe4650151075cc0aaa58a01dd0ae60e7f7022d42d5" diff --git a/version/version.go b/version/version.go index 5fdb0a27e..47ae54e99 100644 --- a/version/version.go +++ b/version/version.go @@ -2,5 +2,5 @@ package version const ( // Version is the noobaa-operator version (semver) - Version = "5.13.1" + Version = "5.13.2" )