From fab50b1b3d19bf218ed1160cbe40f815aafb7e4d Mon Sep 17 00:00:00 2001 From: dydx <25685+dydx@users.noreply.github.com> Date: Wed, 25 Sep 2024 04:07:10 +0000 Subject: [PATCH] Update KOTS image dependency tags --- .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 a94c1afeec..c5cb4986b3 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.20240913.202602-r0' +MINIO_TAG='0.20240922.003343-r0' RQLITE_TAG='8.30.4-r0' DEX_TAG='2.41.1-r1' SCHEMAHERO_TAG='0.17.10' diff --git a/Makefile b/Makefile index 04f4ea0129..ec675a3186 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include Makefile.build.mk CURRENT_USER := $(shell id -u -n) -MINIO_TAG ?= 0.20240913.202602-r0 +MINIO_TAG ?= 0.20240922.003343-r0 RQLITE_TAG ?= 8.30.4-r0 DEX_TAG ?= 2.41.1-r1 LVP_TAG ?= v0.6.7 diff --git a/pkg/image/constants.go b/pkg/image/constants.go index 493a2355a3..8325207a6c 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -5,7 +5,7 @@ package image // image name. const ( - Minio = "kotsadm/minio:0.20240913.202602-r0" + Minio = "kotsadm/minio:0.20240922.003343-r0" Rqlite = "kotsadm/rqlite:8.30.4-r0" Dex = "kotsadm/dex:2.41.1-r1" Schemahero = "schemahero/schemahero:0.17.10"