Skip to content

Commit bc4e642

Browse files
Update KOTS image dependency tags (#4753)
Co-authored-by: dydx <[email protected]>
1 parent 04cedd0 commit bc4e642

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.image.env

Lines changed: 3 additions & 3 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.20240704.142545-r0'
5-
RQLITE_TAG='8.26.6-r0'
6-
DEX_TAG='2.40.0-r2'
4+
MINIO_TAG='0.20240710.184149-r0'
5+
RQLITE_TAG='8.26.6-r1'
6+
DEX_TAG='2.40.0-r3'
77
SCHEMAHERO_TAG='0.17.9'
88
LVP_TAG='v0.6.6'

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 := $(if $(GITHUB_USER),$(GITHUB_USER),$(shell id -u -n))
3-
MINIO_TAG ?= 0.20240704.142545-r0
4-
RQLITE_TAG ?= 8.26.6-r0
5-
DEX_TAG ?= 2.40.0-r2
3+
MINIO_TAG ?= 0.20240710.184149-r0
4+
RQLITE_TAG ?= 8.26.6-r1
5+
DEX_TAG ?= 2.40.0-r3
66
LVP_TAG ?= v0.6.6
77

88
define sendMetrics

pkg/image/constants.go

Lines changed: 3 additions & 3 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.20240704.142545-r0"
9-
Rqlite = "kotsadm/rqlite:8.26.6-r0"
10-
Dex = "kotsadm/dex:2.40.0-r2"
8+
Minio = "kotsadm/minio:0.20240710.184149-r0"
9+
Rqlite = "kotsadm/rqlite:8.26.6-r1"
10+
Dex = "kotsadm/dex:2.40.0-r3"
1111
Schemahero = "schemahero/schemahero:0.17.9"
1212
Lvp = "replicated/local-volume-provider:v0.6.6"
1313
)

0 commit comments

Comments
 (0)