Skip to content

Commit f7a02ad

Browse files
📖 Upgrade controller-gen version used to generate documentation (#4238)
Upgrade controller-gen version used to generate documentation The documenation for the markers are generated automatic. The project currently scaffold solutions using controller-gen 0.16.4 therefore the documentation should either be generated using this version
1 parent a906126 commit f7a02ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/install-and-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ chmod +x /tmp/mdbook
7171

7272
echo "grabbing the latest released controller-gen"
7373
go version
74-
go install sigs.k8s.io/controller-tools/cmd/[email protected].1
74+
go install sigs.k8s.io/controller-tools/cmd/[email protected].4
7575

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

0 commit comments

Comments
 (0)