File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33# To re-generate a bundle for another specific version without changing the standard setup, you can:
44# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6- VERSION ?= 0.0.1
6+ VERSION ?= 0.0.1-dev
77
88# CHANNELS define the bundle channels used in the bundle.
99# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
@@ -47,7 +47,7 @@ ifeq ($(USE_IMAGE_DIGESTS), true)
4747endif
4848
4949# Image URL to use all building/pushing image targets
50- IMG ?= 558830342743.dkr.ecr.us-east-1.amazonaws.com/cleaner-controller:latest
50+ IMG ?= 558830342743.dkr.ecr.us-east-1.amazonaws.com/cleaner-controller:$( VERSION )
5151# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5252ENVTEST_K8S_VERSION = 1.25.0
5353
You can’t perform that action at this time.
0 commit comments