Skip to content

Commit 995910b

Browse files
Update KOTS image dependency tags (#5902)
Co-authored-by: dydx <25685+dydx@users.noreply.github.com>
1 parent 09c36a2 commit 995910b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.image.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# most recent tag is interpolated from the source repository and used to generate a fully qualified image
33
# name.
44
MINIO_TAG='RELEASE.2025-10-15T17-29-55Z'
5-
RQLITE_TAG='10.0.3'
5+
RQLITE_TAG='10.0.4'
66
DEX_TAG='2.44.0'
7-
SCHEMAHERO_TAG='0.24.0'
7+
SCHEMAHERO_TAG='0.25.0'
88
LVP_TAG='0.6.13'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include Makefile.build.mk
22
CURRENT_USER := $(shell id -u -n)
33
MINIO_TAG ?= RELEASE.2025-10-15T17-29-55Z
4-
RQLITE_TAG ?= 10.0.3
4+
RQLITE_TAG ?= 10.0.4
55
DEX_TAG ?= 2.44.0
66
LVP_TAG ?= 0.6.13
77
PACT_PUBLISH_CONTRACT ?= false

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.24.0
2+
SCHEMAHERO_TAG ?= 0.25.0
33
DOCKER_BUILD_ARGS ?=
44

55
build_schema:

pkg/image/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ package image
66

77
const (
88
Minio = "docker.io/kotsadm/minio:RELEASE.2025-10-15T17-29-55Z"
9-
Rqlite = "docker.io/kotsadm/rqlite:10.0.3"
9+
Rqlite = "docker.io/kotsadm/rqlite:10.0.4"
1010
Dex = "docker.io/kotsadm/dex:2.44.0"
11-
Schemahero = "docker.io/schemahero/schemahero:0.24.0"
11+
Schemahero = "docker.io/schemahero/schemahero:0.25.0"
1212
Lvp = "docker.io/replicated/local-volume-provider:0.6.13"
1313
)

0 commit comments

Comments
 (0)