From 9c4f5d5b6187ac5949403b7ed9ae13a39ffb672b Mon Sep 17 00:00:00 2001 From: replicated-ci-kots <91219917+replicated-ci-kots@users.noreply.github.com> Date: Thu, 11 Jul 2024 15:04:22 +0000 Subject: [PATCH] Update KOTS image dependency tags (#4754) 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 aaa710ed77..e04f26fd20 100644 --- a/.image.env +++ b/.image.env @@ -5,4 +5,4 @@ MINIO_TAG='0.20240710.184149-r0' RQLITE_TAG='8.26.6-r1' DEX_TAG='2.40.0-r3' SCHEMAHERO_TAG='0.17.9' -LVP_TAG='v0.6.6' \ No newline at end of file +LVP_TAG='v0.6.7' \ No newline at end of file diff --git a/Makefile b/Makefile index 15e4111927..0fdedacb10 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CURRENT_USER := $(if $(GITHUB_USER),$(GITHUB_USER),$(shell id -u -n)) MINIO_TAG ?= 0.20240710.184149-r0 RQLITE_TAG ?= 8.26.6-r1 DEX_TAG ?= 2.40.0-r3 -LVP_TAG ?= v0.6.6 +LVP_TAG ?= v0.6.7 define sendMetrics @if [ -z "${PROJECT_NAME}" ]; then \ diff --git a/pkg/image/constants.go b/pkg/image/constants.go index 34b749ef88..cf94ec3bb1 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -9,5 +9,5 @@ const ( Rqlite = "kotsadm/rqlite:8.26.6-r1" Dex = "kotsadm/dex:2.40.0-r3" Schemahero = "schemahero/schemahero:0.17.9" - Lvp = "replicated/local-volume-provider:v0.6.6" + Lvp = "replicated/local-volume-provider:v0.6.7" )