File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# most recent tag is interpolated from the source repository and used to generate a fully qualified image
33# name.
44MINIO_TAG = ' RELEASE.2025-10-15T17-29-55Z'
5- RQLITE_TAG = ' 10.0.4 '
5+ RQLITE_TAG = ' 10.0.5 '
66DEX_TAG = ' 2.44.0'
77SCHEMAHERO_TAG = ' 0.25.0'
88LVP_TAG = ' 0.6.14'
Original file line number Diff line number Diff line change 11include Makefile.build.mk
22CURRENT_USER := $(shell id -u -n)
33MINIO_TAG ?= RELEASE.2025-10-15T17-29-55Z
4- RQLITE_TAG ?= 10.0.4
4+ RQLITE_TAG ?= 10.0.5
55DEX_TAG ?= 2.44.0
66LVP_TAG ?= 0.6.14
77PACT_PUBLISH_CONTRACT ?= false
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ package image
66
77const (
88 Minio = "docker.io/kotsadm/minio:RELEASE.2025-10-15T17-29-55Z"
9- Rqlite = "docker.io/kotsadm/rqlite:10.0.4 "
9+ Rqlite = "docker.io/kotsadm/rqlite:10.0.5 "
1010 Dex = "docker.io/kotsadm/dex:2.44.0"
1111 Schemahero = "docker.io/schemahero/schemahero:0.25.0"
1212 Lvp = "docker.io/replicated/local-volume-provider:0.6.14"
You can’t perform that action at this time.
0 commit comments