From b7b969579dd1eaacf9bdba4abbb2548821df119a Mon Sep 17 00:00:00 2001 From: wyoa-bot <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 06:03:06 +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-29T03-56-32Z | --- 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..1989b6395 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-29T03-56-32Z mode: standalone ignoreChartChecksums: false rootUser: "${MINIO_ROOT_USER}"