From 819e8b4e8e0525c18160c1351913b16efd09ea49 Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Wed, 13 Dec 2023 15:58:26 -0800 Subject: [PATCH] Update LVP to v0.5.6 (#4218) --- .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 18d2f5d4e9..174100e2e7 100644 --- a/.image.env +++ b/.image.env @@ -5,4 +5,4 @@ MINIO_TAG='0.20231101.183725' RQLITE_TAG='7.21.4' DEX_TAG='2.37.0' SCHEMAHERO_TAG='0.17.0' -LVP_TAG='v0.5.5' \ No newline at end of file +LVP_TAG='v0.5.6' \ No newline at end of file diff --git a/Makefile b/Makefile index 7642f5ba30..c4c6ae2fb8 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CURRENT_USER := $(shell id -u -n) MINIO_TAG ?= 0.20231101.183725 RQLITE_TAG ?= 7.21.4 DEX_TAG ?= 2.37.0 -LVP_TAG ?= v0.5.5 +LVP_TAG ?= v0.5.6 define sendMetrics @if [ -z "${PROJECT_NAME}" ]; then \ diff --git a/pkg/image/constants.go b/pkg/image/constants.go index 009a983805..54ed2800dc 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -9,5 +9,5 @@ const ( Rqlite = "kotsadm/rqlite:7.21.4" Dex = "kotsadm/dex:2.37.0" Schemahero = "schemahero/schemahero:0.17.0" - Lvp = "replicated/local-volume-provider:v0.5.5" + Lvp = "replicated/local-volume-provider:v0.5.6" )