From e747ad63e0c028ec884f9e89b48514542d3fd92a Mon Sep 17 00:00:00 2001 From: wyoa-bot <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:07:42 +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-02-06T21-36-22Z | --- 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..5fe219fd8 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-02-06T21-36-22Z mode: standalone ignoreChartChecksums: false rootUser: "${MINIO_ROOT_USER}"