From 8e0bc06532fc872257e91f0690cad7f6a9239ae7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:30:20 +0000 Subject: [PATCH] helm-chart-releaser: Update to version 1.8.1 --- bucket/helm-chart-releaser.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helm-chart-releaser.json b/bucket/helm-chart-releaser.json index 2257a97b26..0ac6555c6d 100644 --- a/bucket/helm-chart-releaser.json +++ b/bucket/helm-chart-releaser.json @@ -1,16 +1,16 @@ { - "version": "1.7.0", + "version": "1.8.1", "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.7.0/chart-releaser_1.7.0_windows_amd64.zip", - "hash": "cb66eaa17ee050336a52e202d13c5ebee32ab4086a19ceecdd7ea6b1be0514d7" + "url": "https://github.com/helm/chart-releaser/releases/download/v1.8.1/chart-releaser_1.8.1_windows_amd64.zip", + "hash": "3db750018dc6aa7908b439ff063a89e2519e45cb5971ebb34090bc47eaf6e469" }, "arm64": { - "url": "https://github.com/helm/chart-releaser/releases/download/v1.7.0/chart-releaser_1.7.0_windows_arm64.zip", - "hash": "dce8ed49388382a57b0a464334de9f40a99cee16683bb8943fb04101db9f7402" + "url": "https://github.com/helm/chart-releaser/releases/download/v1.8.1/chart-releaser_1.8.1_windows_arm64.zip", + "hash": "ffab1bd1480aeda47632a8ed2716327030753067033d61e1e1d7ac5269cb96fc" } }, "bin": "cr.exe",