Skip to content

Commit 7d9c6cb

Browse files
Update KOTS image dependency tags (#5906)
Co-authored-by: dydx <25685+dydx@users.noreply.github.com>
1 parent 8c319b1 commit 7d9c6cb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.image.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# most recent tag is interpolated from the source repository and used to generate a fully qualified image
33
# name.
44
MINIO_TAG='RELEASE.2025-10-15T17-29-55Z'
5-
RQLITE_TAG='10.0.4'
5+
RQLITE_TAG='10.0.5'
66
DEX_TAG='2.44.0'
77
SCHEMAHERO_TAG='0.25.0'
88
LVP_TAG='0.6.14'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include Makefile.build.mk
22
CURRENT_USER := $(shell id -u -n)
33
MINIO_TAG ?= RELEASE.2025-10-15T17-29-55Z
4-
RQLITE_TAG ?= 10.0.4
4+
RQLITE_TAG ?= 10.0.5
55
DEX_TAG ?= 2.44.0
66
LVP_TAG ?= 0.6.14
77
PACT_PUBLISH_CONTRACT ?= false

pkg/image/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package image
66

77
const (
88
Minio = "docker.io/kotsadm/minio:RELEASE.2025-10-15T17-29-55Z"
9-
Rqlite = "docker.io/kotsadm/rqlite:10.0.4"
9+
Rqlite = "docker.io/kotsadm/rqlite:10.0.5"
1010
Dex = "docker.io/kotsadm/dex:2.44.0"
1111
Schemahero = "docker.io/schemahero/schemahero:0.25.0"
1212
Lvp = "docker.io/replicated/local-volume-provider:0.6.14"

0 commit comments

Comments
 (0)