Skip to content

Commit

Permalink
Merge pull request #53 from soerenschneider/renovate/quay.io-minio-mi…
Browse files Browse the repository at this point in the history
…nio-2024.x

Update quay.io/minio/minio Docker tag to RELEASE.2024-09-13T20-26-02Z
  • Loading branch information
soerenschneider authored Sep 16, 2024
2 parents 4dc2097 + 1ebeef9 commit 7bb3d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2024-09-09T16-59-28Z
image: quay.io/minio/minio:RELEASE.2024-09-13T20-26-02Z
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.2024-09-09T16-59-28Z"
- image: "quay.io/minio/minio:RELEASE.2024-09-13T20-26-02Z"
imagePullPolicy: IfNotPresent
name: minio
command:
Expand Down

0 comments on commit 7bb3d65

Please sign in to comment.