File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
# most recent tag is interpolated from the source repository and used to generate a fully qualified image
3
3
# name.
4
4
MINIO_TAG = ' 0.20240418.190919-r0'
5
- RQLITE_TAG = ' 8.23.3 -r0'
5
+ RQLITE_TAG = ' 8.23.4 -r0'
6
6
DEX_TAG = ' 2.39.1-r0'
7
- SCHEMAHERO_TAG = ' 0.17.6 '
7
+ SCHEMAHERO_TAG = ' 0.17.7 '
8
8
LVP_TAG = ' v0.6.2'
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
3
MINIO_TAG ?= 0.20240418.190919-r0
4
- RQLITE_TAG ?= 8.23.3 -r0
4
+ RQLITE_TAG ?= 8.23.4 -r0
5
5
DEX_TAG ?= 2.39.1-r0
6
6
LVP_TAG ?= v0.6.2
7
7
Original file line number Diff line number Diff line change 1
1
SHELL: =/bin/bash
2
- SCHEMAHERO_TAG ?= 0.17.6
2
+ SCHEMAHERO_TAG ?= 0.17.7
3
3
4
4
build_schema :
5
5
docker build --pull --build-arg SCHEMAHERO_TAG=${SCHEMAHERO_TAG} -f deploy/Dockerfile -t ${IMAGE} .
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ package image
6
6
7
7
const (
8
8
Minio = "kotsadm/minio:0.20240418.190919-r0"
9
- Rqlite = "kotsadm/rqlite:8.23.3 -r0"
9
+ Rqlite = "kotsadm/rqlite:8.23.4 -r0"
10
10
Dex = "kotsadm/dex:2.39.1-r0"
11
- Schemahero = "schemahero/schemahero:0.17.6 "
11
+ Schemahero = "schemahero/schemahero:0.17.7 "
12
12
Lvp = "replicated/local-volume-provider:v0.6.2"
13
13
)
You can’t perform that action at this time.
0 commit comments