Skip to content

Commit 0e271ed

Browse files
Update KOTS image dependency tags (#5327)
Co-authored-by: dydx <[email protected]>
1 parent c6910bf commit 0e271ed

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
@@ -3,6 +3,6 @@
33
# name.
44
MINIO_TAG='0.20250422.221226-r0'
55
RQLITE_TAG='8.37.0-r0'
6-
DEX_TAG='2.42.1-r2'
6+
DEX_TAG='2.43.0-r0'
77
SCHEMAHERO_TAG='0.19.1'
88
LVP_TAG='0.6.10'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include Makefile.build.mk
22
CURRENT_USER := $(shell id -u -n)
33
MINIO_TAG ?= 0.20250422.221226-r0
44
RQLITE_TAG ?= 8.37.0-r0
5-
DEX_TAG ?= 2.42.1-r2
5+
DEX_TAG ?= 2.43.0-r0
66
LVP_TAG ?= 0.6.10
77
PACT_PUBLISH_CONTRACT ?= false
88

pkg/image/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package image
77
const (
88
Minio = "kotsadm/minio:0.20250422.221226-r0"
99
Rqlite = "kotsadm/rqlite:8.37.0-r0"
10-
Dex = "kotsadm/dex:2.42.1-r2"
10+
Dex = "kotsadm/dex:2.43.0-r0"
1111
Schemahero = "schemahero/schemahero:0.19.1"
1212
Lvp = "replicated/local-volume-provider:0.6.10"
1313
)

0 commit comments

Comments
 (0)