From fe6874c3577734d961f72e622d338a3cc17eae36 Mon Sep 17 00:00:00 2001 From: replicated-ci-kots <91219917+replicated-ci-kots@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:54:21 +0000 Subject: [PATCH] Update KOTS image dependency tags (#4941) 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 a61cbabd73..e262166ba2 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.20241002.175041-r0' -RQLITE_TAG='8.31.2-r0' +RQLITE_TAG='8.31.3-r0' DEX_TAG='2.41.1-r1' SCHEMAHERO_TAG='0.17.10' LVP_TAG='v0.6.7' \ No newline at end of file diff --git a/Makefile b/Makefile index 089b396734..624c5f5f63 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include Makefile.build.mk CURRENT_USER := $(shell id -u -n) MINIO_TAG ?= 0.20241002.175041-r0 -RQLITE_TAG ?= 8.31.2-r0 +RQLITE_TAG ?= 8.31.3-r0 DEX_TAG ?= 2.41.1-r1 LVP_TAG ?= v0.6.7 PACT_PUBLISH_CONTRACT ?= false diff --git a/pkg/image/constants.go b/pkg/image/constants.go index ce3bfe3358..c1f610ad3f 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -6,7 +6,7 @@ package image const ( Minio = "kotsadm/minio:0.20241002.175041-r0" - Rqlite = "kotsadm/rqlite:8.31.2-r0" + Rqlite = "kotsadm/rqlite:8.31.3-r0" Dex = "kotsadm/dex:2.41.1-r1" Schemahero = "schemahero/schemahero:0.17.10" Lvp = "replicated/local-volume-provider:v0.6.7"