Skip to content

Commit 980de10

Browse files
Update KOTS image dependency tags (#5322)
Co-authored-by: dydx <[email protected]>
1 parent cbc1221 commit 980de10

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
@@ -4,5 +4,5 @@
44
MINIO_TAG='0.20250422.221226-r0'
55
RQLITE_TAG='8.37.0-r0'
66
DEX_TAG='2.42.1-r2'
7-
SCHEMAHERO_TAG='0.19.0'
7+
SCHEMAHERO_TAG='0.19.1'
88
LVP_TAG='0.6.10'

migrations/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SHELL:=/bin/bash
2-
SCHEMAHERO_TAG ?= 0.19.0
2+
SCHEMAHERO_TAG ?= 0.19.1
33
DOCKER_BUILD_ARGS ?=
44

55
build_schema:

pkg/image/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ const (
88
Minio = "kotsadm/minio:0.20250422.221226-r0"
99
Rqlite = "kotsadm/rqlite:8.37.0-r0"
1010
Dex = "kotsadm/dex:2.42.1-r2"
11-
Schemahero = "schemahero/schemahero:0.19.0"
11+
Schemahero = "schemahero/schemahero:0.19.1"
1212
Lvp = "replicated/local-volume-provider:0.6.10"
1313
)

0 commit comments

Comments
 (0)