From c8dea9d0ccc453100b6fd5a808b896714fdaf719 Mon Sep 17 00:00:00 2001 From: sgalsaleh Date: Wed, 13 Dec 2023 17:02:22 +0000 Subject: [PATCH] update kots image dependency tags --- .image.env | 2 +- Makefile | 2 +- deploy/rqlite/apko.yaml | 2 +- pkg/image/constants.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.image.env b/.image.env index 18d2f5d4e9..f5f4b5aefc 100644 --- a/.image.env +++ b/.image.env @@ -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' \ No newline at end of file diff --git a/Makefile b/Makefile index 7642f5ba30..971dc67439 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/deploy/rqlite/apko.yaml b/deploy/rqlite/apko.yaml index 5f56ef4c35..cc7a49553c 100644 --- a/deploy/rqlite/apko.yaml +++ b/deploy/rqlite/apko.yaml @@ -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 diff --git a/pkg/image/constants.go b/pkg/image/constants.go index 009a983805..da4f0b944b 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -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"