Skip to content

Commit 6fca9a1

Browse files
committed
Go links for kustomize and snapshot builds
This adds a Go link for downloading kustomize (our own particular version), and the master snapshot builds.
1 parent 41e0cc9 commit 6fca9a1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

netlify.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,33 @@
4343
status = 302
4444
force = true
4545

46+
[[redirects]]
47+
from = "https://go.kubebuilder.io/releases/latest/:os"
48+
to = "https://go.kubebuilder.io/releases/latest/:os/amd64"
49+
status = 302
50+
force = true
51+
4652
[[redirects]]
4753
from = "https://go.kubebuilder.io/releases/:version/:os"
4854
to = "https://go.kubebuilder.io/releases/:version/:os/amd64"
4955
status = 302
5056
force = true
5157

58+
[[redirects]]
59+
from = "https://go.kubebuilder.io/releases/latest/:os/:arch"
60+
to = "https://storage.googleapis.com/kubebuilder-release/kubebuilder_master_:os_:arch.tar.gz"
61+
status = 302
62+
force = true
63+
5264
[[redirects]]
5365
from = "https://go.kubebuilder.io/releases/:version/:os/:arch"
5466
to = "https://github.com/kubernetes-sigs/kubebuilder/releases/download/v:version/kubebuilder_:version_:os_:arch.tar.gz"
5567
status = 302
5668
force = true
69+
70+
# TODO(directxman12): change this to standard kustomize when the next version is released (2.1.0)
71+
[[redirects]]
72+
from = "https://go.kubebuilder.io/kustomize/:os/:arch"
73+
to = "https://storage.googleapis.com/kubebuilder-kustomize/kustomize_:os_:arch"
74+
status = 302
75+
force = true

0 commit comments

Comments
 (0)