Skip to content

Commit

Permalink
Merge pull request #368 from meshery/leecalcote/ci/chore/image
Browse files Browse the repository at this point in the history
add repo to image name
  • Loading branch information
leecalcote authored Sep 22, 2022
2 parents a3df5e5 + bea6258 commit 10f23ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ endif
BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)

# Image URL to use all building/pushing image targets
IMG ?= meshery-operator:stable-latest
IMG ?= layer5/meshery-operator:stable-latest

# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true"

Expand Down

0 comments on commit 10f23ed

Please sign in to comment.