From 48b8ea5a93bf59660149962df47150d2c06a1482 Mon Sep 17 00:00:00 2001 From: replicated-ci-kots <91219917+replicated-ci-kots@users.noreply.github.com> Date: Thu, 4 Jul 2024 06:08:04 +0000 Subject: [PATCH] Update KOTS image dependency tags (#4739) Co-authored-by: dydx <25685+dydx@users.noreply.github.com> --- .image.env | 2 +- Makefile | 2 +- pkg/image/constants.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.image.env b/.image.env index 5dc5569370..015c21dcd4 100644 --- a/.image.env +++ b/.image.env @@ -2,7 +2,7 @@ # most recent tag is interpolated from the source repository and used to generate a fully qualified image # name. MINIO_TAG='0.20240629.012047-r1' -RQLITE_TAG='8.26.3-r1' +RQLITE_TAG='8.26.4-r0' DEX_TAG='2.40.0-r2' SCHEMAHERO_TAG='0.17.9' LVP_TAG='v0.6.6' \ No newline at end of file diff --git a/Makefile b/Makefile index 187480a3f4..72f65eb08c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include Makefile.build.mk CURRENT_USER := $(if $(GITHUB_USER),$(GITHUB_USER),$(shell id -u -n)) MINIO_TAG ?= 0.20240629.012047-r1 -RQLITE_TAG ?= 8.26.3-r1 +RQLITE_TAG ?= 8.26.4-r0 DEX_TAG ?= 2.40.0-r2 LVP_TAG ?= v0.6.6 diff --git a/pkg/image/constants.go b/pkg/image/constants.go index b2de545530..1fcc0d93ed 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -6,7 +6,7 @@ package image const ( Minio = "kotsadm/minio:0.20240629.012047-r1" - Rqlite = "kotsadm/rqlite:8.26.3-r1" + Rqlite = "kotsadm/rqlite:8.26.4-r0" Dex = "kotsadm/dex:2.40.0-r2" Schemahero = "schemahero/schemahero:0.17.9" Lvp = "replicated/local-volume-provider:v0.6.6"