-
Notifications
You must be signed in to change notification settings - Fork 66
🌱 Update additional cert-manager locations to v1.18.2 #2071
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 additional cert-manager locations to v1.18.2 #2071
Conversation
The go.mod version of cert-manager was updated to v1.18.2 Signed-off-by: Todd Short <tshort@redhat.com>
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
/approve |
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.
/lgtm
Good catcher
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, tmshort 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 |
@@ -5,7 +5,7 @@ load('ext://cert_manager', 'deploy_cert_manager') | |||
def deploy_cert_manager_if_needed(): | |||
cert_manager_var = '__CERT_MANAGER__' | |||
if os.getenv(cert_manager_var) != '1': | |||
deploy_cert_manager(version="v1.15.3") | |||
deploy_cert_manager(version="v1.18.2") |
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 would be nice if it could read the value from the Makefile, so we do not forget to update it.
Anyway, it is a very small, nice-to-have, so I will not block this one due to it
We can improve in follow up always :-)
/lgtm
245fc52
into
operator-framework:main
The go.mod version of cert-manager was updated to v1.18.2
Description
Reviewer Checklist