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

feat(helm): update chart minio to 5.3.0 #169

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2024

This PR contains the following updates:

Package Update Change
minio (source) minor 5.0.15 -> 5.3.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Mar 9, 2024

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

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

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

       chart: minio
       interval: 15m
       sourceRef:
         kind: HelmRepository
         name: minio
         namespace: flux-system
-      version: 5.0.15
+      version: 5.3.0
   install:
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 2
   uninstall:

Copy link

github-actions bot commented Mar 9, 2024

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

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

@@ -25,20 +25,20 @@

         app: minio
         release: minio
       annotations:
         checksum/secrets: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
     spec:
       securityContext:
-        runAsUser: 65534
-        runAsGroup: 65534
         fsGroup: 65534
         fsGroupChangePolicy: OnRootMismatch
+        runAsGroup: 65534
+        runAsUser: 65534
       serviceAccountName: minio-sa
       containers:
       - name: minio
-        image: quay.io/minio/minio:RELEASE.2024-01-11T07-46-16Z
+        image: quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z
         imagePullPolicy: IfNotPresent
         command:
         - /bin/sh
         - -ce
         - /usr/bin/docker-entrypoint.sh minio server /export -S /etc/minio/certs/
           --address :9000 --console-address :9001
@@ -73,12 +73,14 @@

           value: http://minio.minio.svc.cluster.local:9000
         resources:
           limits:
             memory: 12Gi
           requests:
             memory: 4Gi
+        securityContext:
+          readOnlyRootFilesystem: false
       volumes:
       - name: export
         persistentVolumeClaim:
           claimName: minio
       - name: minio-user
         secret:
--- HelmRelease: minio/minio Job: minio/minio-post-job

+++ HelmRelease: minio/minio Job: minio/minio-post-job

@@ -30,13 +30,13 @@

               name: minio
           - secret:
               name: user-secrets
       serviceAccountName: minio-sa
       containers:
       - name: minio-make-user
-        image: quay.io/minio/mc:RELEASE.2024-01-11T05-49-32Z
+        image: quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z
         imagePullPolicy: IfNotPresent
         command:
         - /bin/sh
         - /config/add-user
         env:
         - name: MINIO_ENDPOINT

@renovate renovate bot force-pushed the renovate/minio-5.x branch from 81669ac to c77aeaf Compare April 28, 2024 10:46
@renovate renovate bot changed the title feat(helm): update chart minio to 5.1.0 feat(helm): update chart minio to 5.2.0 Apr 28, 2024
@renovate renovate bot changed the title feat(helm): update chart minio to 5.2.0 feat(helm): update chart minio to 5.2.0 - autoclosed Aug 25, 2024
@renovate renovate bot closed this Aug 25, 2024
@renovate renovate bot deleted the renovate/minio-5.x branch August 25, 2024 22:42
@renovate renovate bot restored the renovate/minio-5.x branch August 26, 2024 02:37
@renovate renovate bot changed the title feat(helm): update chart minio to 5.2.0 - autoclosed feat(helm): update chart minio to 5.2.0 Aug 26, 2024
@renovate renovate bot reopened this Aug 26, 2024
@renovate renovate bot force-pushed the renovate/minio-5.x branch from c77aeaf to 739e74a Compare October 11, 2024 13:50
@renovate renovate bot changed the title feat(helm): update chart minio to 5.2.0 feat(helm): update chart minio to 5.3.0 Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants