From 077bd33219628eaf0e72ef154d3cde0d494aab22 Mon Sep 17 00:00:00 2001 From: sgalsaleh Date: Wed, 6 Dec 2023 22:33:33 +0000 Subject: [PATCH] update kots image dependency tags --- .image.env | 4 ++-- Makefile | 4 ++-- migrations/Makefile | 2 +- pkg/image/constants.go | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.image.env b/.image.env index cb5fd3bde3..0e6ece7eb5 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='RELEASE.2023-11-11T08-14-41Z' -RQLITE_TAG='7.21.4' +MINIO_TAG='RELEASE.2023-12-06T09-09-22Z' +RQLITE_TAG='8.0.0' DEX_TAG='v2.37.0' SCHEMAHERO_TAG='0.16.0' LVP_TAG='v0.5.5' \ No newline at end of file diff --git a/Makefile b/Makefile index b2c6216431..0320a9b878 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include Makefile.build.mk CURRENT_USER := $(shell id -u -n) -MINIO_TAG ?= RELEASE.2023-11-11T08-14-41Z -RQLITE_TAG ?= 7.21.4 +MINIO_TAG ?= RELEASE.2023-12-06T09-09-22Z +RQLITE_TAG ?= 8.0.0 DEX_TAG ?= v2.37.0 LVP_TAG ?= v0.5.5 diff --git a/migrations/Makefile b/migrations/Makefile index 011acb5480..89ac539615 100644 --- a/migrations/Makefile +++ b/migrations/Makefile @@ -1,6 +1,6 @@ SHELL:=/bin/bash PROJECT_NAME ?= kotsadm-migrations -RQLITE_TAG ?= 7.21.4 +RQLITE_TAG ?= 8.0.0 SCHEMAHERO_TAG ?= 0.16.0 .PHONY: schema-alpha diff --git a/pkg/image/constants.go b/pkg/image/constants.go index f1b491f53d..399dd2e387 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -5,8 +5,8 @@ package image // image name. const ( - Minio = "minio/minio:RELEASE.2023-11-11T08-14-41Z" - Rqlite = "rqlite/rqlite:7.21.4" + Minio = "minio/minio:RELEASE.2023-12-06T09-09-22Z" + Rqlite = "rqlite/rqlite:8.0.0" Dex = "ghcr.io/dexidp/dex:v2.37.0" Schemahero = "schemahero/schemahero:0.16.0" Lvp = "replicated/local-volume-provider:v0.5.5"