Skip to content

Commit 875eeb3

Browse files
dydxgithub-actions[bot]
authored andcommitted
Update KOTS image dependency tags
1 parent c9ecaf0 commit 875eeb3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.image.env

Lines changed: 2 additions & 2 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.20240817.012454-r0'
5-
RQLITE_TAG='8.28.1-r0'
4+
MINIO_TAG='0.20240826.153307-r0'
5+
RQLITE_TAG='8.29.2-r0'
66
DEX_TAG='2.41.1-r0'
77
SCHEMAHERO_TAG='0.17.10'
88
LVP_TAG='v0.6.7'

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include Makefile.build.mk
22
CURRENT_USER := $(if $(GITHUB_USER),$(GITHUB_USER),$(shell id -u -n))
3-
MINIO_TAG ?= 0.20240817.012454-r0
4-
RQLITE_TAG ?= 8.28.1-r0
3+
MINIO_TAG ?= 0.20240826.153307-r0
4+
RQLITE_TAG ?= 8.29.2-r0
55
DEX_TAG ?= 2.41.1-r0
66
LVP_TAG ?= v0.6.7
77

pkg/image/constants.go

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

77
const (
8-
Minio = "kotsadm/minio:0.20240817.012454-r0"
9-
Rqlite = "kotsadm/rqlite:8.28.1-r0"
8+
Minio = "kotsadm/minio:0.20240826.153307-r0"
9+
Rqlite = "kotsadm/rqlite:8.29.2-r0"
1010
Dex = "kotsadm/dex:2.41.1-r0"
1111
Schemahero = "schemahero/schemahero:0.17.10"
1212
Lvp = "replicated/local-volume-provider:v0.6.7"

0 commit comments

Comments
 (0)