From 16677789ca8e9d34b2c2a6e825b60b70f0626b0f Mon Sep 17 00:00:00 2001 From: replicated-ci-kots <91219917+replicated-ci-kots@users.noreply.github.com> Date: Sat, 16 Mar 2024 12:09:28 +0000 Subject: [PATCH] Update KOTS image dependency tags (#4513) Co-authored-by: dydx <25685+dydx@users.noreply.github.com> --- .image.env | 2 +- Makefile | 2 +- pkg/image/constants.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.image.env b/.image.env index 850313756c..d0666994bf 100644 --- a/.image.env +++ b/.image.env @@ -1,7 +1,7 @@ # Generated file, do not modify. This file is generated from a text file containing a list of images. The # most recent tag is interpolated from the source repository and used to generate a fully qualified image # name. -MINIO_TAG='0.20231220.010002-r3' +MINIO_TAG='0.20231220.010002-r4' RQLITE_TAG='8.23.0-r0' DEX_TAG='2.38.0-r2' SCHEMAHERO_TAG='0.17.5' diff --git a/Makefile b/Makefile index 82b1da1c65..c9f4210cdc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include Makefile.build.mk CURRENT_USER := $(if $(GITHUB_USER),$(GITHUB_USER),$(shell id -u -n)) -MINIO_TAG ?= 0.20231220.010002-r3 +MINIO_TAG ?= 0.20231220.010002-r4 RQLITE_TAG ?= 8.23.0-r0 DEX_TAG ?= 2.38.0-r2 LVP_TAG ?= v0.6.1 diff --git a/pkg/image/constants.go b/pkg/image/constants.go index c8cd47a809..bb55e422ad 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -5,7 +5,7 @@ package image // image name. const ( - Minio = "kotsadm/minio:0.20231220.010002-r3" + Minio = "kotsadm/minio:0.20231220.010002-r4" Rqlite = "kotsadm/rqlite:8.23.0-r0" Dex = "kotsadm/dex:2.38.0-r2" Schemahero = "schemahero/schemahero:0.17.5"