From 301ecb8262a2b4c68e8f32ba7fff81b1611ddd28 Mon Sep 17 00:00:00 2001 From: replicated-ci-kots <91219917+replicated-ci-kots@users.noreply.github.com> Date: Sun, 21 Jan 2024 18:06:20 +0000 Subject: [PATCH] Update KOTS image dependency tags (#4389) Co-authored-by: dydx --- .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 bf5947528f..f52df386bb 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.20231101.183725-r1' -RQLITE_TAG='8.16.7-r0' +RQLITE_TAG='8.16.8-r0' DEX_TAG='2.37.0-r12' SCHEMAHERO_TAG='0.17.2' LVP_TAG='v0.5.6' \ No newline at end of file diff --git a/Makefile b/Makefile index a502c1bf8e..0691b02e57 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.20231101.183725-r1 -RQLITE_TAG ?= 8.16.7-r0 +RQLITE_TAG ?= 8.16.8-r0 DEX_TAG ?= 2.37.0-r12 LVP_TAG ?= v0.5.6 diff --git a/pkg/image/constants.go b/pkg/image/constants.go index 5cb37477aa..48178fbe3b 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -6,7 +6,7 @@ package image const ( Minio = "kotsadm/minio:0.20231101.183725-r1" - Rqlite = "kotsadm/rqlite:8.16.7-r0" + Rqlite = "kotsadm/rqlite:8.16.8-r0" Dex = "kotsadm/dex:2.37.0-r12" Schemahero = "schemahero/schemahero:0.17.2" Lvp = "replicated/local-volume-provider:v0.5.6"