Skip to content

Commit

Permalink
Update HELM CLI to v3.16.1 (redhat-developer#4465)
Browse files Browse the repository at this point in the history
Co-authored-by: openshifttools-bot <[email protected]>
  • Loading branch information
github-actions[bot] and openshifttools-bot authored Sep 13, 2024
1 parent 66bd250 commit 72fd935
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,43 +130,43 @@
"description": "Helm CLI tool",
"vendor": "The Helm Project",
"name": "helm",
"version": "3.16.0",
"versionRange": "^3.16.0",
"versionRangeLabel": "version >= 3.16.0",
"version": "3.16.1",
"versionRange": "^3.16.1",
"versionRangeLabel": "version >= 3.16.1",
"dlFileName": "helm",
"filePrefix": "",
"platform": {
"win32": {
"url": "https://get.helm.sh/helm-v3.16.0-windows-amd64.zip",
"sha256sum": "0d43e254e7bffbbea63d4726ff5b278021678be7be9bf78568ed26e8a6ca0f70",
"url": "https://get.helm.sh/helm-v3.16.1-windows-amd64.zip",
"sha256sum": "89952ea1bace0a9498053606296ea03cf743c48294969dfc731e7f78d1dc809a",
"dlFileName": "helm-windows-amd64.zip",
"cmdFileName": "helm.exe",
"filePrefix": "windows-amd64/"
},
"darwin": {
"url": "https://get.helm.sh/helm-v3.16.0-darwin-amd64.tar.gz",
"sha256sum": "565e1962df910afc494ca1ade82643a881ee3cbc5e757ee00dfa36d46d673025",
"url": "https://get.helm.sh/helm-v3.16.1-darwin-amd64.tar.gz",
"sha256sum": "1b194824e36da3e3889920960a93868b541c7888c905a06757e88666cfb562c9",
"dlFileName": "helm-darwin-amd64.tar.gz",
"cmdFileName": "helm",
"filePrefix": "darwin-amd64/"
},
"darwin-arm64": {
"url": "https://get.helm.sh/helm-v3.16.0-darwin-arm64.tar.gz",
"sha256sum": "79af762dc5ded54f8e3216bf8d247801823c63ec4acd1d0c9a958af38db299c6",
"url": "https://get.helm.sh/helm-v3.16.1-darwin-arm64.tar.gz",
"sha256sum": "405a3b13f0e194180f7b84010dfe86689d7703e80612729882ad71e2a4ef3504",
"dlFileName": "helm-darwin-arm64.tar.gz",
"cmdFileName": "helm",
"filePrefix": "darwin-arm64/"
},
"linux": {
"url": "https://get.helm.sh/helm-v3.16.0-linux-amd64.tar.gz",
"sha256sum": "327cfbc7ddc5a3eb644039ceb0cff66394628654c4f5a76bf715ed15b893983b",
"url": "https://get.helm.sh/helm-v3.16.1-linux-amd64.tar.gz",
"sha256sum": "e57e826410269d72be3113333dbfaac0d8dfdd1b0cc4e9cb08bdf97722731ca9",
"dlFileName": "helm-linux-amd64.tar.gz",
"cmdFileName": "helm",
"filePrefix": "linux-amd64/"
},
"linux-arm64": {
"url": "https://get.helm.sh/helm-v3.16.0-linux-arm64.tar.gz",
"sha256sum": "fc121590b532d7f2037ae5cdd39d2b56dec96069d8bc613a08965f29a156e84f",
"url": "https://get.helm.sh/helm-v3.16.1-linux-arm64.tar.gz",
"sha256sum": "780b5b86f0db5546769b3e9f0204713bbdd2f6696dfdaac122fbe7f2f31541d2",
"dlFileName": "helm-linux-arm64.tar.gz",
"cmdFileName": "helm",
"filePrefix": "linux-arm64/"
Expand Down

0 comments on commit 72fd935

Please sign in to comment.