From e899a963fe0bff93f1c7c6000ef04820fdfd1f12 Mon Sep 17 00:00:00 2001 From: wyoa-bot <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 08:02:45 +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-01-05T22-17-24Z | --- 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..c99fa3605 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-01-05T22-17-24Z mode: standalone ignoreChartChecksums: false rootUser: "${MINIO_ROOT_USER}"