Skip to content

Commit c8055a1

Browse files
sgalsalehgithub-actions[bot]
authored andcommitted
Update KOTS image dependency tags
1 parent c29ce0d commit c8055a1

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.36.18-r0'
66
DEX_TAG='2.42.1-r1'
7-
SCHEMAHERO_TAG='0.17.15'
7+
SCHEMAHERO_TAG='0.17.16'
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.17.15
2+
SCHEMAHERO_TAG ?= 0.17.16
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.36.18-r0"
1010
Dex = "kotsadm/dex:2.42.1-r1"
11-
Schemahero = "schemahero/schemahero:0.17.15"
11+
Schemahero = "schemahero/schemahero:0.17.16"
1212
Lvp = "replicated/local-volume-provider:0.6.10"
1313
)

0 commit comments

Comments
 (0)