-
Notifications
You must be signed in to change notification settings - Fork 1
fix(container): update mailu ( 2024.06.46 → 2024.06.47 ) #2785
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/mailu
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
--- 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 |
--- 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 |
938e099 to
8950456
Compare
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.46→2024.06.472024.06.46→2024.06.472024.06.46→2024.06.472024.06.46→2024.06.472024.06.46→2024.06.472024.06.46→2024.06.472024.06.46→2024.06.472024.06.46→2024.06.472024.06.46→2024.06.47Warning
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.
This PR was generated by Mend Renovate. View the repository job log.