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/onedr0p/sonarr-develop ( 4.0.9.2386 → 4.0.9.2457 ) #1423

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

ergho-bot[bot]
Copy link
Contributor

@ergho-bot ergho-bot bot commented Sep 21, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/sonarr-develop (source) patch 4.0.9.2386 -> 4.0.9.2457

Release Notes

Sonarr/Sonarr (ghcr.io/onedr0p/sonarr-develop)

v4.0.9.2457: 4.0.9.2457

Compare Source

What's Changed
Changes

Full Changelog: Sonarr/Sonarr@v4.0.9.2421...v4.0.9.2457

v4.0.9.2421: 4.0.9.2421

Compare Source

What's Changed
Changes
New Contributors

Full Changelog: Sonarr/Sonarr@v4.0.9.2386...v4.0.9.2421


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.

@ergho-bot
Copy link
Contributor Author

ergho-bot bot commented Sep 21, 2024

--- cluster/apps/media/sonarr-uhd/app Kustomization: flux-system/cluster-apps-sonarr-uhd HelmRelease: media/sonarr-uhd

+++ cluster/apps/media/sonarr-uhd/app Kustomization: flux-system/cluster-apps-sonarr-uhd HelmRelease: media/sonarr-uhd

@@ -49,13 +49,13 @@

               TZ: ${CLUSTER_TZ}
             envFrom:
             - secretRef:
                 name: sonarr-uhd-secret
             image:
               repository: ghcr.io/onedr0p/sonarr-develop
-              tag: 4.0.9.2386@sha256:b70ad0004892e4f5fe24e79840e010dbe4eed11aef99a084521600bdc69e216d
+              tag: 4.0.9.2457@sha256:d981084e9534a6f4a089926625ba4679089dbced7693460df7d83233177c1f92
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
--- cluster/apps/media/sonarr/app Kustomization: flux-system/cluster-apps-sonarr HelmRelease: media/sonarr

+++ cluster/apps/media/sonarr/app Kustomization: flux-system/cluster-apps-sonarr HelmRelease: media/sonarr

@@ -49,13 +49,13 @@

               TZ: ${CLUSTER_TZ}
             envFrom:
             - secretRef:
                 name: sonarr-secret
             image:
               repository: ghcr.io/onedr0p/sonarr-develop
-              tag: 4.0.9.2386@sha256:b70ad0004892e4f5fe24e79840e010dbe4eed11aef99a084521600bdc69e216d
+              tag: 4.0.9.2457@sha256:d981084e9534a6f4a089926625ba4679089dbced7693460df7d83233177c1f92
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@ergho-bot
Copy link
Contributor Author

ergho-bot bot commented Sep 21, 2024

--- HelmRelease: media/sonarr Deployment: media/sonarr

+++ HelmRelease: media/sonarr Deployment: media/sonarr

@@ -74,13 +74,13 @@

           value: develop
         - name: TZ
           value: ${CLUSTER_TZ}
         envFrom:
         - secretRef:
             name: sonarr-secret
-        image: ghcr.io/onedr0p/sonarr-develop:4.0.9.2386@sha256:b70ad0004892e4f5fe24e79840e010dbe4eed11aef99a084521600bdc69e216d
+        image: ghcr.io/onedr0p/sonarr-develop:4.0.9.2457@sha256:d981084e9534a6f4a089926625ba4679089dbced7693460df7d83233177c1f92
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 8080
           initialDelaySeconds: 0
--- HelmRelease: media/sonarr-uhd Deployment: media/sonarr-uhd

+++ HelmRelease: media/sonarr-uhd Deployment: media/sonarr-uhd

@@ -74,13 +74,13 @@

           value: develop
         - name: TZ
           value: ${CLUSTER_TZ}
         envFrom:
         - secretRef:
             name: sonarr-uhd-secret
-        image: ghcr.io/onedr0p/sonarr-develop:4.0.9.2386@sha256:b70ad0004892e4f5fe24e79840e010dbe4eed11aef99a084521600bdc69e216d
+        image: ghcr.io/onedr0p/sonarr-develop:4.0.9.2457@sha256:d981084e9534a6f4a089926625ba4679089dbced7693460df7d83233177c1f92
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 8080
           initialDelaySeconds: 0

@ergho-bot ergho-bot bot removed the area/cluster label Sep 22, 2024
@ergho-bot ergho-bot bot force-pushed the renovate/ghcr.io-onedr0p-sonarr-develop-4.x branch from f1d03b1 to 58d821b Compare September 28, 2024 02:24
@ergho-bot ergho-bot bot changed the title fix(container): update ghcr.io/onedr0p/sonarr-develop ( 4.0.9.2386 → 4.0.9.2421 ) fix(container): update ghcr.io/onedr0p/sonarr-develop ( 4.0.9.2386 → 4.0.9.2457 ) Sep 28, 2024
@ergho ergho merged commit b38f1bd into main Oct 2, 2024
8 checks passed
@ergho ergho deleted the renovate/ghcr.io-onedr0p-sonarr-develop-4.x branch October 2, 2024 19:23
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