haraldkoch / kochhaus-home

Experimental homelab configuration for running things on kubernetes
MIT License
114 stars 14 forks source link

fix(container): update quay.io/minio/minio ( release.2024-10-02t17-50-41z → release.2024-10-13t13-34-11z ) [main] #5617

Closed doug-piranha-bot[bot] closed 4 days ago

doug-piranha-bot[bot] commented 4 days ago

This PR contains the following updates:

Package Update Change
quay.io/minio/minio patch RELEASE.2024-10-02T17-50-41Z -> RELEASE.2024-10-13T13-34-11Z

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.

doug-piranha-bot[bot] commented 4 days ago
--- kubernetes/main/apps/storage/minio/app Kustomization: flux-system/minio HelmRelease: storage/minio

+++ kubernetes/main/apps/storage/minio/app Kustomization: flux-system/minio HelmRelease: storage/minio

@@ -48,13 +48,13 @@

               TZ: ${TIMEZONE:=Etc/UTC}
             envFrom:
             - secretRef:
                 name: minio
             image:
               repository: quay.io/minio/minio
-              tag: RELEASE.2024-10-02T17-50-41Z
+              tag: RELEASE.2024-10-13T13-34-11Z
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
doug-piranha-bot[bot] commented 4 days ago
--- HelmRelease: storage/minio Deployment: storage/minio

+++ HelmRelease: storage/minio Deployment: storage/minio

@@ -60,13 +60,13 @@

           value: 'off'
         - name: TZ
           value: ${TIMEZONE:=Etc/UTC}
         envFrom:
         - secretRef:
             name: minio
-        image: quay.io/minio/minio:RELEASE.2024-10-02T17-50-41Z
+        image: quay.io/minio/minio:RELEASE.2024-10-13T13-34-11Z
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /minio/health/live
             port: 9000
           initialDelaySeconds: 0