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

fix(container): update ghcr.io/axllent/mailpit ( v1.21.0 → v1.21.1 ) #3774

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

homeops-bot[bot]
Copy link
Contributor

@homeops-bot homeops-bot bot commented Nov 1, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/axllent/mailpit (source) patch v1.21.0 -> v1.21.1

Release Notes

axllent/mailpit (ghcr.io/axllent/mailpit)

v1.21.1

Compare Source

Feature
  • Add ability to search by size smaller or larger than a value (eg: larger:1M / smaller:2.5M)
  • Add ability to search for messages containing inline images (has:inline)
Chore
  • Update Go dependencies
  • Separate attachments and inline images in download nav and badges (#​379)

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.

| datasource | package                 | from    | to      |
| ---------- | ----------------------- | ------- | ------- |
| docker     | ghcr.io/axllent/mailpit | v1.21.0 | v1.21.1 |
@homeops-bot
Copy link
Contributor Author

homeops-bot bot commented Nov 1, 2024

--- kubernetes/main/apps/networking/mailpit/app Kustomization: flux-system/mailpit HelmRelease: networking/mailpit

+++ kubernetes/main/apps/networking/mailpit/app Kustomization: flux-system/mailpit HelmRelease: networking/mailpit

@@ -23,13 +23,13 @@

     controllers:
       mailpit:
         containers:
           app:
             image:
               repository: ghcr.io/axllent/mailpit
-              tag: v1.21.0
+              tag: v1.21.1
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:

@homeops-bot
Copy link
Contributor Author

homeops-bot bot commented Nov 1, 2024

--- HelmRelease: networking/mailpit Deployment: networking/mailpit

+++ HelmRelease: networking/mailpit Deployment: networking/mailpit

@@ -30,13 +30,13 @@

       automountServiceAccountToken: true
       hostIPC: false
       hostNetwork: false
       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
-      - image: ghcr.io/axllent/mailpit:v1.21.0
+      - image: ghcr.io/axllent/mailpit:v1.21.1
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 8025
@@ -57,9 +57,9 @@

             memory: 128Mi
         startupProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
-            port: 8025
+            port: 1025
           timeoutSeconds: 1
 

@ahinko ahinko merged commit 1f2526c into main Nov 1, 2024
9 checks passed
@ahinko ahinko deleted the renovate/ghcr.io-axllent-mailpit-1.x branch November 1, 2024 18:10
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