-
Notifications
You must be signed in to change notification settings - Fork 261
examples for opm alpha render-graph to generate channel graph images
#1012
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
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grokspawn The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## master #1012 +/- ##
==========================================
+ Coverage 51.67% 51.68% +0.01%
==========================================
Files 102 102
Lines 9153 9153
==========================================
+ Hits 4730 4731 +1
+ Misses 3515 3514 -1
Partials 908 908
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
cmd/opm/render/cmd.go
Outdated
| # | ||
| # Output declarative configuration view of a bundle-image in YAML format | ||
| # | ||
| $ opm render quay.io/operatorhubio/ack-apigatewayv2-controller@sha256:14c507f2ecb4a64928bcfcf5897f4495d9988f4d7ff58f41e029359a9fe78c38 |
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.
is there a reason why one example is with SHA and one is with tag?
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.
One is also an index image (tag) and the other is a bundle image (SHA). Just because that's the example I pulled from the existing catalog.
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.
sounds reasonable then
|
/lgtm |
|
/hold |
|
/lgtm |
|
/approved |
|
|
Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
689d167 to
f9023d9
Compare
|
/hold cancel |
opm render to generate channel graph imagesopm alpha render-graph to generate channel graph images
|
/lgtm |
Signed-off-by: Jordan Keister jordan@nimblewidget.com
Description of the change:
Adding examples of
opm alpha render-graphso that we can provide examples of the more complex pipelines required to generate a picture of operator upgrade graphs.Motivation for the change:
Reviewer Checklist
/docs