From ea2056ef211a8940481dd500b5a7913a2ad1cd24 Mon Sep 17 00:00:00 2001 From: replicated-ci-kots <91219917+replicated-ci-kots@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:56:22 -0700 Subject: [PATCH] Update KOTS image dependency tags (#4552) Co-authored-by: sgalsaleh <39952863+sgalsaleh@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 8358ff049f..cd63df53e5 100644 --- a/.image.env +++ b/.image.env @@ -5,4 +5,4 @@ MINIO_TAG='0.20240406.052602-r0' RQLITE_TAG='8.23.1-r0' DEX_TAG='2.39.1-r0' SCHEMAHERO_TAG='0.17.6' -LVP_TAG='v0.6.1' \ No newline at end of file +LVP_TAG='v0.6.2' \ No newline at end of file diff --git a/Makefile b/Makefile index cbc62fb302..d139daf091 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CURRENT_USER := $(if $(GITHUB_USER),$(GITHUB_USER),$(shell id -u -n)) MINIO_TAG ?= 0.20240406.052602-r0 RQLITE_TAG ?= 8.23.1-r0 DEX_TAG ?= 2.39.1-r0 -LVP_TAG ?= v0.6.1 +LVP_TAG ?= v0.6.2 define sendMetrics @if [ -z "${PROJECT_NAME}" ]; then \ diff --git a/pkg/image/constants.go b/pkg/image/constants.go index 06e62a32af..07c1351679 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -9,5 +9,5 @@ const ( Rqlite = "kotsadm/rqlite:8.23.1-r0" Dex = "kotsadm/dex:2.39.1-r0" Schemahero = "schemahero/schemahero:0.17.6" - Lvp = "replicated/local-volume-provider:v0.6.1" + Lvp = "replicated/local-volume-provider:v0.6.2" )