fix(container): update mailu ( 2024.06.48 → 2024.06.52 )#2904
Open
renovate[bot] wants to merge 1 commit into
Open
fix(container): update mailu ( 2024.06.48 → 2024.06.52 )#2904renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
--- 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.48
+ image: ghcr.io/mailu/admin:2024.06.52
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.48
+ image: ghcr.io/mailu/dovecot:2024.06.52
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.48
+ image: ghcr.io/mailu/fetchmail:2024.06.52
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.48
+ image: ghcr.io/mailu/nginx:2024.06.52
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.48
+ image: ghcr.io/mailu/oletools:2024.06.52
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.48
+ image: ghcr.io/mailu/postfix:2024.06.52
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.48
+ image: ghcr.io/mailu/rspamd:2024.06.52
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.48
+ image: ghcr.io/mailu/radicale:2024.06.52
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.48
+ image: ghcr.io/mailu/webmail:2024.06.52
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /data
name: data
subPath: webmail
env: |
--- 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.48
+ tag: 2024.06.52
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.48
+ tag: 2024.06.52
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.48
+ tag: 2024.06.52
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.48
+ tag: 2024.06.52
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.48
+ tag: 2024.06.52
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.48
+ tag: 2024.06.52
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.48
+ tag: 2024.06.52
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.48
+ tag: 2024.06.52
logLevel: ''
resources:
limits:
memory: 500Mi
requests:
cpu: 50m
memory: 64Mi
webmail:
enabled: true
image:
pullPolicy: IfNotPresent
repository: mailu/webmail
- tag: 2024.06.48
+ tag: 2024.06.52
logLevel: ''
resources:
limits:
memory: 1024Mi
requests:
cpu: 200m |
0a9e43c to
e8f0777
Compare
e8f0777 to
e313ffd
Compare
e313ffd to
1f1922c
Compare
| datasource | package | from | to | | ---------- | --------------- | ---------- | ---------- | | docker | mailu/admin | 2024.06.48 | 2024.06.52 | | docker | mailu/dovecot | 2024.06.48 | 2024.06.52 | | docker | mailu/fetchmail | 2024.06.48 | 2024.06.52 | | docker | mailu/nginx | 2024.06.48 | 2024.06.52 | | docker | mailu/oletools | 2024.06.48 | 2024.06.52 | | docker | mailu/postfix | 2024.06.48 | 2024.06.52 | | docker | mailu/radicale | 2024.06.48 | 2024.06.52 | | docker | mailu/rspamd | 2024.06.48 | 2024.06.52 | | docker | mailu/webmail | 2024.06.48 | 2024.06.52 |
1f1922c to
0084249
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2024.06.48→2024.06.522024.06.48→2024.06.522024.06.48→2024.06.522024.06.48→2024.06.522024.06.48→2024.06.522024.06.48→2024.06.522024.06.48→2024.06.522024.06.48→2024.06.522024.06.48→2024.06.52Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (in timezone Europe/Moscow)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.