Skip to content

Commit

Permalink
Updated kind verion in Make file
Browse files Browse the repository at this point in the history
Signed-off-by: sathyaseelan <[email protected]>
  • Loading branch information
nsathyaseelan committed Jun 20, 2024
1 parent 467068a commit d64665d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USE_CONFIG ?= standard

TOOLS_DIR := $(PWD)/.tools
KIND := $(TOOLS_DIR)/kind
KIND_VERSION := v0.22.0
KIND_VERSION := v0.23.0
KIND_VAP_ALPHA_CONFIG := $(PWD)/.github/scripts/config/kind/vap-v1alpha1.yaml
KIND_VAP_BETA_CONFIG := $(PWD)/.github/scripts/config/kind/vap-v1beta1.yaml
HELM_VALUES_VAP := $(PWD)/.github/scripts/config/helm/values-vap.yaml
Expand Down

0 comments on commit d64665d

Please sign in to comment.