File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Update this value when you upgrade the version of your project.
2- VERSION ?= v0.0.1
2+ VERSION ?= v0.0.2
33
44# Set the Operator SDK version to use. By default, what is installed on the system is used.
55# This is useful for CI or a project to utilize a specific version of the operator-sdk toolkit.
Original file line number Diff line number Diff line change 1515REGISTRY? =docker.io
1616IMAGE_NAME =controller
1717# to trigger staging image build we should update the IMAGE_VERSION while cutting a release.
18- IMAGE_VERSION? =v0.0.1
18+ IMAGE_VERSION? =v0.0.2
1919BUILD_TIMESTAMP := $(shell date +% Y-% m-% d-% H:% M)
2020BUILD_COMMIT := $(shell git rev-parse --short HEAD)
2121IMAGE_TAG =$(REGISTRY ) /$(IMAGE_NAME ) :$(IMAGE_VERSION )
You can’t perform that action at this time.
0 commit comments