From fcc587e2d05b075aa2d7204c9cd53d233d76a41f Mon Sep 17 00:00:00 2001 From: replicated-ci-kots <91219917+replicated-ci-kots@users.noreply.github.com> Date: Sun, 9 Jun 2024 12:08:40 +0000 Subject: [PATCH] Update KOTS image dependency tags (#4674) 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 9731e947bc..89f2cb1ec0 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.20240606.093642-r0' -RQLITE_TAG='8.24.11-r0' +RQLITE_TAG='8.25.0-r0' DEX_TAG='2.40.0-r1' SCHEMAHERO_TAG='0.17.8' LVP_TAG='v0.6.4' \ No newline at end of file diff --git a/Makefile b/Makefile index acca553aa4..b99986e239 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.20240606.093642-r0 -RQLITE_TAG ?= 8.24.11-r0 +RQLITE_TAG ?= 8.25.0-r0 DEX_TAG ?= 2.40.0-r1 LVP_TAG ?= v0.6.4 diff --git a/pkg/image/constants.go b/pkg/image/constants.go index 4f79a4c41b..72be4155d2 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -6,7 +6,7 @@ package image const ( Minio = "kotsadm/minio:0.20240606.093642-r0" - Rqlite = "kotsadm/rqlite:8.24.11-r0" + Rqlite = "kotsadm/rqlite:8.25.0-r0" Dex = "kotsadm/dex:2.40.0-r1" Schemahero = "schemahero/schemahero:0.17.8" Lvp = "replicated/local-volume-provider:v0.6.4"