-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release instruction and script improvements #1465
Conversation
# set openshift versions | ||
yq e -i '.annotations = .annotations + { "com.redhat.openshift.versions": "v4.8" }' \ | ||
"${REPO}/${VERSION}"/metadata/annotations.yaml | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: redhat-openshift-ecosystem/certified-operators#3619 was done using this script.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These manual changes are still needed?
Eg:
Before posting the PR there is a manual change you need to make:
- Ensure to add the
quay.io/
prefix in all Operator image references.
You can see an example fixed PR here on Community Operators for version 1.9.1.
I mean it has been fixed for certified, we could as well do it for the other 2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I just wonder if we should also fix the other 2 RedHat releases not to need to setup the quay.io/
prefix manually.
@josvazg oh, you are right, that could be fixed in the scripts as well, let me do that actually 👍 |
All Submissions:
closes #XXXX
in your comment to auto-close the issue that your PR fixes (if there is one).