From 0a4fde9f72f0cf47d7383cd0a587c8e91491ff49 Mon Sep 17 00:00:00 2001 From: Peres Kereotubo Date: Tue, 21 Nov 2023 09:29:30 -0500 Subject: [PATCH] updating tag version --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1245464e..ad148ae4 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -export BUILDER_TAG ?= 1.8.0 -export SIDECAR_TAG ?= 1.8.0 +export BUILDER_TAG ?= 1.9.0 +export SIDECAR_TAG ?= 1.9.0 # figure out if podman or docker should be used (use podman if found) ifneq (, $(shell which podman 2>/dev/null)) @@ -27,7 +27,7 @@ export VERSION = $(call dot-delimiter, ${BUILDER_TAG}, 1).$(call dot-delimiter, export RELEASE = $(call dot-delimiter, ${BUILDER_TAG}, 3) ifeq (${RELEASE},) - VERSION=1.8 + VERSION=1.9 RELEASE=0 endif