Skip to content

Commit 956f64b

Browse files
Update KOTS image dependency tags (#6004)
Co-authored-by: xavpaice <5035609+xavpaice@users.noreply.github.com>
1 parent 06f8c17 commit 956f64b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.image.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ MINIO_TAG='RELEASE.2025-10-15T17-29-55Z'
55
RQLITE_TAG='10.2.7'
66
DEX_TAG='2.44.0'
77
SCHEMAHERO_TAG='0.25.1'
8-
LVP_TAG='0.6.14'
8+
LVP_TAG='0.6.15'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CURRENT_USER := $(shell id -u -n)
33
MINIO_TAG ?= RELEASE.2025-10-15T17-29-55Z
44
RQLITE_TAG ?= 10.2.7
55
DEX_TAG ?= 2.44.0
6-
LVP_TAG ?= 0.6.14
6+
LVP_TAG ?= 0.6.15
77
PACT_PUBLISH_CONTRACT ?= false
88

99
OS ?= linux

pkg/image/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ const (
99
Rqlite = "docker.io/kotsadm/rqlite:10.2.7"
1010
Dex = "docker.io/kotsadm/dex:2.44.0"
1111
Schemahero = "docker.io/schemahero/schemahero:0.25.1"
12-
Lvp = "docker.io/replicated/local-volume-provider:0.6.14"
12+
Lvp = "docker.io/replicated/local-volume-provider:0.6.15"
1313
)

0 commit comments

Comments
 (0)