Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions bucket/k9s.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"version": "0.25.16",
"description": "Terminal based UI to interact with Kubernetes clusters",
"homepage": "https://k9scli.io",
"license": {
"identifier": "Apache-2.0",
"url": "https://github.com/derailed/k9s/blob/master/LICENSE"
},
"changelog": "https://github.com/derailed/k9s/releases/tag/v0.25.16",
"architecture": {
"64bit": {
"url": "https://github.com/derailed/k9s/releases/download/v0.25.16/k9s_Windows_x86_64.tar.gz",
"hash": "14e060b8c6db0c67307aced4675b933265d313f0909bdd56b226f377e94ca60c"
},
"arm64": {
"url": "https://github.com/derailed/k9s/releases/download/v0.25.16/k9s_Windows_arm64.tar.gz",
"hash": "c9bf8d6eb15953327006cdc6129ec92fda03dd13b5850e6b58e5552e17e6a99a"
}
},
"bin": "k9s.exe",
"checkver": {
"github": "https://github.com/derailed/k9s"
},
"autoupdate": {
"changelog": "https://github.com/derailed/k9s/releases/tag/v$version",
"architecture": {
"64bit": {
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_x86_64.tar.gz"
},
"arm64": {
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_arm64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}
63 changes: 63 additions & 0 deletions bucket/prometheus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"version": "2.32.1",
"description": "Systems monitoring and alerting toolkit",
"homepage": "https://prometheus.io",
"license": {
"identifier": "Apache-2.0",
"url": "https://github.com/prometheus/prometheus/blob/main/LICENSE"
},
"changelog": "https://github.com/prometheus/prometheus/releases/tag/v2.32.1",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.32.1/prometheus-2.32.1.windows-amd64.tar.gz",
"hash": "7ab07e5abcc1bb20b590aadd88245ceed9a96cae1d27ef067a293afde5b43ebf",
"extract_dir": "prometheus-2.32.1.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.32.1/prometheus-2.32.1.windows-386.tar.gz",
"hash": "6699498dc3917c8b5e1ecffffb3a3105a5d6ed280a33e8037ba129112c0c0add",
"extract_dir": "prometheus-2.32.1.windows-386"
},
"arm64": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.32.1/prometheus-2.32.1.windows-arm64.tar.gz",
"hash": "65d3ebf1f509124e283cd471393ecb6d7fbd04f6e8a224827086a15765386744",
"extract_dir": "prometheus-2.32.1.windows-arm64"
}
},
"bin": [
[
"prometheus.exe",
"prometheus",
"--config.file \"$persist_dir\\prometheus.yml\""
],
"promtool.exe"
],
"persist": [
"data",
"prometheus.yml"
],
"checkver": {
"github": "https://github.com/prometheus/prometheus"
},
"autoupdate": {
"archive": true,
"changelog": "https://github.com/prometheus/prometheus/releases/tag/v$version",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v$version/prometheus-$version.windows-amd64.tar.gz",
"extract_dir": "prometheus-$version.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v$version/prometheus-$version.windows-386.tar.gz",
"extract_dir": "prometheus-$version.windows-386"
},
"arm64": {
"url": "https://github.com/prometheus/prometheus/releases/download/v$version/prometheus-$version.windows-arm64.tar.gz",
"extract_dir": "prometheus-$version.windows-arm64"
}
},
"hash": {
"url": "$baseurl/sha256sums.txt"
}
}
}