diff --git a/.image.env b/.image.env index f9b24aa610..a5d28be70a 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.20240826.153307-r0' +MINIO_TAG='0.20240829.014052-r0' RQLITE_TAG='8.30.0-r0' DEX_TAG='2.41.1-r0' SCHEMAHERO_TAG='0.17.10' diff --git a/Makefile b/Makefile index 14cfd26af8..9e15a7fd7e 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.20240826.153307-r0 +MINIO_TAG ?= 0.20240829.014052-r0 RQLITE_TAG ?= 8.30.0-r0 DEX_TAG ?= 2.41.1-r0 LVP_TAG ?= v0.6.7 diff --git a/pkg/image/constants.go b/pkg/image/constants.go index cf2a45db3c..ef7abb9a33 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -5,7 +5,7 @@ package image // image name. const ( - Minio = "kotsadm/minio:0.20240826.153307-r0" + Minio = "kotsadm/minio:0.20240829.014052-r0" Rqlite = "kotsadm/rqlite:8.30.0-r0" Dex = "kotsadm/dex:2.41.1-r0" Schemahero = "schemahero/schemahero:0.17.10"