Files
helm/scripts
Solomon Wakhungu 5a30c7ae85 fix(scripts): add cache-busting to get-helm-3 version check
The get-helm-3 script queries get.helm.sh/helm3-latest-version to
determine the latest release. The CDN serving this file has no
Cache-Control header, so edge servers can serve stale cached
responses for hours after a new release.

This causes non-deterministic behavior: machines running get-helm-3
at the same time can install different versions depending on which
CDN edge node they hit.

Fix: Append a timestamp query string (?ts=1783837438) to bust CDN
caches, and add Cache-Control: no-cache header to both curl and wget
requests.

Fixes #32329

Signed-off-by: Solomon Wakhungu <65043605+1solomonwakhungu@users.noreply.github.com>
2026-07-17 19:48:32 -05:00
..
2025-10-09 09:07:39 +08:00
2025-11-12 08:33:39 -05:00
2024-12-19 10:27:38 -05:00