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(minio): Update Helm release minio to v13.8.4 #67

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

Conversation

SIMULATAN-Bot
Copy link
Collaborator

This PR contains the following updates:

Package Update Change
minio (source) minor 13.4.5 -> 13.8.4

Release Notes

bitnami/charts (minio)

v13.8.4

v13.8.3

v13.8.2

v13.8.1

v13.8.0

  • [bitnami/minio] feat: ✨ 🔒 Add automatic adaptation for Openshift restricted-v2 SCC (#​2 (338447f), closes #​24122

v13.7.2

v13.7.1

v13.7.0

v13.6.4

v13.6.3

v13.6.2

v13.6.1

v13.5.1

v13.5.0

v13.4.7

  • [bitnami/minio] Release 13.4.7 updating components versions (#​23551) (c163985), closes #​23551
  • Added MINIO_DATA_DIR envVar to standalone and distributed charts that use the value of persistence.m (08ae391), closes #​23388

v13.4.6


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.


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

This PR has been generated by Renovate Bot.

Copy link

Argo CD Diff Preview

Summary:

 {base => target}/minio | 53 ++++++++++++++++++++++++++++++--------------------
 1 file changed, 32 insertions(+), 21 deletions(-)
Diff:
diff --git base/minio target/minio
index 1dbe7b6..983d236 100644
--- base/minio
+++ target/minio
@@ -1,21 +1,21 @@
 ---
 apiVersion: v1
 kind: Service
 metadata:
   labels:
     app.kubernetes.io/instance: minio
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: minio
-    app.kubernetes.io/version: 2024.2.9
+    app.kubernetes.io/version: 2024.3.15
     argocd.argoproj.io/instance: minio
-    helm.sh/chart: minio-13.4.5
+    helm.sh/chart: minio-13.8.4
   name: minio
   namespace: default
 spec:
   ports:
   - name: minio-api
     nodePort: null
     port: 9000
     targetPort: minio-api
   - name: minio-console
     nodePort: null
@@ -27,23 +27,23 @@ spec:
   type: ClusterIP
 
 ---
 apiVersion: v1
 kind: Service
 metadata:
   labels:
     app.kubernetes.io/instance: minio
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: minio
-    app.kubernetes.io/version: 2024.2.9
+    app.kubernetes.io/version: 2024.3.15
     argocd.argoproj.io/instance: minio
-    helm.sh/chart: minio-13.4.5
+    helm.sh/chart: minio-13.8.4
   name: minio-headless
   namespace: default
 spec:
   clusterIP: None
   ports:
   - name: minio-api
     port: 9000
     targetPort: minio-api
   - name: minio-console
     port: 9001
@@ -56,57 +56,57 @@ spec:
 
 ---
 apiVersion: v1
 automountServiceAccountToken: false
 kind: ServiceAccount
 metadata:
   labels:
     app.kubernetes.io/instance: minio
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: minio
-    app.kubernetes.io/version: 2024.2.9
+    app.kubernetes.io/version: 2024.3.15
     argocd.argoproj.io/instance: minio
-    helm.sh/chart: minio-13.4.5
+    helm.sh/chart: minio-13.8.4
   name: minio
   namespace: default
 secrets:
 - name: minio
 
 ---
 apiVersion: apps/v1
 kind: StatefulSet
 metadata:
   labels:
     app.kubernetes.io/instance: minio
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: minio
-    app.kubernetes.io/version: 2024.2.9
+    app.kubernetes.io/version: 2024.3.15
     argocd.argoproj.io/instance: minio
-    helm.sh/chart: minio-13.4.5
+    helm.sh/chart: minio-13.8.4
   name: minio
   namespace: default
 spec:
   podManagementPolicy: Parallel
   replicas: 4
   selector:
     matchLabels:
       app.kubernetes.io/instance: minio
       app.kubernetes.io/name: minio
   serviceName: minio-headless
   template:
     metadata:
       labels:
         app.kubernetes.io/instance: minio
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: minio
-        app.kubernetes.io/version: 2024.2.9
-        helm.sh/chart: minio-13.4.5
+        app.kubernetes.io/version: 2024.3.15
+        helm.sh/chart: minio-13.8.4
     spec:
       affinity:
         nodeAffinity: null
         podAffinity: null
         podAntiAffinity:
           preferredDuringSchedulingIgnoredDuringExecution:
           - podAffinityTerm:
               labelSelector:
                 matchLabels:
                   app.kubernetes.io/instance: minio
@@ -135,24 +135,26 @@ spec:
           valueFrom:
             secretKeyRef:
               key: root-password
               name: minio-root-user
         - name: MINIO_SKIP_CLIENT
           value: "yes"
         - name: MINIO_BROWSER
           value: "on"
         - name: MINIO_PROMETHEUS_AUTH_TYPE
           value: public
+        - name: MINIO_DATA_DIR
+          value: /bitnami/minio/data
         - name: MINIO_BROWSER_REDIRECT_URL
           value: https://s3.simulatan.me/minio/ui/
         envFrom: null
-        image: docker.io/bitnami/minio:2024.2.9-debian-11-r0
+        image: docker.io/bitnami/minio:2024.3.15-debian-12-r0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           failureThreshold: 5
           httpGet:
             path: /minio/health/live
             port: minio-api
             scheme: HTTP
           initialDelaySeconds: 5
           periodSeconds: 5
           successThreshold: 1
@@ -166,45 +168,54 @@ spec:
           name: minio-console
           protocol: TCP
         readinessProbe:
           failureThreshold: 5
           initialDelaySeconds: 5
           periodSeconds: 5
           successThreshold: 1
           tcpSocket:
             port: minio-api
           timeoutSeconds: 1
-        resources:
-          limits: {}
-          requests: {}
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           privileged: false
           readOnlyRootFilesystem: false
+          runAsGroup: 0
           runAsNonRoot: true
           runAsUser: 1001
           seLinuxOptions: null
           seccompProfile:
             type: RuntimeDefault
         volumeMounts:
+        - mountPath: /tmp
+          name: empty-dir
+          subPath: tmp-dir
+        - mountPath: /opt/bitnami/minio/tmp
+          name: empty-dir
+          subPath: app-tmp-dir
+        - mountPath: /.mc
+          name: empty-dir
+          subPath: app-mc-dir
         - mountPath: /bitnami/minio/data
           name: data
       securityContext:
         fsGroup: 1001
         fsGroupChangePolicy: OnRootMismatch
         supplementalGroups: []
         sysctls: []
       serviceAccountName: minio
-      volumes: null
+      volumes:
+      - emptyDir: {}
+        name: empty-dir
   updateStrategy:
     type: RollingUpdate
   volumeClaimTemplates:
   - metadata:
       labels:
         app.kubernetes.io/instance: minio
         app.kubernetes.io/name: minio
       name: data
     spec:
       accessModes:
@@ -216,23 +227,23 @@ spec:
 ---
 apiVersion: networking.k8s.io/v1
 kind: Ingress
 metadata:
   annotations:
     traefik.ingress.kubernetes.io/router.middlewares: default-strip-minio-prefix@kubernetescrd
   labels:
     app.kubernetes.io/instance: minio
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: minio
-    app.kubernetes.io/version: 2024.2.9
+    app.kubernetes.io/version: 2024.3.15
     argocd.argoproj.io/instance: minio
-    helm.sh/chart: minio-13.4.5
+    helm.sh/chart: minio-13.8.4
   name: minio
   namespace: default
 spec:
   ingressClassName: traefik
   rules:
   - host: s3.simulatan.me
     http:
       paths:
       - backend:
           service:
@@ -244,23 +255,23 @@ spec:
 
 ---
 apiVersion: networking.k8s.io/v1
 kind: Ingress
 metadata:
   annotations: {}
   labels:
     app.kubernetes.io/instance: minio
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: minio
-    app.kubernetes.io/version: 2024.2.9
+    app.kubernetes.io/version: 2024.3.15
     argocd.argoproj.io/instance: minio
-    helm.sh/chart: minio-13.4.5
+    helm.sh/chart: minio-13.8.4
   name: minio-api
   namespace: default
 spec:
   ingressClassName: traefik
   rules:
   - host: s3.simulatan.me
     http:
       paths:
       - backend:
           service:
@@ -271,23 +282,23 @@ spec:
         pathType: ImplementationSpecific
 
 ---
 apiVersion: networking.k8s.io/v1
 kind: NetworkPolicy
 metadata:
   labels:
     app.kubernetes.io/instance: minio
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: minio
-    app.kubernetes.io/version: 2024.2.9
+    app.kubernetes.io/version: 2024.3.15
     argocd.argoproj.io/instance: minio
-    helm.sh/chart: minio-13.4.5
+    helm.sh/chart: minio-13.8.4
   name: minio
   namespace: default
 spec:
   egress:
   - {}
   ingress:
   - ports:
     - port: 9001
     - port: 9000
   podSelector:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant