mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
helm-chart-releaser: Add version 1.5.0 (#4350)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com> Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
parent
7b59dfc9e8
commit
ddf037d97d
32
bucket/helm-chart-releaser.json
Normal file
32
bucket/helm-chart-releaser.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"version": "1.5.0",
|
||||
"description": "Tool designed to help GitHub repos self-host their own chart repos by adding Helm chart artifacts to GitHub Releases named for the chart version and then creating an index.yaml file for those releases that can be hosted on GitHub Pages (or elsewhere!).",
|
||||
"homepage": "https://github.com/helm/chart-releaser/",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/helm/chart-releaser/releases/download/v1.5.0/chart-releaser_1.5.0_windows_amd64.zip",
|
||||
"hash": "aae1958d3328e44c47499ddbbaf3cfd84e63ae76d76889c298670ea7a93758c9"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/helm/chart-releaser/releases/download/v1.5.0/chart-releaser_1.5.0_windows_arm64.zip",
|
||||
"hash": "94685e9639c244dd6f898716e992182dd0bcafab93bb6c493ffce1c98f1cd268"
|
||||
}
|
||||
},
|
||||
"bin": "cr.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/helm/chart-releaser/releases/download/v$version/chart-releaser_$version_windows_amd64.zip"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/helm/chart-releaser/releases/download/v$version/chart-releaser_$version_windows_arm64.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/checksums.txt",
|
||||
"regex": "(?im)^$sha256\\s+$basename$"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user