File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Generated file, do not modify. This file is generated from a text file containing a list of images. The
2
2
# most recent tag is interpolated from the source repository and used to generate a fully qualified image
3
3
# name.
4
- MINIO_TAG = ' 0.20240817.012454 -r0'
5
- RQLITE_TAG = ' 8.28.1 -r0'
4
+ MINIO_TAG = ' 0.20240826.153307 -r0'
5
+ RQLITE_TAG = ' 8.29.2 -r0'
6
6
DEX_TAG = ' 2.41.1-r0'
7
7
SCHEMAHERO_TAG = ' 0.17.10'
8
8
LVP_TAG = ' v0.6.7'
Original file line number Diff line number Diff line change 1
1
include Makefile.build.mk
2
2
CURRENT_USER := $(if $(GITHUB_USER ) ,$(GITHUB_USER ) ,$(shell id -u -n) )
3
- MINIO_TAG ?= 0.20240817.012454 -r0
4
- RQLITE_TAG ?= 8.28.1 -r0
3
+ MINIO_TAG ?= 0.20240826.153307 -r0
4
+ RQLITE_TAG ?= 8.29.2 -r0
5
5
DEX_TAG ?= 2.41.1-r0
6
6
LVP_TAG ?= v0.6.7
7
7
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ package image
5
5
// image name.
6
6
7
7
const (
8
- Minio = "kotsadm/minio:0.20240817.012454 -r0"
9
- Rqlite = "kotsadm/rqlite:8.28.1 -r0"
8
+ Minio = "kotsadm/minio:0.20240826.153307 -r0"
9
+ Rqlite = "kotsadm/rqlite:8.29.2 -r0"
10
10
Dex = "kotsadm/dex:2.41.1-r0"
11
11
Schemahero = "schemahero/schemahero:0.17.10"
12
12
Lvp = "replicated/local-volume-provider:v0.6.7"
You can’t perform that action at this time.
0 commit comments