Skip to content

Commit

Permalink
fix(container): update image quay.io/minio/minio to release.2023-11-1…
Browse files Browse the repository at this point in the history
…1t08-14-41z (#6371)

Co-authored-by: bot-ross <98030736+bot-ross[bot]@users.noreply.github.com>
  • Loading branch information
bot-ross[bot] authored Nov 12, 2023
1 parent c7e4849 commit c09937e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/storage/apps/app_minio.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "kubernetes_stateful_set_v1" "minio" {
spec {
container {
name = "main"
image = "quay.io/minio/minio:RELEASE.2023-11-06T22-26-08Z"
image = "quay.io/minio/minio:RELEASE.2023-11-11T08-14-41Z"
image_pull_policy = "IfNotPresent"
args = [
"server",
Expand Down

0 comments on commit c09937e

Please sign in to comment.