Skip to content

Commit af4019d

Browse files
Update KOTS image dependency tags (#5541)
Co-authored-by: dydx <[email protected]>
1 parent 2cc8ded commit af4019d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.image.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.20250723.155402-r1'
4+
MINIO_TAG='0.20250907.161309-r0'
55
RQLITE_TAG='8.43.4-r0'
66
DEX_TAG='2.44.0-r0'
77
SCHEMAHERO_TAG='0.22.1'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include Makefile.build.mk
22
CURRENT_USER := $(shell id -u -n)
3-
MINIO_TAG ?= 0.20250723.155402-r1
3+
MINIO_TAG ?= 0.20250907.161309-r0
44
RQLITE_TAG ?= 8.43.4-r0
55
DEX_TAG ?= 2.44.0-r0
66
LVP_TAG ?= 0.6.10

pkg/image/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package image
55
// image name.
66

77
const (
8-
Minio = "kotsadm/minio:0.20250723.155402-r1"
8+
Minio = "kotsadm/minio:0.20250907.161309-r0"
99
Rqlite = "kotsadm/rqlite:8.43.4-r0"
1010
Dex = "kotsadm/dex:2.44.0-r0"
1111
Schemahero = "schemahero/schemahero:0.22.1"

0 commit comments

Comments
 (0)