Skip to content

Commit 545354d

Browse files
committed
Revert borked Helm upgrade
Signed-off-by: Erik Godding Boye <egboye@gmail.com>
1 parent 81f2969 commit 545354d

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
matchPackageNames: [
9292
'github.com/google/go-containerregistry', // Release v0.21.6 was creating a havoc in our Prow cluster
9393
'hashicorp/vault', // Missing binaries in the latest release (v2.0.1), see https://developer.hashicorp.com/vault/docs/updates/release-notes#vault-2-0-1
94+
'helm/helm', // Release v4.2.1 is borked, see https://github.com/helm/helm/issues/32214
9495
],
9596
},
9697
{

modules/tools/00_mod.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ NEEDS_CTR = __require-ctr
7070
tools :=
7171
# https://github.com/helm/helm/releases
7272
# renovate: datasource=github-releases packageName=helm/helm
73-
tools += helm=v4.2.1
73+
tools += helm=v4.2.0
7474
# https://github.com/helm-unittest/helm-unittest/releases
7575
# renovate: datasource=github-releases packageName=helm-unittest/helm-unittest
7676
tools += helm-unittest=v1.1.1
@@ -482,10 +482,10 @@ $(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz:
482482
$(CURL) https://go.dev/dl/go$(VENDORED_GO_VERSION).$(HOST_OS)-$(HOST_ARCH).tar.gz -o $(outfile); \
483483
$(checkhash_script) $(outfile) $(go_$(HOST_OS)_$(HOST_ARCH)_SHA256SUM)
484484

485-
helm_linux_amd64_SHA256SUM=479dca836e5b45e8bd222400c5591b0e3a647378f03ff96597180db97c17fdae
486-
helm_linux_arm64_SHA256SUM=596b9a73d366c1e72ce67d595c22805480e30914593aafbc9f547694e72814db
487-
helm_darwin_amd64_SHA256SUM=2a21c9f368d608bcf6eb794ebc06514eb6b529a846b60fe4a43dea7bcce65228
488-
helm_darwin_arm64_SHA256SUM=896472d2ec0740c60f64a9df0fc30d478beee38a1a2a6ed91aa6e6ee177c1575
485+
helm_linux_amd64_SHA256SUM=97dbeb971be4ac4b27e3839976d9564c0fb35c6f3b1da89dd1e292d236af4096
486+
helm_linux_arm64_SHA256SUM=1f8de130dfbd04de64978e7b852a7a547be1404956a366608276d2520b678670
487+
helm_darwin_amd64_SHA256SUM=1376ea697140e4db316736e760d5a47d12afc1524dce704476ef06fd7fdeddc6
488+
helm_darwin_arm64_SHA256SUM=f13f959015447b6bc309f9fd506509926543988a39035c088b52522ec95e2acb
489489

490490
.PRECIOUS: $(DOWNLOAD_DIR)/tools/helm@$(HELM_VERSION)_$(HOST_OS)_$(HOST_ARCH)
491491
$(DOWNLOAD_DIR)/tools/helm@$(HELM_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools

0 commit comments

Comments
 (0)