From bda16e4109a0bd714e9d84fc9a382c906dc61c2f Mon Sep 17 00:00:00 2001 From: Maciej Zimnoch Date: Wed, 4 Oct 2023 17:24:39 +0200 Subject: [PATCH] Pin tags to 1.11 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec3c86f6256..f4a581c8a78 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL :=/bin/bash -euEo pipefail -O inherit_errexit comma :=, -IMAGE_TAG ?= latest +IMAGE_TAG ?= 1.11 IMAGE_REF ?= docker.io/scylladb/scylla-operator:$(IMAGE_TAG) MAKE_REQUIRED_MIN_VERSION:=4.2 # for SHELLSTATUS