Skip to content

Commit

Permalink
Merge pull request #21 from lpabon/use-canary-in-release
Browse files Browse the repository at this point in the history
Create v1.0-canary container
  • Loading branch information
lpabon authored Nov 21, 2018
2 parents 9476cf0 + fb57077 commit a81dfaa
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 @@ -13,7 +13,7 @@
# limitations under the License.

REGISTRY_NAME = quay.io/k8scsi
IMAGE_VERSION = canary
IMAGE_VERSION = v1.0-canary
IMAGE_NAME=livenessprobe
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(IMAGE_VERSION)

Expand Down

0 comments on commit a81dfaa

Please sign in to comment.