File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11# Generated file, do not modify. This file is generated from a text file containing a list of images. The
22# most recent tag is interpolated from the source repository and used to generate a fully qualified image
33# name.
4- MINIO_TAG = ' 0.20250723.155402-r0 '
5- RQLITE_TAG = ' 8.43.0 -r0'
6- DEX_TAG = ' 2.43.1-r3 '
7- SCHEMAHERO_TAG = ' 0.22.0 '
4+ MINIO_TAG = ' 0.20250723.155402-r1 '
5+ RQLITE_TAG = ' 8.43.2 -r0'
6+ DEX_TAG = ' 2.43.1-r4 '
7+ SCHEMAHERO_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)
3- MINIO_TAG ?= 0.20250723.155402-r0
4- RQLITE_TAG ?= 8.43.0 -r0
5- DEX_TAG ?= 2.43.1-r3
3+ MINIO_TAG ?= 0.20250723.155402-r1
4+ RQLITE_TAG ?= 8.43.2 -r0
5+ DEX_TAG ?= 2.43.1-r4
66LVP_TAG ?= 0.6.10
77PACT_PUBLISH_CONTRACT ?= false
88
Original file line number Diff line number Diff line change 11SHELL: =/bin/bash
2- SCHEMAHERO_TAG ?= 0.22.0
2+ SCHEMAHERO_TAG ?= 0.22.1
33DOCKER_BUILD_ARGS ?=
44
55build_schema :
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ package image
55// image name.
66
77const (
8- Minio = "kotsadm/minio:0.20250723.155402-r0 "
9- Rqlite = "kotsadm/rqlite:8.43.0 -r0"
10- Dex = "kotsadm/dex:2.43.1-r3 "
11- Schemahero = "schemahero/schemahero:0.22.0 "
8+ Minio = "kotsadm/minio:0.20250723.155402-r1 "
9+ Rqlite = "kotsadm/rqlite:8.43.2 -r0"
10+ Dex = "kotsadm/dex:2.43.1-r4 "
11+ Schemahero = "schemahero/schemahero:0.22.1 "
1212 Lvp = "replicated/local-volume-provider:0.6.10"
1313)
You can’t perform that action at this time.
0 commit comments