We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00fe62 commit 9ad340fCopy full SHA for 9ad340f
.image.env
@@ -4,5 +4,5 @@
4
MINIO_TAG='0.20250422.221226-r0'
5
RQLITE_TAG='8.36.18-r0'
6
DEX_TAG='2.42.1-r1'
7
-SCHEMAHERO_TAG='0.17.15'
+SCHEMAHERO_TAG='0.17.16'
8
LVP_TAG='0.6.10'
migrations/Makefile
@@ -1,5 +1,5 @@
1
SHELL:=/bin/bash
2
-SCHEMAHERO_TAG ?= 0.17.15
+SCHEMAHERO_TAG ?= 0.17.16
3
DOCKER_BUILD_ARGS ?=
build_schema:
pkg/image/constants.go
@@ -8,6 +8,6 @@ const (
Minio = "kotsadm/minio:0.20250422.221226-r0"
9
Rqlite = "kotsadm/rqlite:8.36.18-r0"
10
Dex = "kotsadm/dex:2.42.1-r1"
11
- Schemahero = "schemahero/schemahero:0.17.15"
+ Schemahero = "schemahero/schemahero:0.17.16"
12
Lvp = "replicated/local-volume-provider:0.6.10"
13
)
0 commit comments