Skip to content

Commit 7202802

Browse files
Update KOTS image dependency tags (#4507)
Co-authored-by: dydx <[email protected]>
1 parent 4ab9379 commit 7202802

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
@@ -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.20231220.010002-r3'
5-
RQLITE_TAG='8.22.2-r1'
6-
DEX_TAG='2.38.0-r1'
5+
RQLITE_TAG='8.23.0-r0'
6+
DEX_TAG='2.38.0-r2'
77
SCHEMAHERO_TAG='0.17.5'
88
LVP_TAG='v0.6.1'

Makefile

Lines changed: 2 additions & 2 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))
33
MINIO_TAG ?= 0.20231220.010002-r3
4-
RQLITE_TAG ?= 8.22.2-r1
5-
DEX_TAG ?= 2.38.0-r1
4+
RQLITE_TAG ?= 8.23.0-r0
5+
DEX_TAG ?= 2.38.0-r2
66
LVP_TAG ?= v0.6.1
77

88
define sendMetrics

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.20231220.010002-r3"
9-
Rqlite = "kotsadm/rqlite:8.22.2-r1"
10-
Dex = "kotsadm/dex:2.38.0-r1"
9+
Rqlite = "kotsadm/rqlite:8.23.0-r0"
10+
Dex = "kotsadm/dex:2.38.0-r2"
1111
Schemahero = "schemahero/schemahero:0.17.5"
1212
Lvp = "replicated/local-volume-provider:v0.6.1"
1313
)

0 commit comments

Comments
 (0)