Skip to content

Commit

Permalink
Update KOTS image dependency tags (#4580)
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 Apr 27, 2024
1 parent 167ea06 commit 0b69b4b
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.20240418.190919-r0'
RQLITE_TAG='8.23.3-r0'
RQLITE_TAG='8.23.4-r0'
DEX_TAG='2.39.1-r0'
SCHEMAHERO_TAG='0.17.6'
SCHEMAHERO_TAG='0.17.7'
LVP_TAG='v0.6.2'
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.20240418.190919-r0
RQLITE_TAG ?= 8.23.3-r0
RQLITE_TAG ?= 8.23.4-r0
DEX_TAG ?= 2.39.1-r0
LVP_TAG ?= v0.6.2

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.6
SCHEMAHERO_TAG ?= 0.17.7

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

0 comments on commit 0b69b4b

Please sign in to comment.