Skip to content

Commit

Permalink
Image dependency update (#3918)
Browse files Browse the repository at this point in the history
* update kots image dependency tags
---------

Co-authored-by: miaawong <[email protected]>
Co-authored-by: garcialuis <[email protected]>
  • Loading branch information
3 people authored Jun 6, 2023
1 parent c5b8d13 commit 4991607
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .image.env
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 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='RELEASE.2023-05-27T05-56-19Z'
MC_TAG='RELEASE.2023-05-26T23-31-54Z'
RQLITE_TAG='7.19.0'
MINIO_TAG='RELEASE.2023-06-02T23-17-26Z'
MC_TAG='RELEASE.2023-05-30T22-41-38Z'
RQLITE_TAG='7.20.1'
DEX_TAG='v2.36.0'
SCHEMAHERO_TAG='0.14.0'
LVP_TAG='v0.5.3'
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
include Makefile.build.mk
CURRENT_USER := $(shell id -u -n)
MINIO_TAG ?= RELEASE.2023-05-27T05-56-19Z
MC_TAG ?= RELEASE.2023-05-26T23-31-54Z
RQLITE_TAG ?= 7.19.0
MINIO_TAG ?= RELEASE.2023-06-02T23-17-26Z
MC_TAG ?= RELEASE.2023-05-30T22-41-38Z
RQLITE_TAG ?= 7.20.1
DEX_TAG ?= v2.36.0
LVP_TAG ?= v0.5.3

Expand Down
2 changes: 1 addition & 1 deletion migrations/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL:=/bin/bash
PROJECT_NAME ?= kotsadm-migrations
RQLITE_TAG ?= 7.19.0
RQLITE_TAG ?= 7.20.1
SCHEMAHERO_TAG ?= 0.14.0

.PHONY: schema-alpha
Expand Down
6 changes: 3 additions & 3 deletions pkg/image/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ package image
// image name.

const (
Minio = "minio/minio:RELEASE.2023-05-27T05-56-19Z"
Mc = "minio/mc:RELEASE.2023-05-26T23-31-54Z"
Rqlite = "rqlite/rqlite:7.19.0"
Minio = "minio/minio:RELEASE.2023-06-02T23-17-26Z"
Mc = "minio/mc:RELEASE.2023-05-30T22-41-38Z"
Rqlite = "rqlite/rqlite:7.20.1"
Dex = "ghcr.io/dexidp/dex:v2.36.0"
Schemahero = "schemahero/schemahero:0.14.0"
Lvp = "replicated/local-volume-provider:v0.5.3"
Expand Down

0 comments on commit 4991607

Please sign in to comment.