Skip to content

Commit e0cc12d

Browse files
Update KOTS image dependency tags (#5904)
Co-authored-by: emosbaugh <371319+emosbaugh@users.noreply.github.com>
1 parent 995910b commit e0cc12d

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.0.4'
66
DEX_TAG='2.44.0'
77
SCHEMAHERO_TAG='0.25.0'
8-
LVP_TAG='0.6.13'
8+
LVP_TAG='0.6.14'

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.0.4
55
DEX_TAG ?= 2.44.0
6-
LVP_TAG ?= 0.6.13
6+
LVP_TAG ?= 0.6.14
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.0.4"
1010
Dex = "docker.io/kotsadm/dex:2.44.0"
1111
Schemahero = "docker.io/schemahero/schemahero:0.25.0"
12-
Lvp = "docker.io/replicated/local-volume-provider:0.6.13"
12+
Lvp = "docker.io/replicated/local-volume-provider:0.6.14"
1313
)

0 commit comments

Comments
 (0)