Skip to content

Commit

Permalink
update kots image dependency tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Dec 13, 2023
1 parent 2f3004d commit c8dea9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .image.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# most recent tag is interpolated from the source repository and used to generate a fully qualified image
# name.
MINIO_TAG='0.20231101.183725'
RQLITE_TAG='7.21.4'
RQLITE_TAG='8.0.6'
DEX_TAG='2.37.0'
SCHEMAHERO_TAG='0.17.0'
LVP_TAG='v0.5.5'
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include Makefile.build.mk
CURRENT_USER := $(shell id -u -n)
MINIO_TAG ?= 0.20231101.183725
RQLITE_TAG ?= 7.21.4
RQLITE_TAG ?= 8.0.6
DEX_TAG ?= 2.37.0
LVP_TAG ?= v0.5.5

Expand Down
2 changes: 1 addition & 1 deletion deploy/rqlite/apko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ contents:
keyring:
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
packages:
- rqlite~7.21.4
- rqlite~8.0.6
- rqlite-oci-entrypoint
- bash
- busybox
Expand Down
2 changes: 1 addition & 1 deletion pkg/image/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package image

const (
Minio = "kotsadm/minio:0.20231101.183725"
Rqlite = "kotsadm/rqlite:7.21.4"
Rqlite = "kotsadm/rqlite:8.0.6"
Dex = "kotsadm/dex:2.37.0"
Schemahero = "schemahero/schemahero:0.17.0"
Lvp = "replicated/local-volume-provider:v0.5.5"
Expand Down

0 comments on commit c8dea9d

Please sign in to comment.