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/kashalls/kromgo ( v0.4.1 → v0.4.2 ) #8151

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/kashalls/kromgo patch v0.4.1 -> v0.4.2

Release Notes

kashalls/kromgo (ghcr.io/kashalls/kromgo) ### [`v0.4.2`](https://redirect.github.com/kashalls/kromgo/releases/tag/v0.4.2) [Compare Source](https://redirect.github.com/kashalls/kromgo/compare/v0.4.1...v0.4.2) Kromgo now listens to `0.0.0.0` instead of `localhost` by default. #### What's Changed - fix(deps): update module github.com/go-chi/httprate to v0.14.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kashalls/kromgo/pull/70](https://redirect.github.com/kashalls/kromgo/pull/70) - fix(deps): update module github.com/prometheus/client_golang to v1.20.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kashalls/kromgo/pull/69](https://redirect.github.com/kashalls/kromgo/pull/69) - fix(deps): update module github.com/go-chi/httprate to v0.14.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kashalls/kromgo/pull/72](https://redirect.github.com/kashalls/kromgo/pull/72) - fix(deps): update module github.com/prometheus/common to v0.58.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kashalls/kromgo/pull/71](https://redirect.github.com/kashalls/kromgo/pull/71) - fix(deps): update module github.com/prometheus/common to v0.59.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kashalls/kromgo/pull/74](https://redirect.github.com/kashalls/kromgo/pull/74) - fix(deps): update module github.com/prometheus/client_golang to v1.20.3 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kashalls/kromgo/pull/73](https://redirect.github.com/kashalls/kromgo/pull/73) - chore(deps): update actions/checkout action to v4.2.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kashalls/kromgo/pull/77](https://redirect.github.com/kashalls/kromgo/pull/77) - fix(deps): update module github.com/prometheus/client_golang to v1.20.4 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kashalls/kromgo/pull/76](https://redirect.github.com/kashalls/kromgo/pull/76) - Change default hosts to listen to all by [@​kashalls](https://redirect.github.com/kashalls) in [https://github.com/kashalls/kromgo/pull/78](https://redirect.github.com/kashalls/kromgo/pull/78) **Full Changelog**: https://github.com/kashalls/kromgo/compare/v0.4.1...v0.4.2

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 1 week ago
--- kubernetes/main/apps/observability/kromgo/app Kustomization: flux-system/kromgo HelmRelease: observability/kromgo

+++ kubernetes/main/apps/observability/kromgo/app Kustomization: flux-system/kromgo HelmRelease: observability/kromgo

@@ -31,40 +31,38 @@

       kromgo:
         annotations:
           reloader.stakater.com/auto: 'true'
         containers:
           app:
             env:
-              HEALTH_HOST: 0.0.0.0
-              HEALTH_PORT: 8888
+              HEALTH_PORT: 8080
               PROMETHEUS_URL: http://prometheus-operated.observability.svc.cluster.local:9090
-              SERVER_HOST: 0.0.0.0
               SERVER_PORT: 80
             image:
               repository: ghcr.io/kashalls/kromgo
-              tag: v0.4.1@sha256:237e6ac3f3bc791343e1ee84122ce9b97abf7eed86cd522d8bf4cba10a041e9f
+              tag: v0.4.2@sha256:89eab1c6604d8ef79fb0e7340620d6559ef296cc469c4eabf22598bbaf93ff42
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
                   httpGet:
                     path: /readyz
-                    port: 8888
+                    port: 8080
                   initialDelaySeconds: 0
                   periodSeconds: 10
                   timeoutSeconds: 1
               readiness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
                   httpGet:
                     path: /readyz
-                    port: 8888
+                    port: 8080
                   initialDelaySeconds: 0
                   periodSeconds: 10
                   timeoutSeconds: 1
             resources:
               limits:
                 memory: 64Mi
@@ -106,11 +104,11 @@

         type: configMap
     service:
       app:
         controller: kromgo
         ports:
           health:
-            port: 8888
+            port: 8080
           http:
             port: 80
             primary: true

--- kubernetes/main/apps/default/qbittorrent/tools Kustomization: flux-system/qbittorrent-tools HelmRelease: default/qbtools

+++ kubernetes/main/apps/default/qbittorrent/tools Kustomization: flux-system/qbittorrent-tools HelmRelease: default/qbtools

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

                 valueFrom:
                   fieldRef:
                     fieldPath: metadata.namespace
               TZ: America/New_York
             image:
               repository: ghcr.io/buroa/qbtools
