From 7f2f2802ff56f4b937ef7bdde6a5b14518b23f2a Mon Sep 17 00:00:00 2001 From: dydx <25685+dydx@users.noreply.github.com> Date: Fri, 16 May 2025 04:09:20 +0000 Subject: [PATCH] Update KOTS image dependency tags --- .image.env | 2 +- migrations/Makefile | 2 +- pkg/image/constants.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.image.env b/.image.env index 08822343cf..749db5596e 100644 --- a/.image.env +++ b/.image.env @@ -4,5 +4,5 @@ MINIO_TAG='0.20250422.221226-r0' RQLITE_TAG='8.37.0-r0' DEX_TAG='2.42.1-r2' -SCHEMAHERO_TAG='0.19.0' +SCHEMAHERO_TAG='0.19.1' LVP_TAG='0.6.10' \ No newline at end of file diff --git a/migrations/Makefile b/migrations/Makefile index 80a94415dc..24576289a2 100644 --- a/migrations/Makefile +++ b/migrations/Makefile @@ -1,5 +1,5 @@ SHELL:=/bin/bash -SCHEMAHERO_TAG ?= 0.19.0 +SCHEMAHERO_TAG ?= 0.19.1 DOCKER_BUILD_ARGS ?= build_schema: diff --git a/pkg/image/constants.go b/pkg/image/constants.go index f1c8e94483..83aa0a6741 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -8,6 +8,6 @@ const ( Minio = "kotsadm/minio:0.20250422.221226-r0" Rqlite = "kotsadm/rqlite:8.37.0-r0" Dex = "kotsadm/dex:2.42.1-r2" - Schemahero = "schemahero/schemahero:0.19.0" + Schemahero = "schemahero/schemahero:0.19.1" Lvp = "replicated/local-volume-provider:0.6.10" )