Skip to content
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

🌱 Use konveyor/ci in release workflow #284

Merged
merged 1 commit into from
Nov 20, 2023
Merged

Conversation

djzager
Copy link
Member

@djzager djzager commented Nov 20, 2023

  • Also add new targets to Makefile for installing openshift-client and yq
  • Refactor our method for preparing manifests for publish

Copy link
Contributor

@fabianvf fabianvf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks sane to me, just a few questions

description: "comma separated channel(s) this operator should be available on"
required: false
default: ""
# use_image_digest:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we leaving this in for a reason?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some strange reason when I use the operator-sdk generate bundle ... --use-image-digests on our project it doubles up the relatedImages where each image is repeated multiple times. I tried to recreate the issue on memcached-operator and couldn't. Not certain it's worth the time.

Dropping for now.

publish:
name: Build and Push Manifest
needs: release-components
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want this one to depend on tests or something?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should. Good find.

* Also add new targets to Makefile for installing openshift-client
  and yq
* Refactor our method for preparing manifests for publish

Signed-off-by: David Zager <[email protected]>
Copy link
Contributor

@fabianvf fabianvf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@djzager djzager merged commit 9dd9845 into konveyor:main Nov 20, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants