Skip to content

Commit

Permalink
chore(deps): update quay.io/minio/minio docker tag to release.2024-11…
Browse files Browse the repository at this point in the history
…-07t00-52-20z
  • Loading branch information
renovate-bot committed Nov 8, 2024
1 parent 39d77e1 commit ea0bace
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-10-13T13-34-11Z
image: quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z
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-10-13T13-34-11Z"
- image: "quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z"
imagePullPolicy: IfNotPresent
name: minio
command:
Expand Down

0 comments on commit ea0bace

Please sign in to comment.