-
Notifications
You must be signed in to change notification settings - Fork 611
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
operators [R] cert-manager (1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.5.3 1.5.4 1.6.0 1.6.1) #722
Conversation
https://patch-diff.githubusercontent.com/raw/redhat-openshift-ecosystem/community-operators-prod/pull/434.diff Signed-off-by: Richard Wall <richard.wall@jetstack.io>
@wallrj: GitHub didn't allow me to request PR reviews from the following users: yselkowitz. Note that only k8s-operatorhub members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Blocked by #749 |
HI @wallrj, The test is not passing because of the following errors:
You have invalid SA in the bundle and you can check it out by using SDK ( latest release ) to test your bundle with |
/unhold |
I know this and I will fix it in the next release (1.6.2) but according to the documentation I should not (can not?) make modifications to existing bundles, other than to the metadata, right? The CI pipeline should not be retesting my already released CSVs using new stricter validation rules, Here are links and extracts from the documentation that I am referring to: Updating your existing Operator
Operator deploy tests (lemon/orange) test failures
Minor (cosmetics) changes
And I suppose the reason for not allowing e.g. ServiceAccount changes to existing bundles is that OLM would have no way to upgrade users who had already installed the existing bundle. |
@camilamacedo86 I'll give up on this. I don't think it's correct to change files outside the CSV in already released bundles for the reasons given in the documentation above and additionally in https://olm.operatorframework.io/docs/reference/file-based-catalogs/#immutable-bundles
In my view the CI in this repo should allow me to change CSV labels for already released bundles. |
Signed-off-by: ack-bot <82905295+ack-bot@users.noreply.github.com>
Here I'm bringing the cert-manager packages in this repo in sync with redhat-openshift-ecosystem/community-operators-prod
/cc @yselkowitz
/hold
New Submissions
Updates to existing Operators
ci.yaml
file according to the update instructions?replaces
property if you chosereplaces-mode
via theupdateGraph
property inci.yaml
?package.yaml
orannotations.yaml
?Your submission should not
Operator Description must contain (in order)
Operator Metadata should contain
Remember that you can preview your CSV here.
--
1 If you feel your Operator does not fit any of the pre-defined categories, file an issue against this repo and explain your need
2 For more information see here