diff --git a/.image.env b/.image.env index d07c557bb4..51e3b6ea08 100644 --- a/.image.env +++ b/.image.env @@ -4,5 +4,5 @@ MINIO_TAG='0.20231220.010002-r4' RQLITE_TAG='8.23.0-r0' DEX_TAG='2.39.0-r0' -SCHEMAHERO_TAG='0.17.5' +SCHEMAHERO_TAG='0.17.6' LVP_TAG='v0.6.1' \ No newline at end of file diff --git a/migrations/Makefile b/migrations/Makefile index efa45222ec..245f7bf101 100644 --- a/migrations/Makefile +++ b/migrations/Makefile @@ -1,5 +1,5 @@ SHELL:=/bin/bash -SCHEMAHERO_TAG ?= 0.17.5 +SCHEMAHERO_TAG ?= 0.17.6 build_schema: docker build --pull --build-arg SCHEMAHERO_TAG=${SCHEMAHERO_TAG} -f deploy/Dockerfile -t ${IMAGE} . diff --git a/pkg/image/constants.go b/pkg/image/constants.go index 09f4377425..50c4554849 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -8,6 +8,6 @@ const ( Minio = "kotsadm/minio:0.20231220.010002-r4" Rqlite = "kotsadm/rqlite:8.23.0-r0" Dex = "kotsadm/dex:2.39.0-r0" - Schemahero = "schemahero/schemahero:0.17.5" + Schemahero = "schemahero/schemahero:0.17.6" Lvp = "replicated/local-volume-provider:v0.6.1" )