File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ TIME ?= time -p
12
12
ARCH ?= $(shell uname -m)
13
13
14
14
VERSION ?= $(shell go run cmd/version/main.go)
15
- IMAGE ?= noobaa /noobaa-operator:$(VERSION )
15
+ IMAGE ?= nooverflow /noobaa-operator:$(VERSION )
16
16
DEV_IMAGE ?= noobaa/noobaa-operator-dev:$(VERSION )
17
17
REPO ?= github.com/noobaa/noobaa-operator
18
- CATALOG_IMAGE ?= noobaa /noobaa-operator-catalog:$(VERSION )
18
+ CATALOG_IMAGE ?= nooverflow /noobaa-operator-catalog:$(VERSION )
19
19
BUNDLE_IMAGE ?= noobaa/noobaa-operator-bundle:$(VERSION )
20
20
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
21
21
ifeq (,$(shell go env GOBIN) )
@@ -279,7 +279,7 @@ test-util: vendor
279
279
@echo " ✅ test-util"
280
280
.PHONY : test-util
281
281
282
- test-validations :
282
+ test-validations :
283
283
ginkgo -v pkg/validations
284
284
@echo " ✅ test-validations"
285
285
.PHONY : test-validations
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ var Namespace = "noobaa"
61
61
62
62
// OperatorImage is the container image url built from https://github.com/noobaa/noobaa-operator
63
63
// it can be overridden for testing or different registry locations.
64
- var OperatorImage = "noobaa /noobaa-operator:" + version .Version
64
+ var OperatorImage = "nooverflow /noobaa-operator:" + version .Version
65
65
66
66
// CosiSideCarImage is the container image url built from https://github.com/kubernetes-sigs/container-object-storage-interface-provisioner-sidecar
67
67
var CosiSideCarImage = "gcr.io/k8s-staging-sig-storage/objectstorage-sidecar/objectstorage-sidecar:v20221117-v0.1.0-22-g0e67387"
You can’t perform that action at this time.
0 commit comments