From 0c61d56ce56c6f123f207d941b075d205af6846d Mon Sep 17 00:00:00 2001 From: Alex Barbato Date: Tue, 30 Jan 2024 17:22:46 -0500 Subject: [PATCH 1/2] Updating docs for response header Signed-off-by: Alex Barbato --- site/content/vendir/docs/develop/vendir-spec.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/content/vendir/docs/develop/vendir-spec.md b/site/content/vendir/docs/develop/vendir-spec.md index d746e2dcb..01275d942 100644 --- a/site/content/vendir/docs/develop/vendir-spec.md +++ b/site/content/vendir/docs/develop/vendir-spec.md @@ -116,6 +116,8 @@ directories: name: my-image-auth # specify wether to skip TLS verification; defaults to false (optional;v0.18.0+) dangerousSkipTLSVerify: false + # specify the response timeout in seconds for imgpkg when querying the registry; defaults to 30 (optional; v0.40.0+) + dangerousSkipTLSVerify: 30 # fetches imgpkg bundle from an image registry (optional; v0.16.0+) imgpkgBundle: @@ -143,6 +145,8 @@ directories: name: my-image-auth # specify wether to skip TLS verification; defaults to false (optional;v0.18.0+) dangerousSkipTLSVerify: false + # specify the response timeout in seconds for imgpkg when querying the registry; defaults to 30 (optional; v0.40.0+) + dangerousSkipTLSVerify: 30 # fetches assets from a github release (optional) githubRelease: From bc3b98c0efbbda40cccc0ba9c6577f6e0439bced Mon Sep 17 00:00:00 2001 From: Alex Barbato Date: Thu, 1 Feb 2024 09:45:17 -0500 Subject: [PATCH 2/2] Fixing typo Signed-off-by: Alex Barbato --- site/content/vendir/docs/develop/vendir-spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/vendir/docs/develop/vendir-spec.md b/site/content/vendir/docs/develop/vendir-spec.md index 01275d942..91ddc370b 100644 --- a/site/content/vendir/docs/develop/vendir-spec.md +++ b/site/content/vendir/docs/develop/vendir-spec.md @@ -117,7 +117,7 @@ directories: # specify wether to skip TLS verification; defaults to false (optional;v0.18.0+) dangerousSkipTLSVerify: false # specify the response timeout in seconds for imgpkg when querying the registry; defaults to 30 (optional; v0.40.0+) - dangerousSkipTLSVerify: 30 + responseHeaderTimeout: 30 # fetches imgpkg bundle from an image registry (optional; v0.16.0+) imgpkgBundle: @@ -146,7 +146,7 @@ directories: # specify wether to skip TLS verification; defaults to false (optional;v0.18.0+) dangerousSkipTLSVerify: false # specify the response timeout in seconds for imgpkg when querying the registry; defaults to 30 (optional; v0.40.0+) - dangerousSkipTLSVerify: 30 + responseHeaderTimeout: 30 # fetches assets from a github release (optional) githubRelease: