Skip to content

Commit

Permalink
Update KOTS image dependency tags (#4494)
Browse files Browse the repository at this point in the history
Co-authored-by: dydx <25685+dydx@users.noreply.github.com>
  • Loading branch information
replicated-ci-kots and dydx committed Mar 7, 2024
1 parent b3d22b4 commit 1b0ceff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .image.env
@@ -1,8 +1,8 @@
# Generated file, do not modify. This file is generated from a text file containing a list of images. The
# most recent tag is interpolated from the source repository and used to generate a fully qualified image
# name.
MINIO_TAG='0.20231220.010002-r2'
RQLITE_TAG='8.22.2-r0'
DEX_TAG='2.38.0-r0'
MINIO_TAG='0.20231220.010002-r3'
RQLITE_TAG='8.22.2-r1'
DEX_TAG='2.38.0-r1'
SCHEMAHERO_TAG='0.17.5'
LVP_TAG='v0.6.1'
6 changes: 3 additions & 3 deletions Makefile
@@ -1,8 +1,8 @@
include Makefile.build.mk
CURRENT_USER := $(if $(GITHUB_USER),$(GITHUB_USER),$(shell id -u -n))
MINIO_TAG ?= 0.20231220.010002-r2
RQLITE_TAG ?= 8.22.2-r0
DEX_TAG ?= 2.38.0-r0
MINIO_TAG ?= 0.20231220.010002-r3
RQLITE_TAG ?= 8.22.2-r1
DEX_TAG ?= 2.38.0-r1
LVP_TAG ?= v0.6.1

define sendMetrics
Expand Down
6 changes: 3 additions & 3 deletions pkg/image/constants.go
Expand Up @@ -5,9 +5,9 @@ package image
// image name.

const (
Minio = "kotsadm/minio:0.20231220.010002-r2"
Rqlite = "kotsadm/rqlite:8.22.2-r0"
Dex = "kotsadm/dex:2.38.0-r0"
Minio = "kotsadm/minio:0.20231220.010002-r3"
Rqlite = "kotsadm/rqlite:8.22.2-r1"
Dex = "kotsadm/dex:2.38.0-r1"
Schemahero = "schemahero/schemahero:0.17.5"
Lvp = "replicated/local-volume-provider:v0.6.1"
)

0 comments on commit 1b0ceff

Please sign in to comment.