Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(container): update quay.io/minio/minio docker tag to release.2024-10-29t16-01-48z #4842

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

budimanjojo-bot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
quay.io/minio/minio patch RELEASE.2024-10-13T13-34-11Z -> RELEASE.2024-10-29T16-01-48Z

Configuration

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

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

…24-10-29t16-01-48z

Signed-off-by: budimanjojo-bot <111944664+budimanjojo-bot[bot]@users.noreply.github.com>
@budimanjojo-bot budimanjojo-bot bot added renovate/container Pull request to a Renovate container update renovatebot Pull request created by Renovate type/patch Pull request of type patch version bump labels Oct 30, 2024
@budimanjojo-bot
Copy link
Contributor Author

--- cluster/apps/default/minio/base Kustomization: flux-system/default-minio HelmRelease: default/minio

+++ cluster/apps/default/minio/base Kustomization: flux-system/default-minio HelmRelease: default/minio

@@ -46,13 +46,13 @@

               MINIO_UPDATE: 'off'
             envFrom:
             - secretRef:
                 name: minio-secret
             image:
               repository: quay.io/minio/minio
-              tag: RELEASE.2024-10-13T13-34-11Z
+              tag: RELEASE.2024-10-29T16-01-48Z
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:

@budimanjojo-bot
Copy link
Contributor Author

--- HelmRelease: default/minio Deployment: default/minio

+++ HelmRelease: default/minio Deployment: default/minio

@@ -53,19 +53,19 @@

           value: https://s3.${SECRET_DOMAIN_0}
         - name: MINIO_UPDATE
           value: 'off'
         envFrom:
         - secretRef:
             name: minio-secret
-        image: quay.io/minio/minio:RELEASE.2024-10-13T13-34-11Z
+        image: quay.io/minio/minio:RELEASE.2024-10-29T16-01-48Z
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
-            port: 9000
+            port: 9001
           timeoutSeconds: 1
         name: main
         readinessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
@@ -74,13 +74,13 @@

           timeoutSeconds: 1
         startupProbe:
           failureThreshold: 30
           initialDelaySeconds: 0
           periodSeconds: 5
           tcpSocket:
-            port: 9001
+            port: 9000
           timeoutSeconds: 1
         volumeMounts:
         - mountPath: /data
           name: config
       volumes:
       - name: config

@budimanjojo-bot budimanjojo-bot bot merged commit 73886fb into main Oct 30, 2024
4 checks passed
@budimanjojo-bot budimanjojo-bot bot deleted the renovate/quay.io-minio-minio-2024.x branch October 30, 2024 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate/container Pull request to a Renovate container update renovatebot Pull request created by Renovate type/patch Pull request of type patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants