Skip to content

Commit 0a0a800

Browse files
committed
Pin k8sgpt to v0.4.36
v0.4.38 (latest) shipped no binaries, only an SBOM file, so the generated download URLs 404. Pin to v0.4.36 where binaries exist, transient until upstream re-attaches the binaries. Issue: k8sgpt-ai/k8sgpt#1775 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 213b9a4 commit 0a0a800

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

pkg/get/tools.go

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -720,10 +720,15 @@ https://dl.k8s.io/release/{{.Version}}/bin/{{$os}}/{{$arch}}/kubectl{{$ext}}`})
720720

721721
tools = append(tools,
722722
Tool{
723-
Owner: "k8sgpt-ai",
724-
Repo: "k8sgpt",
725-
Name: "k8sgpt",
726-
Description: "Kubernetes AI diagnostic tool and companion for cluster operators.",
723+
Owner: "k8sgpt-ai",
724+
Repo: "k8sgpt",
725+
Name: "k8sgpt",
726+
Description: "Kubernetes AI diagnostic tool and companion for cluster operators.",
727+
// Pinned to v0.4.36, transient: v0.4.38 (latest) shipped no binaries,
728+
// only an SBOM. Upstream issue k8sgpt-ai/k8sgpt#1775
729+
// https://github.com/k8sgpt-ai/k8sgpt/issues/1775
730+
// Unpin once binaries are restored.
731+
Version: "v0.4.36",
727732
BinaryTemplate: `k8sgpt`,
728733
URLTemplate: `
729734
{{$os := ""}}

0 commit comments

Comments
 (0)