From 7fb5ca97f871b37ac1478da8864f4f4c7ae33d9f Mon Sep 17 00:00:00 2001 From: Joe Searcy Date: Tue, 4 May 2021 11:08:09 -0400 Subject: [PATCH] Set specific version in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c814c80..35b583b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Image URL to use all building/pushing image targets -IMG ?= thewebroot/volrec:latest +IMG ?= thewebroot/volrec:v0.0.1 # Produce CRDs that work back to Kubernetes 1.11 (no version conversion) CRD_OPTIONS ?= "crd:trivialVersions=true"