Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/minio-mirror/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
containers:
- name: minio-client
# renovate: datasource=github-releases depName=minio/minio versioning="regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})"
image: quay.io/minio/minio:RELEASE.2025-07-23T15-54-02Z
image: quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z
imagePullPolicy: IfNotPresent
command:
- /bin/bash
Expand Down
2 changes: 1 addition & 1 deletion apps/minio/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
type: RuntimeDefault
containers:
# renovate: datasource=github-releases depName=minio/minio versioning="regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})"
- image: "quay.io/minio/minio:RELEASE.2025-07-23T15-54-02Z"
- image: "quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z"
imagePullPolicy: IfNotPresent
name: minio
command:
Expand Down
Loading