Skip to content

chore(deps): update ghcr.io/usa-reddragon/minio docker tag to release.2025-05-24t17-08-30z #3400

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

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

Conversation

usa-reddragon-renovate-ce[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/usa-reddragon/minio minor RELEASE.2025-04-08T15-41-24Z -> RELEASE.2025-05-24T17-08-30Z

Warning

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


Configuration

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

🚦 Automerge: Disabled because a matching PR was automerged previously.

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.

….2025-05-24t17-08-30z

Signed-off-by: usa-reddragon-renovate-ce[bot] <156608365+usa-reddragon-renovate-ce[bot]@users.noreply.github.com>
Copy link

HelmRelease Diff

Changes ${\tt\large\color{green}+1\enspace\color{red}-\negthinspace1}$
Click to expand
--- HelmRelease: minio/minio Deployment: minio/minio-app

+++ HelmRelease: minio/minio Deployment: minio/minio-app

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

       - name: data
         persistentVolumeClaim:
           claimName: minio-data
       securityContext: {}
       containers:
       - name: app
-        image: ghcr.io/usa-reddragon/minio:RELEASE.2025-04-08T15-41-24Z
+        image: ghcr.io/usa-reddragon/minio:RELEASE.2025-05-24T17-08-30Z
         imagePullPolicy: IfNotPresent
         envFrom:
         - secretRef:
             name: minio-user
         args:
         - server

Copy link

Kustomization Diff

Changes ${\tt\large\color{green}+150\enspace\color{red}-\negthinspace149}$
Click to expand
--- services Kustomization: flux-system/services HelmRelease: minio/minio

+++ services Kustomization: flux-system/services HelmRelease: minio/minio

@@ -20,8 +20,8 @@

   driftDetection:
     mode: enabled
   interval: 60m0s
   releaseName: minio
   valuesFrom:
   - kind: ConfigMap
-    name: chart-values-854fb8h44m
+    name: chart-values-khf6gbbkmm
 
--- services Kustomization: flux-system/services ConfigMap: minio/chart-values-854fb8h44m

+++ services Kustomization: flux-system/services ConfigMap: minio/chart-values-854fb8h44m

@@ -1,169 +0,0 @@

----
-apiVersion: v1
-data:
-  values.yaml: |
-    # Default values for app.
-    # This is a YAML-formatted file.
-    # Declare variables to be passed into your templates.
-
-    replicaCount: 1
-
-    image:
-      repository: ghcr.io/usa-reddragon/minio
-      pullPolicy: IfNotPresent
-      # Overrides the image tag whose default is the chart appVersion.
-      tag: RELEASE.2025-04-08T15-41-24Z
-
-    imagePullSecrets:
-    - name: registry-docker-hub
-    nameOverride: ""
-    fullnameOverride: ""
-
-    args:
-      - server
-      - /data
-      - --console-address
-      - ":443"
-      - --address
-      - ":9000"
-
-    secrets: []
-    # - name: app-creds
-    #   data:
-    #     API_KEY: 'asdfgh123456'
-    #     SMTP_PASSWORD: '123456asdfgh'
-    # - name: app-secret-key
-    #   data:
-    #     SECRET_KEY: ashdfsfa
-    # - name: app-keyfile
-    #   data:
-    #     keyfile.txt: |
-    #       using
-    #       multiline
-    #       strings
-
-    configs: []
-    # - name: app-config
-    #   data:
-    #     TEST_ENV: alive
-    # - name: app-otherenv
-    #   data:
-    #     SPECIAL_KEY: here
-    # - name: app-configfile
-    #   data:
-    #     test.ini: |
-    #       [test]
-    #       value=1
-
-    envFrom:
-    - secretRef:
-        name: minio-user
-    # - configMapRef:
-    #     name: app-config
-
-    env:
-    - name: MINIO_BROWSER_REDIRECT_URL
-      value: https://minio.mcswain.dev
-    # - name: SPECIAL_KEY
-    #   valueFrom:
-    #     configMapKeyRef:
-    #       name: app-otherenv
-    #       key: SPECIAL_KEY
-
-    podSecurityContext: {}
-      # fsGroup: 2000
-
-    securityContext: {}
-      # capabilities:
-      #   drop:
-      #   - ALL
-      # readOnlyRootFilesystem: true
-      # runAsNonRoot: true
-      # runAsUser: 1000
-
-    service:
-      type: ClusterIP
-      ports:
-      - name: console
-        port: 443
-      - name: s3
-        port: 9000
-
-    persistentVolumes:
-    - name: data
-      mountPath: /data
-      size: 1Ti
-      persistentVolumeClaim:
-        name: minio-data
-        storageClass: minio-data
-    # - name: config
-    #   mountPath: /config
-    #   configMap:
-    #     name: app-configfile
-    #     items:
-    #     - key: test.ini
-    #       path: config.ini
-    # - name: keys
-    #   mountPath: /keys
-    #   readOnly: true
-    #   secret:
-    #     secretName: app-keyfile
-
-    ingress:
-      enabled: true
-      annotations:
-        kubernetes.io/tls-acme: "true"
-        cert-manager.io/cluster-issuer: cloudflare
-        nginx.ingress.kubernetes.io/ssl-redirect: "true"
-        nginx.ingress.kubernetes.io/proxy-body-size: "0"
-        nginx.ingress.kubernetes.io/proxy-connect-timeout: "86400"
-        nginx.ingress.kubernetes.io/proxy-send-timeout: "86400"
-        nginx.ingress.kubernetes.io/proxy-read-timeout: "86400"
-      ingressClassName: nginx
-      hosts:
-      - host: minio.mcswain.dev
-        paths:
-        - port: 443
-          path: /
-          pathType: Prefix
-      tls:
-      - secretName: minio-mcswain-dev-tls
-        hosts:
-          - minio.mcswain.dev
-
-    probes:
-      liveness:
-        tcpSocket:
-          port: 9000
-      readiness:
-        tcpSocket:
-          port: 9000
-
-    resources:
-      limits:
-        memory: 6Gi
-      requests:
-        cpu: '1'
-        memory: 3Gi
-
-    nodeSelector: {}
-
-    tolerations: []
-
-    affinity: {}
-
-    lifecycle: {}
-      # postStart:
-      #   exec:
-      #     command:
-      #       - /bin/sh
-      #       - -c
-      #       - cp /tmp/file /var/app/file
-kind: ConfigMap
-metadata:
-  labels:
-    kustomize.toolkit.fluxcd.io/name: services
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: chart-values-854fb8h44m
-  namespace: minio
-
--- services Kustomization: flux-system/services ConfigMap: minio/chart-values-khf6gbbkmm

+++ services Kustomization: flux-system/services ConfigMap: minio/chart-values-khf6gbbkmm

@@ -0,0 +1,169 @@

+---
+apiVersion: v1
+data:
+  values.yaml: |
+    # Default values for app.
+    # This is a YAML-formatted file.
+    # Declare variables to be passed into your templates.
+
+    replicaCount: 1
+
+    image:
+      repository: ghcr.io/usa-reddragon/minio
+      pullPolicy: IfNotPresent
+      # Overrides the image tag whose default is the chart appVersion.
+      tag: RELEASE.2025-05-24T17-08-30Z
+
+    imagePullSecrets:
+    - name: registry-docker-hub
+    nameOverride: ""
+    fullnameOverride: ""
+
+    args:
+      - server
+      - /data
+      - --console-address
+      - ":443"
+      - --address
+      - ":9000"
+
+    secrets: []
+    # - name: app-creds
+    #   data:
+    #     API_KEY: 'asdfgh123456'
+    #     SMTP_PASSWORD: '123456asdfgh'
+    # - name: app-secret-key
+    #   data:
+    #     SECRET_KEY: ashdfsfa
+    # - name: app-keyfile
+    #   data:
+    #     keyfile.txt: |
+    #       using
+    #       multiline
+    #       strings
+
+    configs: []
+    # - name: app-config
+    #   data:
+    #     TEST_ENV: alive
+    # - name: app-otherenv
+    #   data:
+    #     SPECIAL_KEY: here
+    # - name: app-configfile
+    #   data:
+    #     test.ini: |
+    #       [test]
+    #       value=1
+
+    envFrom:
+    - secretRef:
+        name: minio-user
+    # - configMapRef:
+    #     name: app-config
+
+    env:
+    - name: MINIO_BROWSER_REDIRECT_URL
+      value: https://minio.mcswain.dev
+    # - name: SPECIAL_KEY
+    #   valueFrom:
+    #     configMapKeyRef:
+    #       name: app-otherenv
+    #       key: SPECIAL_KEY
+
+    podSecurityContext: {}
+      # fsGroup: 2000
+
+    securityContext: {}
+      # capabilities:
+      #   drop:
+      #   - ALL
+      # readOnlyRootFilesystem: true
+      # runAsNonRoot: true
+      # runAsUser: 1000
+
+    service:
+      type: ClusterIP
+      ports:
+      - name: console
+        port: 443
+      - name: s3
+        port: 9000
+
+    persistentVolumes:
+    - name: data
+      mountPath: /data
+      size: 1Ti
+      persistentVolumeClaim:
+        name: minio-data
+        storageClass: minio-data
+    # - name: config
+    #   mountPath: /config
+    #   configMap:
+    #     name: app-configfile
+    #     items:
+    #     - key: test.ini
+    #       path: config.ini
+    # - name: keys
+    #   mountPath: /keys
+    #   readOnly: true
+    #   secret:
+    #     secretName: app-keyfile
+
+    ingress:
+      enabled: true
+      annotations:
+        kubernetes.io/tls-acme: "true"
+        cert-manager.io/cluster-issuer: cloudflare
+        nginx.ingress.kubernetes.io/ssl-redirect: "true"
+        nginx.ingress.kubernetes.io/proxy-body-size: "0"
+        nginx.ingress.kubernetes.io/proxy-connect-timeout: "86400"
+        nginx.ingress.kubernetes.io/proxy-send-timeout: "86400"
+        nginx.ingress.kubernetes.io/proxy-read-timeout: "86400"
+      ingressClassName: nginx
+      hosts:
+      - host: minio.mcswain.dev
+        paths:
+        - port: 443
+          path: /
+          pathType: Prefix
+      tls:
+      - secretName: minio-mcswain-dev-tls
+        hosts:
+          - minio.mcswain.dev
+
+    probes:
+      liveness:
+        tcpSocket:
+          port: 9000
+      readiness:
+        tcpSocket:
+          port: 9000
+
+    resources:
+      limits:
+        memory: 6Gi
+      requests:
+        cpu: '1'
+        memory: 3Gi
+
+    nodeSelector: {}
+
+    tolerations: []
+
+    affinity: {}
+
+    lifecycle: {}
+      # postStart:
+      #   exec:
+      #     command:
+      #       - /bin/sh
+      #       - -c
+      #       - cp /tmp/file /var/app/file
+kind: ConfigMap
+metadata:
+  labels:
+    kustomize.toolkit.fluxcd.io/name: services
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: chart-values-khf6gbbkmm
+  namespace: minio
+

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.

1 participant