-              tag: v0.17.1@sha256:38bfa33fa264994ccff031fdcab5676d6752b33aa3c7526b7abf2d541547768c
+              tag: v0.17.0@sha256:2b3f49c9b8eea0561baa15ca950067d9560ed250f6f3111a3ca2eca26eeb4f2b
             resources:
               limits:
                 memory: 256M
               requests:
                 cpu: 25m
             securityContext:
@@ -88,13 +88,13 @@

                 valueFrom:
                   fieldRef:
                     fieldPath: metadata.namespace
               TZ: America/New_York
             image:
               repository: ghcr.io/buroa/qbtools
-              tag: v0.17.1@sha256:38bfa33fa264994ccff031fdcab5676d6752b33aa3c7526b7abf2d541547768c
+              tag: v0.17.0@sha256:2b3f49c9b8eea0561baa15ca950067d9560ed250f6f3111a3ca2eca26eeb4f2b
             resources:
               limits:
                 memory: 256M
               requests:
                 cpu: 25m
             securityContext:
@@ -125,13 +125,13 @@

                 valueFrom:
                   fieldRef:
                     fieldPath: metadata.namespace
               TZ: America/New_York
             image:
               repository: ghcr.io/buroa/qbtools
-              tag: v0.17.1@sha256:38bfa33fa264994ccff031fdcab5676d6752b33aa3c7526b7abf2d541547768c
+              tag: v0.17.0@sha256:2b3f49c9b8eea0561baa15ca950067d9560ed250f6f3111a3ca2eca26eeb4f2b
             resources:
               limits:
                 memory: 256M
               requests:
                 cpu: 25m
             securityContext:
@@ -160,13 +160,13 @@

                 valueFrom:
                   fieldRef:
                     fieldPath: metadata.namespace
               TZ: America/New_York
             image:
               repository: ghcr.io/buroa/qbtools
-              tag: v0.17.1@sha256:38bfa33fa264994ccff031fdcab5676d6752b33aa3c7526b7abf2d541547768c
+              tag: v0.17.0@sha256:2b3f49c9b8eea0561baa15ca950067d9560ed250f6f3111a3ca2eca26eeb4f2b
             resources:
               limits:
                 memory: 256M
               requests:
                 cpu: 25m
             securityContext:
@@ -201,13 +201,13 @@

                 valueFrom:
                   fieldRef:
                     fieldPath: metadata.namespace
               TZ: America/New_York
             image:
               repository: ghcr.io/buroa/qbtools
-              tag: v0.17.1@sha256:38bfa33fa264994ccff031fdcab5676d6752b33aa3c7526b7abf2d541547768c
+              tag: v0.17.0@sha256:2b3f49c9b8eea0561baa15ca950067d9560ed250f6f3111a3ca2eca26eeb4f2b
             resources:
               limits:
                 memory: 256M
               requests:
                 cpu: 25m
             securityContext:
bot-ross[bot] commented 1 week ago
--- HelmRelease: default/qbtools Deployment: default/qbtools-reannounce

+++ HelmRelease: default/qbtools Deployment: default/qbtools-reannounce

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

         - name: POD_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
         - name: TZ
           value: America/New_York
-        image: ghcr.io/buroa/qbtools:v0.17.1@sha256:38bfa33fa264994ccff031fdcab5676d6752b33aa3c7526b7abf2d541547768c
+        image: ghcr.io/buroa/qbtools:v0.17.0@sha256:2b3f49c9b8eea0561baa15ca950067d9560ed250f6f3111a3ca2eca26eeb4f2b
         name: app
         resources:
           limits:
             memory: 256M
           requests:
             cpu: 25m
--- HelmRelease: default/qbtools CronJob: default/qbtools-orphaned

+++ HelmRelease: default/qbtools CronJob: default/qbtools-orphaned

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

             - name: POD_NAMESPACE
               valueFrom:
                 fieldRef:
                   fieldPath: metadata.namespace
             - name: TZ
               value: America/New_York
-            image: ghcr.io/buroa/qbtools:v0.17.1@sha256:38bfa33fa264994ccff031fdcab5676d6752b33aa3c7526b7abf2d541547768c
+            image: ghcr.io/buroa/qbtools:v0.17.0@sha256:2b3f49c9b8eea0561baa15ca950067d9560ed250f6f3111a3ca2eca26eeb4f2b
             name: app
             resources:
               limits:
                 memory: 256M
               requests:
                 cpu: 25m
