-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat: add webhook timeout values #889
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
falcorocks
force-pushed
the
feat-timeouts
branch
from
January 20, 2025 15:02
d12ec31
to
b9b4ee9
Compare
…#882) Signed-off-by: Bob Callaway <[email protected]>
Signed-off-by: Bob Callaway <[email protected]>
Signed-off-by: Bob Callaway <[email protected]>
…7.18 in /charts/updatetree (sigstore#878) * build(deps): bump sigstore/scaffolding/updatetree in /charts/updatetree Bumps sigstore/scaffolding/updatetree from v0.7.15 to v0.7.18. --- updated-dependencies: - dependency-name: sigstore/scaffolding/updatetree dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * make docs and fix chart version Signed-off-by: Bob Callaway <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Bob Callaway <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bob Callaway <[email protected]>
Signed-off-by: Alex Shearn <[email protected]>
…store#886) Signed-off-by: Bob Callaway <[email protected]>
* bump rekor chart for scaffolding v0.7.18 release Signed-off-by: Bob Callaway <[email protected]> * fix doc Signed-off-by: Bob Callaway <[email protected]> --------- Signed-off-by: Bob Callaway <[email protected]>
Signed-off-by: Bob Callaway <[email protected]>
Signed-off-by: falcorocks <[email protected]>
falcorocks
force-pushed
the
feat-timeouts
branch
from
January 20, 2025 15:04
b9b4ee9
to
fde45bd
Compare
…orocks/sigstore-helm-charts into feat-timeouts Signed-off-by: falcorocks <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the change
Adds optional timeout values. The chart creates 4 webhook configuration objects (2
ValidatingWebhookConfiguration
and 2MutatingWebhookConfiguration
. These are all created with the defaulttimeoutSeconds
(docs) set to 10s. In some cases this is excessive (Kuberentes docs recommend this value to be as short as possible). In other cases user experience the need for longer timeouts, up to 20 seconds. This PR allows users to specify a specific timeout for each of the 4 configurations.Existing or Associated Issue(s)
see for instance https://sigstore.slack.com/archives/C03096V09F1/p1737372057769759
Additional Information
Checklist
Chart.yaml
according to semver. Where applicable, update and bump the versions in any associated umbrella chartvalues.yaml
and added to the README.md. The helm-docs utility can be used to generate the necessary content. Usehelm-docs --dry-run
to preview the content.ct lint
command.