Skip to content

Commit ac8039e

Browse files
committed
chore(deps): update quay.io/minio/minio docker tag to release.2025-09-07t16-13-09z
1 parent 033a96b commit ac8039e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/minio-mirror/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
containers:
2424
- name: minio-client
2525
# renovate: datasource=github-releases depName=minio/minio versioning="regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})"
26-
image: quay.io/minio/minio:RELEASE.2025-07-23T15-54-02Z
26+
image: quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z
2727
imagePullPolicy: IfNotPresent
2828
command:
2929
- /bin/bash

apps/minio/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
type: RuntimeDefault
3939
containers:
4040
# renovate: datasource=github-releases depName=minio/minio versioning="regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})"
41-
- image: "quay.io/minio/minio:RELEASE.2025-07-23T15-54-02Z"
41+
- image: "quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z"
4242
imagePullPolicy: IfNotPresent
4343
name: minio
4444
command:

0 commit comments

Comments
 (0)