--- HelmRelease: default/qbtools CronJob: default/qbtools-tagging

+++ HelmRelease: default/qbtools CronJob: default/qbtools-tagging

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

             - name: POD_NAMESPACE
               valueFrom:
                 fieldRef:
                   fieldPath: metadata.namespace
             - name: TZ
               value: America/New_York
-            image: ghcr.io/buroa/qbtools:v0.17.1@sha256:38bfa33fa264994ccff031fdcab5676d6752b33aa3c7526b7abf2d541547768c
+            image: ghcr.io/buroa/qbtools:v0.17.0@sha256:2b3f49c9b8eea0561baa15ca950067d9560ed250f6f3111a3ca2eca26eeb4f2b
             name: tagging
             resources:
               limits:
                 memory: 256M
               requests:
                 cpu: 25m
@@ -98,13 +98,13 @@

             - name: POD_NAMESPACE
               valueFrom:
                 fieldRef:
                   fieldPath: metadata.namespace
             - name: TZ
               value: America/New_York
-            image: ghcr.io/buroa/qbtools:v0.17.1@sha256:38bfa33fa264994ccff031fdcab5676d6752b33aa3c7526b7abf2d541547768c
+            image: ghcr.io/buroa/qbtools:v0.17.0@sha256:2b3f49c9b8eea0561baa15ca950067d9560ed250f6f3111a3ca2eca26eeb4f2b
             name: expired
             resources:
               limits:
                 memory: 256M
               requests:
                 cpu: 25m
@@ -137,13 +137,13 @@

             - name: POD_NAMESPACE
               valueFrom:
                 fieldRef:
                   fieldPath: metadata.namespace
             - name: TZ
               value: America/New_York
-            image: ghcr.io/buroa/qbtools:v0.17.1@sha256:38bfa33fa264994ccff031fdcab5676d6752b33aa3c7526b7abf2d541547768c
+            image: ghcr.io/buroa/qbtools:v0.17.0@sha256:2b3f49c9b8eea0561baa15ca950067d9560ed250f6f3111a3ca2eca26eeb4f2b
             name: unregistered
             resources:
               limits:
                 memory: 256M
               requests:
                 cpu: 25m
--- HelmRelease: observability/kromgo Service: observability/kromgo

+++ HelmRelease: observability/kromgo Service: observability/kromgo

@@ -8,14 +8,14 @@

     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: kromgo
     app.kubernetes.io/service: kromgo
 spec:
   type: ClusterIP
   ports:
-  - port: 8888
-    targetPort: 8888
+  - port: 8080
+    targetPort: 8080
     protocol: TCP
     name: health
   - port: 80
     targetPort: 80
     protocol: TCP
     name: http
--- HelmRelease: observability/kromgo Deployment: observability/kromgo

+++ HelmRelease: observability/kromgo Deployment: observability/kromgo

@@ -39,37 +39,33 @@

       hostIPC: false
       hostNetwork: false
       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
       - env:
-        - name: HEALTH_HOST
-          value: 0.0.0.0
         - name: HEALTH_PORT
-          value: '8888'
+          value: '8080'
         - name: PROMETHEUS_URL
           value: http://prometheus-operated.observability.svc.cluster.local:9090
-        - name: SERVER_HOST
-          value: 0.0.0.0
         - name: SERVER_PORT
           value: '80'
-        image: ghcr.io/kashalls/kromgo:v0.4.1@sha256:237e6ac3f3bc791343e1ee84122ce9b97abf7eed86cd522d8bf4cba10a041e9f
+        image: ghcr.io/kashalls/kromgo:v0.4.2@sha256:89eab1c6604d8ef79fb0e7340620d6559ef296cc469c4eabf22598bbaf93ff42
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /readyz
-            port: 8888
+            port: 8080
           initialDelaySeconds: 0
           periodSeconds: 10
           timeoutSeconds: 1
         name: app
         readinessProbe:
           failureThreshold: 3
           httpGet:
             path: /readyz
-            port: 8888
+            port: 8080
           initialDelaySeconds: 0
           periodSeconds: 10
           timeoutSeconds: 1
         resources:
           limits:
             memory: 64Mi