Merge pull request #8065 from raywainman/vpa-build-fix

Fix default registry in VPA makefiles
This commit is contained in:
Kubernetes Prow Robot 2025-04-28 08:47:55 -07:00 committed by GitHub
commit d4f4169873
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
all: build
TAG?=dev
REGISTRY?=staging-k8s.gcr.io
REGISTRY?=gcr.io/k8s-staging-autoscaling
FLAGS=
TEST_ENVVAR=LD_FLAGS=-s GO111MODULE=on
ENVVAR=CGO_ENABLED=0 $(TEST_ENVVAR)

View File

@ -1,7 +1,7 @@
all: build
TAG?=dev
REGISTRY?=staging-k8s.gcr.io
REGISTRY?=gcr.io/k8s-staging-autoscaling
FLAGS=
TEST_ENVVAR=LD_FLAGS=-s GO111MODULE=on
ENVVAR=CGO_ENABLED=0 $(TEST_ENVVAR)

View File

@ -1,7 +1,7 @@
all: build
TAG?=dev
REGISTRY?=staging-k8s.gcr.io
REGISTRY?=gcr.io/k8s-staging-autoscaling
FLAGS=
TEST_ENVVAR=LD_FLAGS=-s GO111MODULE=on
ENVVAR=CGO_ENABLED=0 $(TEST_ENVVAR)