hazelcast / hazelcast-operator

Apache License 2.0
10 stars 14 forks source link

Add step for updating master branch of community operators fork #40

Closed mtyazici closed 3 years ago

mtyazici commented 3 years ago

Docker Hub release workflow creates PRs at the repository operator-framework/community-operators using the fork of devOpsHelm.

After the workflow has finished and operator version updating PRs for community-operators repository passes, the master branch of the devOpsHelm and operator-framework diverge. So when the workflow is run again and the second PR is created from the fork , the PR has conflicts with the master branch of the operator-framework repository. This PR fixes the issue.