File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,16 +40,15 @@ const RELEASE_CACHE_MS = 10 * 60_000;
4040// 64 hex characters, so latestLinuxRelease() rejects it and
4141// /api/releases/linux/latest answers 503 - failing closed rather than handing
4242// an installer a digest that cannot match what it downloads.
43- const PENDING_DIGEST = "pending-release-digest" ;
4443const RELEASE_FALLBACK_TAG = "v0.0.41" ;
4544const RELEASE_FALLBACK = {
4645 tag_name : RELEASE_FALLBACK_TAG ,
4746 draft : false ,
4847 prerelease : false ,
4948 assets : [
50- [ "1Helm-0.0.41-arm64.dmg" , PENDING_DIGEST ] ,
51- [ "1Helm-0.0.41-mac-arm64.zip" , PENDING_DIGEST ] ,
52- [ "1Helm-0.0.41-linux-node.tgz" , PENDING_DIGEST ] ,
49+ [ "1Helm-0.0.41-arm64.dmg" , "dd95d6012db5519581871a9c0b0379988ee4e9a38ac388d2762f71a29ea4548a" ] ,
50+ [ "1Helm-0.0.41-mac-arm64.zip" , "59da24ff56d736fd953060be4990add8dd373b5caac07a6ed6906206378f748a" ] ,
51+ [ "1Helm-0.0.41-linux-node.tgz" , "001ea971c2a1e8079802554a893deacb99eb9220a47735b40513d657098e7992" ] ,
5352 ] . map ( ( [ name , digest ] ) => ( {
5453 name,
5554 digest : `sha256:${ digest } ` ,
You can’t perform that action at this time.
0 commit comments