@@ -19,10 +19,11 @@ include deps.mk
1919VERSION ?= $(GIT_TAG_LAST )
2020
2121# Image URL to use all building/pushing image targets
22+ # # TODO: update this to the correct image location
2223IMG ?= nvcr.io/nvidian/swgpu-baseos/skyhook-operator:latest
2324
24- # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
25- ENVTEST_K8S_VERSION := 1.30.0
25+ # # default version of kind to use
26+ KIND_VERSION? = 1.30.8
2627
2728PLATFORM := $(shell uname -s 2>/dev/null || echo unknown)
2829SKYHOOK_NAMESPACE ?= skyhook
@@ -39,8 +40,8 @@ GIT_TAG := $(shell git describe --exact-match --tags)
3940GIT_TAG_LAST := $(shell git describe --tags --abbrev=0)
4041
4142# # GO Flags
42- GO_LDFLAGS := -ldflags "-X gitlab-master.nvidia. com/dgx/infra/ skyhook-operator /internal/version.GIT_SHA=$(GIT_SHA ) \
43- -X gitlab-master.nvidia. com/dgx/infra/ skyhook-operator /internal/version.VERSION=$(VERSION ) "
43+ GO_LDFLAGS := -ldflags "-X github. com/NVIDIA/ skyhook/internal/version.GIT_SHA=$(GIT_SHA ) \
44+ -X github. com/NVIDIA/ skyhook/internal/version.VERSION=$(VERSION ) "
4445GOFLAGS := -mod=vendor
4546
4647# CONTAINER_TOOL defines the container tool to be used for building images.
@@ -177,7 +178,6 @@ helm-tests: helm chainsaw
177178
178179 $(CHAINSAW) test --test-dir e2e/chainsaw/helm $(CHAINSAW_ARGS)
179180
180- KIND_VERSION? =1.29.4
181181create-kind-cluster : # # deletes and creates a new kind cluster. versions is set via KIND_VERSION
182182 kind delete cluster && kind create cluster --image=kindest/node:v$(KIND_VERSION ) --config config/local-dev/kind-config.yaml
183183 $(KUBECTL ) label node/kind-worker skyhook.nvidia.com/test-node=skyhooke2e
0 commit comments