Skip to content

Commit 033503b

Browse files
authored
Update release.md (#1363)
* Update release.md * Update docs/dev/release.md
1 parent 03001b9 commit 033503b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Assign the repo path to `RH_COMMUNITY_OPENSHIFT_REPO_PATH` env variable.
8585
Clone, if not done before, the MongoDB fork of [the Red Hat certified operators production catalog repo](https://github.com/redhat-openshift-ecosystem/certified-operators):
8686

8787
```bash
88-
git clone [email protected]:mongodb-forks/community-operators-prod.git
88+
git clone [email protected]:mongodb-forks/certified-operators.git
8989
```
9090

9191
Add the upstream repository as a remote one:
@@ -158,7 +158,7 @@ This is necessary for the Operator to appear on "operators" tab in Openshift clu
158158
pointing to the directory where `certified-operators` repository: https://github.com/redhat-openshift-ecosystem/certified-operators.
159159
- Download (and build locally, if you're running MacOS) https://github.com/redhat-openshift-ecosystem/openshift-preflight and put the binary to your `$PATH`
160160
- Use the image reference including the hash (`quay.io/mongodb/mongodb-atlas-kubernetes-operator:...@sha256:...`) from the [release process step "Push Atlas Operator to Quay.io"](https://github.com/mongodb/mongodb-atlas-kubernetes/actions/workflows/release-post-merge.yml) as `IMG_SHA`
161-
- Use the version of the release as `VERSION`, remember the SEMVER x.y.z version without NPO `v`prefix.
161+
- Use the version of the release as `VERSION`, remember the SEMVER x.y.z version without the `v`prefix.
162162

163163
Invoke the following script:
164164
```

0 commit comments

Comments
 (0)