onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

fix(container): update ghcr.io/unpackerr/unpackerr ( 0.14.2 β†’ 0.14.3 ) #7951

Closed bot-ross[bot] closed 2 months ago

bot-ross[bot] commented 2 months ago

This PR contains the following updates:

Package Update Change
ghcr.io/unpackerr/unpackerr patch 0.14.2 -> 0.14.3

Release Notes

Unpackerr/unpackerr (ghcr.io/unpackerr/unpackerr) ### [`v0.14.3`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.14.3) [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.14.3...v0.14.3) There are no application code updates in this release. I am creating this release to trigger the new Arch Linux binary packaging code. This release and future releases will contain a binary `zst` (pacman) package that can be installed directly. See this release for the most recent application code changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1 ##### What's Changed - create binary arch package for github release by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/476](https://togithub.com/Unpackerr/unpackerr/pull/476) **Full Changelog**: https://github.com/Unpackerr/unpackerr/compare/v0.14.2...v0.14.3 ### [`v0.14.3`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.14.3) [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.14.2...v0.14.3) There are no application code updates in this release. I am creating this release to trigger the new Arch Linux binary packaging code. This release and future releases will contain a binary `zst` (pacman) package that can be installed directly. See this release for the most recent application code changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1 ##### What's Changed - create binary arch package for github release by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/476](https://togithub.com/Unpackerr/unpackerr/pull/476) **Full Changelog**: https://github.com/Unpackerr/unpackerr/compare/v0.14.2...v0.14.3

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.



This PR has been generated by Renovate Bot.

bot-ross[bot] commented 2 months ago
--- kubernetes/main/apps/default/unpackerr/app Kustomization: flux-system/unpackerr HelmRelease: default/unpackerr

+++ kubernetes/main/apps/default/unpackerr/app Kustomization: flux-system/unpackerr HelmRelease: default/unpackerr

@@ -44,13 +44,13 @@

               UN_WEBSERVER_METRICS: true
             envFrom:
             - secretRef:
                 name: unpackerr-secret
             image:
               repository: ghcr.io/unpackerr/unpackerr
-              tag: 0.14.2@sha256:2b2105159bb7bbf20291ffd2023d96578dad236ed6cbbb6d0a5bc5d44f32d492
+              tag: 0.14.3@sha256:de15cf83364802318dfaf832fb008bde7e9c227dc877c9d03e81c7d0b1c20992
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:
bot-ross[bot] commented 2 months ago
--- HelmRelease: default/unpackerr Deployment: default/unpackerr

+++ HelmRelease: default/unpackerr Deployment: default/unpackerr

@@ -62,13 +62,13 @@

           value: /logs/webserver.log
         - name: UN_WEBSERVER_METRICS
           value: 'true'
         envFrom:
         - secretRef:
             name: unpackerr-secret
-        image: ghcr.io/unpackerr/unpackerr:0.14.2@sha256:2b2105159bb7bbf20291ffd2023d96578dad236ed6cbbb6d0a5bc5d44f32d492
+        image: ghcr.io/unpackerr/unpackerr:0.14.3@sha256:de15cf83364802318dfaf832fb008bde7e9c227dc877c9d03e81c7d0b1c20992
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 5656