From 6079fe3c9972d8480db637e07b1863a95b35895f Mon Sep 17 00:00:00 2001 From: replicated-ci-kots <91219917+replicated-ci-kots@users.noreply.github.com> Date: Thu, 30 May 2024 13:39:20 +0000 Subject: [PATCH] Update KOTS image dependency tags (#4649) Co-authored-by: dydx <25685+dydx@users.noreply.github.com> --- .image.env | 4 ++-- Makefile | 4 ++-- pkg/image/constants.go | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.image.env b/.image.env index 4867f9b05d..435d988378 100644 --- a/.image.env +++ b/.image.env @@ -1,8 +1,8 @@ # 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.20240527.191746-r0' -RQLITE_TAG='8.24.7-r1' +MINIO_TAG='0.20240528.171904-r0' +RQLITE_TAG='8.24.8-r0' DEX_TAG='2.39.1-r2' SCHEMAHERO_TAG='0.17.8' LVP_TAG='v0.6.4' \ No newline at end of file diff --git a/Makefile b/Makefile index 578af22be0..62002554f8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include Makefile.build.mk CURRENT_USER := $(if $(GITHUB_USER),$(GITHUB_USER),$(shell id -u -n)) -MINIO_TAG ?= 0.20240527.191746-r0 -RQLITE_TAG ?= 8.24.7-r1 +MINIO_TAG ?= 0.20240528.171904-r0 +RQLITE_TAG ?= 8.24.8-r0 DEX_TAG ?= 2.39.1-r2 LVP_TAG ?= v0.6.4 diff --git a/pkg/image/constants.go b/pkg/image/constants.go index 900530c74b..3ae52261b3 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -5,8 +5,8 @@ package image // image name. const ( - Minio = "kotsadm/minio:0.20240527.191746-r0" - Rqlite = "kotsadm/rqlite:8.24.7-r1" + Minio = "kotsadm/minio:0.20240528.171904-r0" + Rqlite = "kotsadm/rqlite:8.24.8-r0" Dex = "kotsadm/dex:2.39.1-r2" Schemahero = "schemahero/schemahero:0.17.8" Lvp = "replicated/local-volume-provider:v0.6.4"