From 1576756dbcbb70c3cbcca7420b37f86e0d57a69b Mon Sep 17 00:00:00 2001 From: sgalsaleh <39952863+sgalsaleh@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:42:03 +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 8a02fb81be..1b9a202222 100644 --- a/.image.env +++ b/.image.env @@ -5,4 +5,4 @@ MINIO_TAG='0.20231220.010002-r2' RQLITE_TAG='8.21.3-r0' DEX_TAG='2.38.0-r0' SCHEMAHERO_TAG='0.17.5' -LVP_TAG='v0.6.0' \ No newline at end of file +LVP_TAG='v0.6.1' \ No newline at end of file diff --git a/Makefile b/Makefile index e8285f33b0..1877ecf988 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CURRENT_USER := $(if $(GITHUB_USER),$(GITHUB_USER),$(shell id -u -n)) MINIO_TAG ?= 0.20231220.010002-r2 RQLITE_TAG ?= 8.21.3-r0 DEX_TAG ?= 2.38.0-r0 -LVP_TAG ?= v0.6.0 +LVP_TAG ?= v0.6.1 define sendMetrics @if [ -z "${PROJECT_NAME}" ]; then \ diff --git a/pkg/image/constants.go b/pkg/image/constants.go index db4e98a3c2..95779c90d6 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -9,5 +9,5 @@ const ( Rqlite = "kotsadm/rqlite:8.21.3-r0" Dex = "kotsadm/dex:2.38.0-r0" Schemahero = "schemahero/schemahero:0.17.5" - Lvp = "replicated/local-volume-provider:v0.6.0" + Lvp = "replicated/local-volume-provider:v0.6.1" )