-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update prerequisites in csv #121
Conversation
0e395b5
to
83bc5c5
Compare
83bc5c5
to
ceb4866
Compare
@@ -362,4 +364,3 @@ spec: | |||
targetPort: 9443 | |||
type: ValidatingAdmissionWebhook | |||
webhookPath: /validate-che-eclipse-org-v1alpha1-kubernetesimagepuller | |||
replaces: kubernetes-imagepuller-operator.v1.0.6 |
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.
I have some concerns about this.
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.
It was removed after make bundle
, I've added it again in my new commit
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.
I have a concern that both OpenShift and Kubernetes bundles will have a reference to the cert-manager.
Signed-off-by: dkwon17 <[email protected]>
40540cc
to
3e81300
Compare
I manually updated
config/manifests/bases/kubernetes-image-puller-operator.clusterserviceversion.yaml
and ranmake bundle
to generate thebundle/manifests/kubernetes-imagepuller-operator.clusterserviceversion.yaml
This PR is for updating the
Prerequisites for enabling this Operator
section on OperatorHub. Today (before this PR) it looks like this: