Skip to content

Commit e317c80

Browse files
committed
Dirty switch to dev image repo
1 parent 5798751 commit e317c80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ TIME ?= time -p
1212
ARCH ?= $(shell uname -m)
1313

1414
VERSION ?= $(shell go run cmd/version/main.go)
15-
IMAGE ?= noobaa/noobaa-operator:$(VERSION)
15+
IMAGE ?= nooverflow/noobaa-operator:$(VERSION)
1616
DEV_IMAGE ?= noobaa/noobaa-operator-dev:$(VERSION)
1717
REPO ?= github.com/noobaa/noobaa-operator
18-
CATALOG_IMAGE ?= noobaa/noobaa-operator-catalog:$(VERSION)
18+
CATALOG_IMAGE ?= nooverflow/noobaa-operator-catalog:$(VERSION)
1919
BUNDLE_IMAGE ?= noobaa/noobaa-operator-bundle:$(VERSION)
2020
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
2121
ifeq (,$(shell go env GOBIN))
@@ -279,7 +279,7 @@ test-util: vendor
279279
@echo "✅ test-util"
280280
.PHONY: test-util
281281

282-
test-validations:
282+
test-validations:
283283
ginkgo -v pkg/validations
284284
@echo "✅ test-validations"
285285
.PHONY: test-validations

pkg/options/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var Namespace = "noobaa"
6161

6262
// OperatorImage is the container image url built from https://github.com/noobaa/noobaa-operator
6363
// 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
6565

6666
// CosiSideCarImage is the container image url built from https://github.com/kubernetes-sigs/container-object-storage-interface-provisioner-sidecar
6767
var CosiSideCarImage = "gcr.io/k8s-staging-sig-storage/objectstorage-sidecar/objectstorage-sidecar:v20221117-v0.1.0-22-g0e67387"

0 commit comments

Comments
 (0)