Skip to content

Commit 8b95d51

Browse files
committed
Generate docs with controller-gen v0.2.0-beta.5
This includes a fix that was causing us to miss some markers in the docs.
1 parent d4b08e3 commit 8b95d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/install-and-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ chmod +x /tmp/mdbook
4444
echo "grabbing the latest released controller-gen"
4545
# TODO(directxman12): remove the @v0.2.0-beta.4 once get v0.2.0 released,
4646
# so that we actually get the latest version
47-
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.0-beta.4
47+
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.0-beta.5
4848

4949
# make sure we add the go bin directory to our path
5050
gobin=$(go env GOBIN)

0 commit comments

Comments
 (0)