-
Notifications
You must be signed in to change notification settings - Fork 17
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
Bump shipwright build 0.12.0 #152
Conversation
d68e18c
to
128fae8
Compare
@shipwright-io/operator-reviewers |
/assign @adambkaplan PTAL |
@jkhelil: GitHub didn't allow me to assign the following users: PTAL. Note that only shipwright-io members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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. |
kodata/certificates.yaml
Outdated
- shipwright-build-webhook.shipwright-build.svc | ||
- shipwright-build-webhook.shipwright-build.svc.cluster.local | ||
- shp-build-webhook.shipwright-build.svc |
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.
Can you explain this ? The service is named "shp-build-webhook". Should not there only that be in? Also, are you sure that we never need cluster.local ? I never questioned it, but we basically always create certificates for our webhooks with svcname, svcname.namespace, svcname.namespace.svc, and svcname.namespace.svc.cluster.local like in https://github.com/shipwright-io/build/blob/main/hack/setup-webhook-cert.sh#L32-L35.
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 renamed shp-build-webhook to shiwpright-build-webhook to harmonize naming for the object created via the operator, I kept shp-build-webhook though
I think to avoid confusion, I will keep only shp-build-webhook and raise a PR on the build project to rename shp-build-webhook
and yes we dont need cluster.local
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.
fixed
pkg/certmanager/cert_manager.go
Outdated
"shipwright-build-webhook.%s.svc", | ||
"shp-build-webhook.%s.svc", |
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.
Same here, I assume we only need shp-build-webhook.
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.
same here, I will keep just shp-build-webhook
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.
fixed
128fae8
to
aca0ed3
Compare
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.
/apprope
/lgtm
aca0ed3
to
d824c77
Compare
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.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SaschaSchwarze0 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 |
Changes
Submitter Checklist
See the contributor guide
for details on coding conventions, github and prow interactions, and the code review process.
Release Notes