Closed jflinchbaugh closed 2 years ago
I've rebased on main and resolved conflicts, so this should look pretty good now: only updates to the 3.35.0 bundle files.
much of this will be file renames and indentation fixes as applied by the new_version.sh script.
This new structure looks just like what we submit to red hat via PR: https://github.com/sonatype/certified-operators/tree/main/operators/nxrm-operator-certified
Diffing the 2 projects shows NO differences.
$ diff -ru nxrm-operator-certified/deploy/olm-catalog/nxrm-operator-certified/3.35.0-1 certified-operators/operators/nxrm-operator-certified/3.35.0-1 | wc -l
0
The old 3.35.0 metadata was copied from this project into the certified-operators project, fixed up to pass certification tests, and those changes were brought back into the templates of this project. This PR updates the old bundle files we had to be the files that match those we submitted to red hat and published.
NOTE: this is built upon the previous PR, so i'll update it to merge to main after the other PR is merged.
JIRA: https://issues.sonatype.org/browse/INT-6258