Skip to content

Commit 84e4a74

Browse files
Automated KOTS Image Dependency Tag Update (#4780)
* Update KOTS image dependency tags --------- Co-authored-by: sgalsaleh <[email protected]> Co-authored-by: Salah Al Saleh <[email protected]>
1 parent 815c137 commit 84e4a74

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed

.image.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated file, do not modify. This file is generated from a text file containing a list of images. The
22
# most recent tag is interpolated from the source repository and used to generate a fully qualified image
33
# name.
4-
MINIO_TAG='0.20240715.190230-r0'
4+
MINIO_TAG='0.20240716.234641-r0'
55
RQLITE_TAG='8.26.7-r0'
66
DEX_TAG='2.40.0-r3'
77
SCHEMAHERO_TAG='0.17.9'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include Makefile.build.mk
22
CURRENT_USER := $(if $(GITHUB_USER),$(GITHUB_USER),$(shell id -u -n))
3-
MINIO_TAG ?= 0.20240715.190230-r0
3+
MINIO_TAG ?= 0.20240716.234641-r0
44
RQLITE_TAG ?= 8.26.7-r0
55
DEX_TAG ?= 2.40.0-r3
66
LVP_TAG ?= v0.6.7

deploy/dex/apko.yaml.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ contents:
77
- dex=__DEX_VERSION__
88
- gomplate
99
- bash
10+
- busybox
1011

1112
accounts:
1213
groups:

deploy/minio/apko.yaml.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ contents:
77
- minio=__MINIO_VERSION__
88
- mc
99
- bash
10+
- busybox
1011

1112
accounts:
1213
groups:

deploy/rqlite/apko.yaml.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ contents:
77
- rqlite=__RQLITE_VERSION__
88
- rqlite-oci-entrypoint=__RQLITE_VERSION__
99
- bash
10+
- busybox
1011

1112
accounts:
1213
groups:

pkg/image/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package image
55
// image name.
66

77
const (
8-
Minio = "kotsadm/minio:0.20240715.190230-r0"
8+
Minio = "kotsadm/minio:0.20240716.234641-r0"
99
Rqlite = "kotsadm/rqlite:8.26.7-r0"
1010
Dex = "kotsadm/dex:2.40.0-r3"
1111
Schemahero = "schemahero/schemahero:0.17.9"

0 commit comments

Comments
 (0)