From c1e38872b4da59d3135b6de3c821f5d2aa17370b Mon Sep 17 00:00:00 2001 From: dydx <25685+dydx@users.noreply.github.com> Date: Sun, 4 Feb 2024 04:05:36 +0000 Subject: [PATCH] Update KOTS image dependency tags --- .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 188cd2786e..cc366ea725 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.20231220.010002-r2' -RQLITE_TAG='8.18.7-r0' +RQLITE_TAG='8.19.0-r0' DEX_TAG='2.38.0-r0' SCHEMAHERO_TAG='0.17.4' LVP_TAG='v0.6.0' \ No newline at end of file diff --git a/Makefile b/Makefile index 3f77e6f14e..0417d87ea8 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.20231220.010002-r2 -RQLITE_TAG ?= 8.18.7-r0 +RQLITE_TAG ?= 8.19.0-r0 DEX_TAG ?= 2.38.0-r0 LVP_TAG ?= v0.6.0 diff --git a/pkg/image/constants.go b/pkg/image/constants.go index 9de1980a09..f59e5ec316 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -6,7 +6,7 @@ package image const ( Minio = "kotsadm/minio:0.20231220.010002-r2" - Rqlite = "kotsadm/rqlite:8.18.7-r0" + Rqlite = "kotsadm/rqlite:8.19.0-r0" Dex = "kotsadm/dex:2.38.0-r0" Schemahero = "schemahero/schemahero:0.17.4" Lvp = "replicated/local-volume-provider:v0.6.0"