Skip to content

Commit

Permalink
Fix manifests being updated with a wrong version pattern (open-teleme…
Browse files Browse the repository at this point in the history
  • Loading branch information
chasekiefer authored and hero committed Dec 12, 2021
1 parent 1d94834 commit e93553c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LD_FLAGS ?= "-X ${VERSION_PKG}.version=${VERSION} -X ${VERSION_PKG}.buildDate=${
# Image URL to use all building/pushing image targets
IMG_PREFIX ?= quay.io/${USER}
IMG_REPO ?= opentelemetry-operator
IMG ?= ${IMG_PREFIX}/${IMG_REPO}:${VERSION}
IMG ?= ${IMG_PREFIX}/${IMG_REPO}:$(addprefix v,${VERSION})
BUNDLE_IMG ?= ${IMG_PREFIX}/${IMG_REPO}-bundle:${VERSION}

# Options for 'bundle-build'
Expand Down

0 comments on commit e93553c

Please sign in to comment.