Skip to content

Commit 3e0e0e1

Browse files
dydxgithub-actions[bot]
authored andcommitted
Update KOTS image dependency tags
1 parent 35ef412 commit 3e0e0e1

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='0.20250723.155402-r0'
5-
RQLITE_TAG='8.42.0-r0'
5+
RQLITE_TAG='8.43.0-r0'
66
DEX_TAG='2.43.1-r3'
7-
SCHEMAHERO_TAG='0.21.0'
7+
SCHEMAHERO_TAG='0.22.0'
88
LVP_TAG='0.6.10'

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 ?= 0.20250723.155402-r0
4-
RQLITE_TAG ?= 8.42.0-r0
4+
RQLITE_TAG ?= 8.43.0-r0
55
DEX_TAG ?= 2.43.1-r3
66
LVP_TAG ?= 0.6.10
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.21.0
2+
SCHEMAHERO_TAG ?= 0.22.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 = "kotsadm/minio:0.20250723.155402-r0"
9-
Rqlite = "kotsadm/rqlite:8.42.0-r0"
9+
Rqlite = "kotsadm/rqlite:8.43.0-r0"
1010
Dex = "kotsadm/dex:2.43.1-r3"
11-
Schemahero = "schemahero/schemahero:0.21.0"
11+
Schemahero = "schemahero/schemahero:0.22.0"
1212
Lvp = "replicated/local-volume-provider:0.6.10"
1313
)

0 commit comments

Comments
 (0)