diff --git a/.image.env b/.image.env index a7fc212027..f994228e22 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='RELEASE.2025-10-15T17-29-55Z' -RQLITE_TAG='10.2.7' +RQLITE_TAG='10.3.1' DEX_TAG='2.44.0' -SCHEMAHERO_TAG='0.26.0' +SCHEMAHERO_TAG='0.26.1' LVP_TAG='0.6.15' \ No newline at end of file diff --git a/Makefile b/Makefile index 7db84eec88..bb569fe30f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include Makefile.build.mk CURRENT_USER := $(shell id -u -n) MINIO_TAG ?= RELEASE.2025-10-15T17-29-55Z -RQLITE_TAG ?= 10.2.7 +RQLITE_TAG ?= 10.3.1 DEX_TAG ?= 2.44.0 LVP_TAG ?= 0.6.15 PACT_PUBLISH_CONTRACT ?= false diff --git a/pkg/image/constants.go b/pkg/image/constants.go index bda2cfdea5..b5158a5f0b 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -6,7 +6,7 @@ package image const ( Minio = "docker.io/kotsadm/minio:RELEASE.2025-10-15T17-29-55Z" - Rqlite = "docker.io/kotsadm/rqlite:10.2.7" + Rqlite = "docker.io/kotsadm/rqlite:10.3.1" Dex = "docker.io/kotsadm/dex:2.44.0" Schemahero = "docker.io/schemahero/schemahero:0.26.1" Lvp = "docker.io/replicated/local-volume-provider:0.6.15"