Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2026

This PR contains the following updates:

Package Update Change
mailu/admin patch 2024.06.462024.06.47
mailu/dovecot patch 2024.06.462024.06.47
mailu/fetchmail patch 2024.06.462024.06.47
mailu/nginx patch 2024.06.462024.06.47
mailu/oletools patch 2024.06.462024.06.47
mailu/postfix patch 2024.06.462024.06.47
mailu/radicale patch 2024.06.462024.06.47
mailu/rspamd patch 2024.06.462024.06.47
mailu/webmail patch 2024.06.462024.06.47

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 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 these updates again.


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

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

@mglants-bot
Copy link

mglants-bot bot commented Jan 31, 2026

--- kubernetes/subterra/apps/apps/mailu/app Kustomization: flux-system/cluster-apps-mailu HelmRelease: apps/mailu

+++ kubernetes/subterra/apps/apps/mailu/app Kustomization: flux-system/cluster-apps-mailu HelmRelease: apps/mailu

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

   values:
     admin:
       enabled: true
       image:
         pullPolicy: IfNotPresent
         repository: mailu/admin
-        tag: 2024.06.46
+        tag: 2024.06.47
       logLevel: ''
       resources:
         limits:
           memory: 500Mi
         requests:
           cpu: 500m
@@ -70,13 +70,13 @@

     domain: mail.ur30.ru
     dovecot:
       enabled: true
       image:
         pullPolicy: IfNotPresent
         repository: mailu/dovecot
-        tag: 2024.06.46
+        tag: 2024.06.47
       logLevel: ''
       resources:
         limits:
           memory: 1024Mi
         requests:
           cpu: 1000m
@@ -93,13 +93,13 @@

       type: postgresql
     fetchmail:
       enabled: true
       image:
         pullPolicy: IfNotPresent
         repository: mailu/fetchmail
-        tag: 2024.06.46
+        tag: 2024.06.47
       logLevel: ''
       resources:
         limits:
           memory: 500Mi
         requests:
           cpu: 200m
@@ -124,13 +124,13 @@

         type: LoadBalancer
       hostPort:
         enabled: false
       image:
         pullPolicy: IfNotPresent
         repository: mailu/nginx
-        tag: 2024.06.46
+        tag: 2024.06.47
       kind: Deployment
       logLevel: ''
       replicaCount: 1
       resources:
         limits:
           memory: 1024Mi
@@ -186,13 +186,13 @@

       enabled: false
     oletools:
       enabled: true
       image:
         pullPolicy: IfNotPresent
         repository: mailu/oletools
-        tag: 2024.06.46
+        tag: 2024.06.47
       logLevel: ''
       resources:
         limits:
           memory: 500Mi
         requests:
           cpu: 200m
@@ -201,13 +201,13 @@

       existingClaim: mailu-data-v3
       single_pvc: true
     postfix:
       image:
         pullPolicy: IfNotPresent
         repository: mailu/postfix
-        tag: 2024.06.46
+        tag: 2024.06.47
       logLevel: ''
       resources:
         limits:
           memory: 1024Mi
         requests:
           cpu: 100m
@@ -224,13 +224,13 @@

       enabled: true
     rspamd:
       antivirusAction: discard
       image:
         pullPolicy: IfNotPresent
         repository: mailu/rspamd
-        tag: 2024.06.46
+        tag: 2024.06.47
       logLevel: ''
       resources:
         limits:
           memory: 1Gi
         requests:
           cpu: 100m
@@ -259,26 +259,26 @@

       outboundLevel: ''
     webdav:
       enabled: true
       image:
         pullPolicy: IfNotPresent
         repository: mailu/radicale
-        tag: 2024.06.46
+        tag: 2024.06.47
       logLevel: ''
       resources:
         limits:
           memory: 500Mi
         requests:
           cpu: 50m
           memory: 64Mi
     webmail:
       enabled: true
       image:
         pullPolicy: IfNotPresent
         repository: mailu/webmail
-        tag: 2024.06.46
+        tag: 2024.06.47
       logLevel: ''
       resources:
         limits:
           memory: 1024Mi
         requests:
           cpu: 200m

@mglants-bot
Copy link

mglants-bot bot commented Jan 31, 2026

--- HelmRelease: apps/mailu Deployment: apps/mailu-admin

+++ HelmRelease: apps/mailu Deployment: apps/mailu-admin

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

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: admin
     spec:
       terminationGracePeriodSeconds: 2
       containers:
       - name: admin
-        image: ghcr.io/mailu/admin:2024.06.46
+        image: ghcr.io/mailu/admin:2024.06.47
         imagePullPolicy: IfNotPresent
         volumeMounts:
         - name: data
           subPath: admin
           mountPath: /data
         - name: data
--- HelmRelease: apps/mailu Deployment: apps/mailu-dovecot

+++ HelmRelease: apps/mailu Deployment: apps/mailu-dovecot

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

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: dovecot
     spec:
       terminationGracePeriodSeconds: 2
       containers:
       - name: dovecot
