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

feat(container): update ghcr.io/onedr0p/kubanetics to v2024.10.2 #8156

Closed bot-ross[bot] closed 1 week ago

bot-ross[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/kubanetics minor 2024.9.5 -> 2024.10.2
ghcr.io/onedr0p/kubanetics patch 2024.10.1 -> 2024.10.2

Release Notes

onedr0p/kubanetics (ghcr.io/onedr0p/kubanetics) ### [`v2024.10.2`](https://redirect.github.com/onedr0p/kubanetics/releases/tag/2024.10.2) [Compare Source](https://redirect.github.com/onedr0p/kubanetics/compare/2024.10.1...2024.10.2) **Full Changelog**: https://github.com/onedr0p/kubanetics/compare/2024.10.1...2024.10.2 ### [`v2024.10.1`](https://redirect.github.com/onedr0p/kubanetics/releases/tag/2024.10.1) [Compare Source](https://redirect.github.com/onedr0p/kubanetics/compare/2024.10.0...2024.10.1) #### What's Changed - feat: add bandwidth limiter by [@​onedr0p](https://redirect.github.com/onedr0p) in [https://github.com/onedr0p/kubanetics/pull/52](https://redirect.github.com/onedr0p/kubanetics/pull/52) **Full Changelog**: https://github.com/onedr0p/kubanetics/compare/2024.10.0...2024.10.1 ### [`v2024.10.0`](https://redirect.github.com/onedr0p/kubanetics/releases/tag/2024.10.0) [Compare Source](https://redirect.github.com/onedr0p/kubanetics/compare/2024.9.5...2024.10.0) #### What's Changed - feat: add python script support by [@​onedr0p](https://redirect.github.com/onedr0p) in [https://github.com/onedr0p/kubanetics/pull/51](https://redirect.github.com/onedr0p/kubanetics/pull/51) **Full Changelog**: https://github.com/onedr0p/kubanetics/compare/2024.9.5...2024.10.0

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 has been generated by Renovate Bot.

bot-ross[bot] commented 1 week ago
--- kubernetes/main/apps/kube-system/fstrim/app Kustomization: flux-system/fstrim HelmRelease: kube-system/fstrim

+++ kubernetes/main/apps/kube-system/fstrim/app Kustomization: flux-system/fstrim HelmRelease: kube-system/fstrim

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

           app:
             env:
               SCRIPT_NAME: fstrim.sh
               TZ: America/New_York
             image:
               repository: ghcr.io/onedr0p/kubanetics
-              tag: 2024.9.5@sha256:d7f977b4e8a7f85df03fb3d3b0d51e7021ba21d04fc6960865abb589f8bacf28
+              tag: 2024.10.2@sha256:62abb7a13d56798cc58433f01afd41a821abe8fd072a64dd4b0329f42d5d74c8
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 25m
             securityContext:
--- kubernetes/main/apps/default/limitarr/app Kustomization: flux-system/limitarr HelmRelease: default/limitarr

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

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

               SCRIPT_NAME: bandwidth-limiter.py
             envFrom:
             - secretRef:
                 name: limitarr-secret
             image:
               repository: ghcr.io/onedr0p/kubanetics
-              tag: 2024.10.1@sha256:ac1df568e6530f0317e42ea80c97b632b14fe34b84cf79d56f881c07361fd464
+              tag: 2024.10.2@sha256:62abb7a13d56798cc58433f01afd41a821abe8fd072a64dd4b0329f42d5d74c8
             resources:
               limits:
                 memory: 64Mi
               requests:
                 cpu: 10m
             securityContext:
bot-ross[bot] commented 1 week ago
--- HelmRelease: default/limitarr Deployment: default/limitarr

+++ HelmRelease: default/limitarr Deployment: default/limitarr

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

           value: http://sabnzbd.default.svc.cluster.local
         - name: SCRIPT_NAME
           value: bandwidth-limiter.py
         envFrom:
         - secretRef:
             name: limitarr-secret
-        image: ghcr.io/onedr0p/kubanetics:2024.10.1@sha256:ac1df568e6530f0317e42ea80c97b632b14fe34b84cf79d56f881c07361fd464
+        image: ghcr.io/onedr0p/kubanetics:2024.10.2@sha256:62abb7a13d56798cc58433f01afd41a821abe8fd072a64dd4b0329f42d5d74c8
         name: app
         resources:
           limits:
             memory: 64Mi
           requests:
             cpu: 10m
--- HelmRelease: kube-system/fstrim CronJob: kube-system/fstrim

+++ HelmRelease: kube-system/fstrim CronJob: kube-system/fstrim

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

           containers:
           - env:
             - name: SCRIPT_NAME
               value: fstrim.sh
             - name: TZ
               value: America/New_York
-            image: ghcr.io/onedr0p/kubanetics:2024.9.5@sha256:d7f977b4e8a7f85df03fb3d3b0d51e7021ba21d04fc6960865abb589f8bacf28
+            image: ghcr.io/onedr0p/kubanetics:2024.10.2@sha256:62abb7a13d56798cc58433f01afd41a821abe8fd072a64dd4b0329f42d5d74c8
             name: app
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 25m