Skip to content

Commit

Permalink
Bump KubeLinter, CRD changed
Browse files Browse the repository at this point in the history
  • Loading branch information
kuritka committed Jun 11, 2024
1 parent e99099a commit 7084a44
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 158 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ HELM_ARGS ?=
K8GB_COREDNS_IP ?= kubectl get svc k8gb-coredns -n k8gb -o custom-columns='IP:spec.clusterIP' --no-headers
LOG_FORMAT ?= simple
LOG_LEVEL ?= debug
CONTROLLER_GEN_VERSION ?= v0.8.0
CONTROLLER_GEN_VERSION ?= v0.15.0
GOLIC_VERSION ?= v0.7.2
GOKART_VERSION ?= v0.5.1
GOLANGCI_VERSION ?= v1.51.2
Expand Down Expand Up @@ -104,7 +104,7 @@ all: help

# check integrity
.PHONY: check
check: license lint gokart test ## Check project integrity
check: license gokart lint test ## Check project integrity

.PHONY: clean-test-apps
clean-test-apps:
Expand Down
4 changes: 2 additions & 2 deletions api/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7084a44

Please sign in to comment.