-
Notifications
You must be signed in to change notification settings - Fork 647
operator shipwright-operator (0.16.0) #6494
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
base: main
Are you sure you want to change the base?
Conversation
@sbose78,@SaschaSchwarze0,@adambkaplan , please approve as you are original reviewer(s). |
Dear @psrvere, Errors (:bug:) must be fixed while warnings (:warning:) are informative, and fixing them might improve the quality of your solution.
|
dd2e575
to
c882adf
Compare
Dear @psrvere, Errors (:bug:) must be fixed while warnings (:warning:) are informative, and fixing them might improve the quality of your solution.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think I found the issue for why we have an invalid bundle
env: | ||
- name: USE_MANAGED_WEBHOOK_CERTS | ||
value: "true" | ||
image: ko://github.com/shipwright-io/operator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adambkaplan - you are right. I missed the mount step and instead copied files from operator repo. Have fixed this.
- added bundle for 0.16.0 - added description in csv for TektonConfig and Certificate to silence warning in CI warning: Value shipwright-operator.v0.16.0: required CRD has an empty description Signed-off-by: Prateek Singh Rathore <prateek.singh.rathore@gmail.com>
c882adf
to
4cc58c0
Compare
/merge possible |
/merge possible |
Current PR can be merged automatically, but there is missing |
1 similar comment
Current PR can be merged automatically, but there is missing |
Thanks submitting your Operator. Please check below list before you create your Pull Request.
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