Skip to content

Commit

Permalink
📝 fix release docs (#834)
Browse files Browse the repository at this point in the history
* fix release docs

Signed-off-by: Ivan Milchev <[email protected]>

* fix olm release channel

Signed-off-by: Ivan Milchev <[email protected]>

---------

Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev authored Aug 17, 2023
1 parent 8f5c7fb commit 4dfafbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ The release.sh script generates a `/bundle` directory with the required manifest
1. Create a PR to https://github.com/k8s-operatorhub/community-operators

- fork https://github.com/k8s-operatorhub/community-operators
- in the forked repo copy/sync the files generated by the `release.sh` script from the `mondoo-operator/bundle/manifests` directory into `community-operators/operators/mondoo-operator/1.4.1/manifests/`.
- copy `community-operators/operators/mondoo-operator/1.4.1/metadata/` to the directory of the new version. You don't have to change anything inside the file.
- in the forked repo copy/sync the files generated by the `release.sh` script from the `mondoo-operator/bundle/` directory into `community-operators/operators/mondoo-operator/1.4.1/`.
- commit and open PR

## FAQ
Expand Down
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=mondoo-operator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.bundle.channels.v1=stable-v1
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.30.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4-alpha
Expand Down

0 comments on commit 4dfafbf

Please sign in to comment.