Update Makefile

This commit is contained in:
Chris Lu 2020-11-14 13:31:54 -08:00
parent 0e602afa62
commit 62be67dfda
1 changed files with 1 additions and 1 deletions

View File

@ -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"