Skip to content

Commit 3d8bb99

Browse files
committed
constants: add blessed helm metadata
1 parent 5ba32a0 commit 3d8bb99

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

src/warnet/constants.py

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,50 @@
112112
HELM_LATEST_URL = "https://get.helm.sh/helm-latest-version"
113113
HELM_DOWNLOAD_URL_STUB = "https://get.helm.sh/"
114114
HELM_BINARY_NAME = "helm"
115+
HELM_BLESSED_VERSION = "v3.16.1"
116+
HELM_BLESSED_NAME_AND_CHECKSUMS = [
117+
{
118+
"name": "helm-v3.16.1-darwin-amd64.tar.gz",
119+
"checksum": "1b194824e36da3e3889920960a93868b541c7888c905a06757e88666cfb562c9",
120+
},
121+
{
122+
"name": "helm-v3.16.1-darwin-arm64.tar.gz",
123+
"checksum": "405a3b13f0e194180f7b84010dfe86689d7703e80612729882ad71e2a4ef3504",
124+
},
125+
{
126+
"name": "helm-v3.16.1-linux-amd64.tar.gz",
127+
"checksum": "e57e826410269d72be3113333dbfaac0d8dfdd1b0cc4e9cb08bdf97722731ca9",
128+
},
129+
{
130+
"name": "helm-v3.16.1-linux-arm.tar.gz",
131+
"checksum": "a15a8ddfc373628b13cd2a987206756004091a1f6a91c3b9ee8de6f0b1e2ce90",
132+
},
133+
{
134+
"name": "helm-v3.16.1-linux-arm64.tar.gz",
135+
"checksum": "780b5b86f0db5546769b3e9f0204713bbdd2f6696dfdaac122fbe7f2f31541d2",
136+
},
137+
{
138+
"name": "helm-v3.16.1-linux-386.tar.gz",
139+
"checksum": "92d7a47a90734b50528ffffc99cd1b2d4b9fc0f4291bac92c87ef03406a5a7b2",
140+
},
141+
{
142+
"name": "helm-v3.16.1-linux-ppc64le.tar.gz",
143+
"checksum": "9f0178957c94516eff9a3897778edb93d78fab1f76751bd282883f584ea81c23",
144+
},
145+
{
146+
"name": "helm-v3.16.1-linux-s390x.tar.gz",
147+
"checksum": "357f8b441cc535240f1b0ba30a42b44571d4c303dab004c9e013697b97160360",
148+
},
149+
{
150+
"name": "helm-v3.16.1-linux-riscv64.tar.gz",
151+
"checksum": "9a2cab45b7d9282e9be7b42f86d8034dcaa2e81ab338642884843676c2f6929f",
152+
},
153+
{
154+
"name": "helm-v3.16.1-windows-amd64.zip",
155+
"checksum": "89952ea1bace0a9498053606296ea03cf743c48294969dfc731e7f78d1dc809a",
156+
},
157+
{
158+
"name": "helm-v3.16.1-windows-arm64.zip",
159+
"checksum": "fc370a291ed926da5e77acf42006de48e7fd5ff94d20c3f6aa10c04fea66e53c",
160+
},
161+
]

0 commit comments

Comments
 (0)