mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
image: default to gcr.io instead of hub.docker.com
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
parent
ae1765153a
commit
467f24d45c
4 changed files with 13 additions and 9 deletions
4
Makefile
4
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
REGISTRY?=directxman12
|
||||
IMAGE?=k8s-prometheus-adapter
|
||||
REGISTRY?=gcr.io/k8s-staging-prometheus-adapter
|
||||
IMAGE?=prometheus-adapter
|
||||
ARCH?=$(shell go env GOARCH)
|
||||
ALL_ARCH=amd64 arm arm64 ppc64le s390x
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue