File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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 = ' 0.20250723.155402-r1'
5- RQLITE_TAG = ' 8.43.3 -r0'
5+ RQLITE_TAG = ' 8.43.4 -r0'
66DEX_TAG = ' 2.43.1-r4'
77SCHEMAHERO_TAG = ' 0.22.1'
88LVP_TAG = ' 0.6.10'
Original file line number Diff line number Diff line change 11include Makefile.build.mk
22CURRENT_USER := $(shell id -u -n)
33MINIO_TAG ?= 0.20250723.155402-r1
4- RQLITE_TAG ?= 8.43.3 -r0
4+ RQLITE_TAG ?= 8.43.4 -r0
55DEX_TAG ?= 2.43.1-r4
66LVP_TAG ?= 0.6.10
77PACT_PUBLISH_CONTRACT ?= false
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ package image
66
77const (
88 Minio = "kotsadm/minio:0.20250723.155402-r1"
9- Rqlite = "kotsadm/rqlite:8.43.3 -r0"
9+ Rqlite = "kotsadm/rqlite:8.43.4 -r0"
1010 Dex = "kotsadm/dex:2.43.1-r4"
1111 Schemahero = "schemahero/schemahero:0.22.1"
1212 Lvp = "replicated/local-volume-provider:0.6.10"
You can’t perform that action at this time.
0 commit comments