From 62be67dfda3220eaef006d398b249747a96b5364 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 14 Nov 2020 13:31:54 -0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80ba2c5..2ddaefa 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ endif BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL) # Image URL to use all building/pushing image targets -IMG ?= seaweedfs/operator:$(VERSION) +IMG ?= chrislusf/seaweedfs-operator:$(VERSION) # Produce CRDs that work back to Kubernetes 1.11 (no version conversion) CRD_OPTIONS ?= "crd:trivialVersions=true"