Skip to content

Commit

Permalink
Add comment Makefile, change kustomize ver 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed Oct 20, 2023
1 parent c681042 commit 2d7c351
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ CRD_TO_MARKDOWN ?= $(LOCALBIN)/crd-to-markdown

## Tool Versions
CONTROLLER_TOOLS_VERSION ?= v0.12.1
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.

# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
# the kubebuilder version of the ready-to-use can get by ./bin/setup-envtest list command.
ENVTEST_K8S_VERSION = 1.27.1
KUSTOMIZE_VERSION ?= v5.0.3

# KUSTOMIZE_VERSION can be found at https://github.com/kubernetes-sigs/kustomize/releases
KUSTOMIZE_VERSION ?= v5.2.0

# Setting SHELL to bash allows bash commands to be executed by recipes.
# This is a requirement for 'setup-envtest.sh' in the test target.
Expand Down

0 comments on commit 2d7c351

Please sign in to comment.