diff --git a/.image.env b/.image.env index aa9a9b646d..867d703a70 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.20240418.190919-r0' -RQLITE_TAG='8.23.1-r0' +RQLITE_TAG='8.23.3-r0' DEX_TAG='2.39.1-r0' SCHEMAHERO_TAG='0.17.6' LVP_TAG='v0.6.2' \ No newline at end of file diff --git a/Makefile b/Makefile index 7a725c4954..df9403e719 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.20240418.190919-r0 -RQLITE_TAG ?= 8.23.1-r0 +RQLITE_TAG ?= 8.23.3-r0 DEX_TAG ?= 2.39.1-r0 LVP_TAG ?= v0.6.2 diff --git a/pkg/image/constants.go b/pkg/image/constants.go index 6668f89025..e80dd78d4e 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -6,7 +6,7 @@ package image const ( Minio = "kotsadm/minio:0.20240418.190919-r0" - Rqlite = "kotsadm/rqlite:8.23.1-r0" + Rqlite = "kotsadm/rqlite:8.23.3-r0" Dex = "kotsadm/dex:2.39.1-r0" Schemahero = "schemahero/schemahero:0.17.6" Lvp = "replicated/local-volume-provider:v0.6.2"