From c74308168386644cd6f1135bd443067e3a7426dc Mon Sep 17 00:00:00 2001 From: wyoa-bot <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 00:26:08 +0000 Subject: [PATCH] feat(container)!: Update image quay.io/minio/minio to v2024 | datasource | package | from | to | | ---------- | ------------------- | ---------------------------- | ---------------------------- | | docker | quay.io/minio/minio | RELEASE.2023-12-23T07-19-11Z | RELEASE.2024-07-15T19-02-30Z | --- cluster/apps/storage/minio/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/storage/minio/helm-release.yaml b/cluster/apps/storage/minio/helm-release.yaml index aecc59e7c..ba1b9a7a0 100644 --- a/cluster/apps/storage/minio/helm-release.yaml +++ b/cluster/apps/storage/minio/helm-release.yaml @@ -27,7 +27,7 @@ spec: values: image: repository: quay.io/minio/minio - tag: RELEASE.2023-12-23T07-19-11Z + tag: RELEASE.2024-07-15T19-02-30Z mode: standalone ignoreChartChecksums: false rootUser: "${MINIO_ROOT_USER}"