volschin / home-ops

Repository for my home infrastructure and Kubernetes cluster which adheres to Infrastructure as Code (IaC) and GitOps practices where possible
https://k8s.olschi.de/
MIT License
2 stars 0 forks source link

fix(container): update image ghcr.io/volschin/sonarr-develop ( 4.0.9.2257 → 4.0.9.2278 ) #699

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

Mend Renovate

This PR contains the following updates:

Package Update Change OpenSSF
ghcr.io/volschin/sonarr-develop (source) patch 4.0.9.2257 -> 4.0.9.2278 OpenSSF Scorecard

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Sonarr/Sonarr (ghcr.io/volschin/sonarr-develop) ### [`v4.0.9.2278`](https://togithub.com/Sonarr/Sonarr/releases/tag/v4.0.9.2278): 4.0.9.2278 [Compare Source](https://togithub.com/Sonarr/Sonarr/compare/v4.0.9.2257...v4.0.9.2278) #### What's Changed ##### Changes - Convert episode and season search modals to TypeScript by [@​mynameisbogdan](https://togithub.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7123](https://togithub.com/Sonarr/Sonarr/pull/7123) - Fixed: Queue header by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7143](https://togithub.com/Sonarr/Sonarr/pull/7143) - Refactoring: Icon button component Typescript by [@​Treycos](https://togithub.com/Treycos) in [https://github.com/Sonarr/Sonarr/pull/7144](https://togithub.com/Sonarr/Sonarr/pull/7144) - Refactoring: TableRowCell Typescript integration by [@​Treycos](https://togithub.com/Treycos) in [https://github.com/Sonarr/Sonarr/pull/7145](https://togithub.com/Sonarr/Sonarr/pull/7145) - Refactoring: Typescript SpinnerIcon component by [@​Treycos](https://togithub.com/Treycos) in [https://github.com/Sonarr/Sonarr/pull/7146](https://togithub.com/Sonarr/Sonarr/pull/7146) - Don't persist value for SslCertHash when checking for existence by [@​mynameisbogdan](https://togithub.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7148](https://togithub.com/Sonarr/Sonarr/pull/7148) **Full Changelog**: https://github.com/Sonarr/Sonarr/compare/v4.0.9.2257...v4.0.9.2278

Configuration

📅 Schedule: Branch creation - "after 8am every weekday,before 7pm every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 2 weeks ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

github-actions[bot] commented 2 weeks ago
--- kubernetes/apps/kube-tools/portainer/app Kustomization: flux-system/portainer HelmRelease: kube-tools/portainer

+++ kubernetes/apps/kube-tools/portainer/app Kustomization: flux-system/portainer HelmRelease: kube-tools/portainer

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

     spec:
       chart: portainer
       sourceRef:
         kind: HelmRepository
         name: portainer
         namespace: flux-system
-      version: 1.0.52
+      version: 1.0.51
   dependsOn:
   - name: longhorn
     namespace: storage
   interval: 6h
   values:
     ingress:
github-actions[bot] commented 2 weeks ago
--- HelmRelease: kube-tools/portainer Deployment: kube-tools/portainer

+++ HelmRelease: kube-tools/portainer Deployment: kube-tools/portainer

@@ -28,13 +28,13 @@

       volumes:
       - name: data
         persistentVolumeClaim:
           claimName: portainer
       containers:
       - name: portainer
-        image: portainer/portainer-ce:2.21.0
+        image: portainer/portainer-ce:2.19.5
         imagePullPolicy: Always
         args:
         - --tunnel-port=30776
         volumeMounts:
         - name: data
           mountPath: /data