-        image: ghcr.io/mailu/dovecot:2024.06.46
+        image: ghcr.io/mailu/dovecot:2024.06.47
         imagePullPolicy: IfNotPresent
         volumeMounts:
         - name: data
           subPath: dovecotdata
           mountPath: /data
         - name: data
--- HelmRelease: apps/mailu Deployment: apps/mailu-fetchmail

+++ HelmRelease: apps/mailu Deployment: apps/mailu-fetchmail

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

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: fetchmail
     spec:
       terminationGracePeriodSeconds: 2
       containers:
       - name: fetchmail
-        image: ghcr.io/mailu/fetchmail:2024.06.46
+        image: ghcr.io/mailu/fetchmail:2024.06.47
         imagePullPolicy: IfNotPresent
         volumeMounts:
         - name: data
           subPath: fetchmail
           mountPath: /data
         env:
--- HelmRelease: apps/mailu Deployment: apps/mailu-front

+++ HelmRelease: apps/mailu Deployment: apps/mailu-front

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

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: front
     spec:
       terminationGracePeriodSeconds: 2
       containers:
       - name: front
-        image: ghcr.io/mailu/nginx:2024.06.46
+        image: ghcr.io/mailu/nginx:2024.06.47
         imagePullPolicy: IfNotPresent
         volumeMounts:
         - name: certs
           mountPath: /certs
         env:
         - name: LOG_LEVEL
--- HelmRelease: apps/mailu Deployment: apps/mailu-oletools

+++ HelmRelease: apps/mailu Deployment: apps/mailu-oletools

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

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: oletools
     spec:
       terminationGracePeriodSeconds: 2
       containers:
       - name: oletools
-        image: ghcr.io/mailu/oletools:2024.06.46
+        image: ghcr.io/mailu/oletools:2024.06.47
         imagePullPolicy: IfNotPresent
         env:
         - name: LOG_LEVEL
           value: WARNING
         - name: SECRET_KEY
           valueFrom:
--- HelmRelease: apps/mailu Deployment: apps/mailu-postfix

+++ HelmRelease: apps/mailu Deployment: apps/mailu-postfix

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

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: postfix
     spec:
       terminationGracePeriodSeconds: 2
       containers:
       - name: postfix
-        image: ghcr.io/mailu/postfix:2024.06.46
+        image: ghcr.io/mailu/postfix:2024.06.47
         imagePullPolicy: IfNotPresent
         volumeMounts:
         - mountPath: /queue
           name: data
           subPath: mailqueue
         env:
--- HelmRelease: apps/mailu Deployment: apps/mailu-rspamd

+++ HelmRelease: apps/mailu Deployment: apps/mailu-rspamd

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

         app.kubernetes.io/component: rspamd
     spec:
       terminationGracePeriodSeconds: 2
       hostname: rspamd
       containers:
       - name: rspamd
-        image: ghcr.io/mailu/rspamd:2024.06.46
+        image: ghcr.io/mailu/rspamd:2024.06.47
         imagePullPolicy: IfNotPresent
         volumeMounts:
         - name: data
           subPath: rspamd
           mountPath: /var/lib/rspamd
         - name: data
--- HelmRelease: apps/mailu Deployment: apps/mailu-webdav

+++ HelmRelease: apps/mailu Deployment: apps/mailu-webdav

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

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: webdav
     spec:
       terminationGracePeriodSeconds: 2
       containers:
       - name: webdav
-        image: ghcr.io/mailu/radicale:2024.06.46
+        image: ghcr.io/mailu/radicale:2024.06.47
         imagePullPolicy: IfNotPresent
         volumeMounts:
         - name: data
           subPath: webdav
           mountPath: /data
         env:
--- HelmRelease: apps/mailu Deployment: apps/mailu-webmail

+++ HelmRelease: apps/mailu Deployment: apps/mailu-webmail

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

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: webmail
     spec:
       terminationGracePeriodSeconds: 2
       containers:
       - name: webmail
-        image: ghcr.io/mailu/webmail:2024.06.46
+        image: ghcr.io/mailu/webmail:2024.06.47
         imagePullPolicy: IfNotPresent
         volumeMounts:
         - mountPath: /data
           name: data
           subPath: webmail
         env:

| datasource | package         | from       | to         |
| ---------- | --------------- | ---------- | ---------- |
| docker     | mailu/admin     | 2024.06.46 | 2024.06.47 |
| docker     | mailu/dovecot   | 2024.06.46 | 2024.06.47 |
| docker     | mailu/fetchmail | 2024.06.46 | 2024.06.47 |
| docker     | mailu/nginx     | 2024.06.46 | 2024.06.47 |
| docker     | mailu/oletools  | 2024.06.46 | 2024.06.47 |
| docker     | mailu/postfix   | 2024.06.46 | 2024.06.47 |
| docker     | mailu/radicale  | 2024.06.46 | 2024.06.47 |
| docker     | mailu/rspamd    | 2024.06.46 | 2024.06.47 |
| docker     | mailu/webmail   | 2024.06.46 | 2024.06.47 |
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