We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2c394 commit b3780e2Copy full SHA for b3780e2
release/release.sh
@@ -69,6 +69,9 @@ function operatorhub {
69
CSV_FILE=${CATALOG_DIR}/manifests/pulp-operator.clusterserviceversion.yaml
70
echo " replaces: pulp-operator.v${PULP_OPERATOR_REPLACE_VERSION}" >> $CSV_FILE
71
72
+ ANNOTATIONS_FILE=${CATALOG_DIR}/metadata/annotations.yaml
73
+ echo 'com.redhat.openshift.versions: "v4.17-v4.18"' >> $ANNOTATIONS_FILE
74
+
75
echo "Commiting changes ..."
76
git add operators/pulp-operator/
77
git commit -sm "operator pulp-operator ($PULP_OPERATOR_RELEASE_VERSION)"
0 commit comments