Skip to content

Commit f4e003b

Browse files
dydxgithub-actions[bot]
authored andcommitted
Update KOTS image dependency tags
1 parent 806e074 commit f4e003b

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.image.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Generated file, do not modify. This file is generated from a text file containing a list of images. The
22
# most recent tag is interpolated from the source repository and used to generate a fully qualified image
33
# name.
4-
MINIO_TAG='0.20250613.113347-r0'
5-
RQLITE_TAG='8.39.1-r0'
6-
DEX_TAG='2.43.1-r2'
7-
SCHEMAHERO_TAG='0.20.2'
4+
MINIO_TAG='0.20250718.215631-r0'
5+
RQLITE_TAG='8.39.1-r1'
6+
DEX_TAG='2.43.1-r3'
7+
SCHEMAHERO_TAG='0.21.0'
88
LVP_TAG='0.6.10'

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
include Makefile.build.mk
22
CURRENT_USER := $(shell id -u -n)
3-
MINIO_TAG ?= 0.20250613.113347-r0
4-
RQLITE_TAG ?= 8.39.1-r0
5-
DEX_TAG ?= 2.43.1-r2
3+
MINIO_TAG ?= 0.20250718.215631-r0
4+
RQLITE_TAG ?= 8.39.1-r1
5+
DEX_TAG ?= 2.43.1-r3
66
LVP_TAG ?= 0.6.10
77
PACT_PUBLISH_CONTRACT ?= false
88

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

55
build_schema:

pkg/image/constants.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ package image
55
// image name.
66

77
const (
8-
Minio = "kotsadm/minio:0.20250613.113347-r0"
9-
Rqlite = "kotsadm/rqlite:8.39.1-r0"
10-
Dex = "kotsadm/dex:2.43.1-r2"
11-
Schemahero = "schemahero/schemahero:0.20.2"
8+
Minio = "kotsadm/minio:0.20250718.215631-r0"
9+
Rqlite = "kotsadm/rqlite:8.39.1-r1"
10+
Dex = "kotsadm/dex:2.43.1-r3"
11+
Schemahero = "schemahero/schemahero:0.21.0"
1212
Lvp = "replicated/local-volume-provider:0.6.10"
1313
)

0 commit comments

Comments
 (0)