Skip to content

Commit 2015c36

Browse files
Update KOTS image dependency tags (#6025)
Co-authored-by: dydx <25685+dydx@users.noreply.github.com>
1 parent 02ec770 commit 2015c36

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
@@ -4,5 +4,5 @@
44
MINIO_TAG='RELEASE.2025-10-15T17-29-55Z'
55
RQLITE_TAG='10.2.7'
66
DEX_TAG='2.44.0'
7-
SCHEMAHERO_TAG='0.25.1'
7+
SCHEMAHERO_TAG='0.26.0'
88
LVP_TAG='0.6.15'

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.25.1
2+
SCHEMAHERO_TAG ?= 0.26.0
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 = "docker.io/kotsadm/minio:RELEASE.2025-10-15T17-29-55Z"
99
Rqlite = "docker.io/kotsadm/rqlite:10.2.7"
1010
Dex = "docker.io/kotsadm/dex:2.44.0"
11-
Schemahero = "docker.io/schemahero/schemahero:0.25.1"
11+
Schemahero = "docker.io/schemahero/schemahero:0.26.0"
1212
Lvp = "docker.io/replicated/local-volume-provider:0.6.15"
1313
)

0 commit comments

Comments
 (0)