Skip to content

Commit

Permalink
Merge pull request #282 from slok/slok/fix-kube-code-gen
Browse files Browse the repository at this point in the history
Update kube-code-generator to v0.3.1
  • Loading branch information
slok authored Aug 31, 2024
2 parents cfb9124 + 767545d commit 2653d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/gen-crd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euxo pipefail

docker run -it --rm -v ${PWD}:/app ghcr.io/slok/kube-code-generator:v0.3.0 \
docker run -it --rm -v ${PWD}:/app ghcr.io/slok/kube-code-generator:v0.3.1 \
--apis-in ./test/integration/crd/apis \
--go-gen-out ./test/integration/crd/client \
--crd-gen-out ./test/integration/crd/manifests

0 comments on commit 2653d25

Please sign in to comment.