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

Adding automation script to update version in Community Catalog #1179

Merged
merged 1 commit into from
Aug 30, 2022
Merged

Adding automation script to update version in Community Catalog #1179

merged 1 commit into from
Aug 30, 2022

Conversation

cniackz
Copy link
Contributor

@cniackz cniackz commented Jun 21, 2022

There is a catalog in:

https://github.com/k8s-operatorhub/community-operators

And we have a script to update the MinIO Operator Version that I would like to add so other engineers can update the version if needed.

Copy link
Member

@harshavardhana harshavardhana left a comment

Choose a reason for hiding this comment

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

Not sure what this is and why this script has permissions to push to the origin and create new branches - can you explain what this does?

@cniackz
Copy link
Contributor Author

cniackz commented Aug 9, 2022

@harshavardhana

Overview, the idea is to update the Operator version in Community Catalog.

Steps are as follow:

  1. I get a fresh copy of both repos: Operator and Community repo.
  2. Then I make sure they are updated so same commits are observed in my forked repos and official repos.
  3. I execute the olm scripts so that I get the bundle, needed for Operator installation in k8s environment.
  4. I create the branch in the community repo, so that we can have a PR for the update as other companies do.
  5. Then I copy all needed files for Operator Lifecycle Manager to be able to install this new version on a cluster.
  6. And finally I send the PR for review and if all tests are passing, they will merge it and we are going to be up to date.

@cniackz cniackz requested a review from harshavardhana August 9, 2022 17:43
@cniackz cniackz dismissed harshavardhana’s stale review August 9, 2022 17:44

Added more explanation on how I use this script to update community catalog.

@dvaldivia dvaldivia requested a review from pjuarezd August 30, 2022 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants