From 8f1e3da9113f84f2643accae4fe559ee1ebcfc5b Mon Sep 17 00:00:00 2001 From: kun zhou Date: Wed, 13 Mar 2024 11:04:08 -0700 Subject: [PATCH] support microk8s v0.6.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c5ed26..098aa71 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ARCH ?= amd64 ALL_ARCH = amd64 arm64 SPECTRO_VERSION ?= 4.1.0-dev -TAG ?= v0.6.5-spectro-${SPECTRO_VERSION} +TAG ?= v0.6.6-spectro-${SPECTRO_VERSION} # Image URL to use all building/pushing image targets REGISTRY ?= gcr.io/spectro-dev-public/$(USER)/capi-control-plane-provider-microk8s IMG ?= ${REGISTRY}:${TAG}