Skip to content

Commit 0b69b4b

Browse files
Update KOTS image dependency tags (#4580)
Co-authored-by: dydx <[email protected]>
1 parent 167ea06 commit 0b69b4b

File tree

4 files changed

+6
-6
lines changed

4 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.20240418.190919-r0'
5-
RQLITE_TAG='8.23.3-r0'
5+
RQLITE_TAG='8.23.4-r0'
66
DEX_TAG='2.39.1-r0'
7-
SCHEMAHERO_TAG='0.17.6'
7+
SCHEMAHERO_TAG='0.17.7'
88
LVP_TAG='v0.6.2'

Makefile

Lines changed: 1 addition & 1 deletion
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))
33
MINIO_TAG ?= 0.20240418.190919-r0
4-
RQLITE_TAG ?= 8.23.3-r0
4+
RQLITE_TAG ?= 8.23.4-r0
55
DEX_TAG ?= 2.39.1-r0
66
LVP_TAG ?= v0.6.2
77

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.17.6
2+
SCHEMAHERO_TAG ?= 0.17.7
33

44
build_schema:
55
docker build --pull --build-arg SCHEMAHERO_TAG=${SCHEMAHERO_TAG} -f deploy/Dockerfile -t ${IMAGE} .

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.20240418.190919-r0"
9-
Rqlite = "kotsadm/rqlite:8.23.3-r0"
9+
Rqlite = "kotsadm/rqlite:8.23.4-r0"
1010
Dex = "kotsadm/dex:2.39.1-r0"
11-
Schemahero = "schemahero/schemahero:0.17.6"
11+
Schemahero = "schemahero/schemahero:0.17.7"
1212
Lvp = "replicated/local-volume-provider:v0.6.2"
1313
)

0 commit comments

Comments
 (0)