Skip to content

Commit

Permalink
Adding redhat marketplace annotations (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
cniackz committed May 19, 2023
1 parent 5dd201d commit fcba7dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions olm.sh
Expand Up @@ -9,3 +9,7 @@ operator-sdk generate bundle \
--output-dir bundles/redhat-marketplace/"$RELEASE" \
--channels stable \
--overwrite

# Add needed annotations for redhat marketplace
yq -i '.metadata.annotations."marketplace.openshift.io/remote-workflow" |= "https://marketplace.redhat.com/en-us/operators/minio-directpv-operator-rhmp/pricing?utm_source=openshift_console"' bundles/redhat-marketplace/"$RELEASE"/manifests/minio-directpv.clusterserviceversion.yaml
yq -i '.metadata.annotations."marketplace.openshift.io/support-workflow" |= "https://marketplace.redhat.com/en-us/operators/minio-directpv-operator-rhmp/support?utm_source=openshift_console"' bundles/redhat-marketplace/"$RELEASE"/manifests/minio-directpv.clusterserviceversion.yaml

0 comments on commit fcba7dd

Please sign in to comment.