Skip to content

Commit 68632b6

Browse files
Update KOTS image dependency tags (#5617)
Co-authored-by: dydx <[email protected]>
1 parent 4ea48a1 commit 68632b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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='0.20250907.161309-r0'
5-
RQLITE_TAG='9.1.1-r0'
5+
RQLITE_TAG='9.1.2-r0'
66
DEX_TAG='2.44.0-r2'
77
SCHEMAHERO_TAG='0.22.1'
88
LVP_TAG='0.6.10'

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 ?= 0.20250907.161309-r0
4-
RQLITE_TAG ?= 9.1.1-r0
4+
RQLITE_TAG ?= 9.1.2-r0
55
DEX_TAG ?= 2.44.0-r2
66
LVP_TAG ?= 0.6.10
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 = "kotsadm/minio:0.20250907.161309-r0"
9-
Rqlite = "kotsadm/rqlite:9.1.1-r0"
9+
Rqlite = "kotsadm/rqlite:9.1.2-r0"
1010
Dex = "kotsadm/dex:2.44.0-r2"
1111
Schemahero = "schemahero/schemahero:0.22.1"
1212
Lvp = "replicated/local-volume-provider:0.6.10"

0 commit comments

Comments
 (0)