Skip to content

Commit

Permalink
Merge branch 'main' into florianhines/sc-110895/replicated-app-excess…
Browse files Browse the repository at this point in the history
…ive-failed-to-parse
  • Loading branch information
pandemicsyn authored Aug 20, 2024
2 parents 9bb7940 + 2d720f9 commit 6559133
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .image.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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.20240803.043323-r1'
MINIO_TAG='0.20240817.012454-r0'
RQLITE_TAG='8.28.1-r0'
DEX_TAG='2.41.1-r0'
SCHEMAHERO_TAG='0.17.10'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include Makefile.build.mk
CURRENT_USER := $(if $(GITHUB_USER),$(GITHUB_USER),$(shell id -u -n))
MINIO_TAG ?= 0.20240803.043323-r1
MINIO_TAG ?= 0.20240817.012454-r0
RQLITE_TAG ?= 8.28.1-r0
DEX_TAG ?= 2.41.1-r0
LVP_TAG ?= v0.6.7
Expand Down
2 changes: 1 addition & 1 deletion pkg/image/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package image
// image name.

const (
Minio = "kotsadm/minio:0.20240803.043323-r1"
Minio = "kotsadm/minio:0.20240817.012454-r0"
Rqlite = "kotsadm/rqlite:8.28.1-r0"
Dex = "kotsadm/dex:2.41.1-r0"
Schemahero = "schemahero/schemahero:0.17.10"
Expand Down
6 changes: 3 additions & 3 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8025,9 +8025,9 @@ electron-to-chromium@^1.4.820:
integrity sha512-VY+J0e4SFcNfQy19MEoMdaIcZLmDCprqvBtkii1WTCTQHpRvf5N8+3kTYCgL/PcntvwQvmMJWTuDPsq+IlhWKQ==

elliptic@^6.5.3, elliptic@^6.5.4:
version "6.5.4"
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
version "6.5.7"
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
dependencies:
bn.js "^4.11.9"
brorand "^1.1.0"
Expand Down

0 comments on commit 6559133

Please sign in to comment.