Skip to content

Commit

Permalink
Update KOTS image dependency tags (#4414)
Browse files Browse the repository at this point in the history
Co-authored-by: dydx <[email protected]>
  • Loading branch information
replicated-ci-kots and dydx authored Jan 31, 2024
1 parent b8ebc95 commit f1daa04
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .image.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# most recent tag is interpolated from the source repository and used to generate a fully qualified image
# name.
MINIO_TAG='0.20231220.010002-r2'
RQLITE_TAG='8.18.3-r0'
RQLITE_TAG='8.18.5-r0'
DEX_TAG='2.38.0-r0'
SCHEMAHERO_TAG='0.17.2'
SCHEMAHERO_TAG='0.17.3'
LVP_TAG='v0.6.0'
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include Makefile.build.mk
CURRENT_USER := $(if $(GITHUB_USER),$(GITHUB_USER),$(shell id -u -n))
MINIO_TAG ?= 0.20231220.010002-r2
RQLITE_TAG ?= 8.18.3-r0
RQLITE_TAG ?= 8.18.5-r0
DEX_TAG ?= 2.38.0-r0
LVP_TAG ?= v0.6.0

Expand Down
2 changes: 1 addition & 1 deletion migrations/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SHELL:=/bin/bash
SCHEMAHERO_TAG ?= 0.17.2
SCHEMAHERO_TAG ?= 0.17.3

build_schema:
docker build --pull --build-arg SCHEMAHERO_TAG=${SCHEMAHERO_TAG} -f deploy/Dockerfile -t ${IMAGE} .
Expand Down
4 changes: 2 additions & 2 deletions pkg/image/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ package image

const (
Minio = "kotsadm/minio:0.20231220.010002-r2"
Rqlite = "kotsadm/rqlite:8.18.3-r0"
Rqlite = "kotsadm/rqlite:8.18.5-r0"
Dex = "kotsadm/dex:2.38.0-r0"
Schemahero = "schemahero/schemahero:0.17.2"
Schemahero = "schemahero/schemahero:0.17.3"
Lvp = "replicated/local-volume-provider:v0.6.0"
)

0 comments on commit f1daa04

Please sign in to comment.