haraldkoch / kochhaus-home

Experimental homelab configuration for running things on kubernetes
MIT License
114 stars 14 forks source link

fix(container): update ghcr.io/haraldkoch/openweathermap-exporter ( 0.2.16 → 0.2.17 ) [main] #5627

Closed doug-piranha-bot[bot] closed 1 day ago

doug-piranha-bot[bot] commented 2 days ago

This PR contains the following updates:

Package Update Change
ghcr.io/haraldkoch/openweathermap-exporter (source) patch 0.2.16 -> 0.2.17

Release Notes

haraldkoch/openweathermap-exporter (ghcr.io/haraldkoch/openweathermap-exporter) ### [`v0.2.17`](https://redirect.github.com/haraldkoch/openweathermap-exporter/releases/tag/v0.2.17) [Compare Source](https://redirect.github.com/haraldkoch/openweathermap-exporter/compare/v0.2.16...v0.2.17) ##### [0.2.17](https://redirect.github.com/haraldkoch/openweathermap-exporter/compare/v0.2.16...v0.2.17) (2024-10-15)

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.

doug-piranha-bot[bot] commented 2 days ago
--- kubernetes/main/apps/weather/openweathermap-exporter/app Kustomization: flux-system/openweathermap-exporter HelmRelease: weather/openweathermap-exporter

+++ kubernetes/main/apps/weather/openweathermap-exporter/app Kustomization: flux-system/openweathermap-exporter HelmRelease: weather/openweathermap-exporter

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

               OWM_API_KEY: ${OPENWEATHERMAP_API_KEY:=fnord}
               OWM_LOCATION: Toronto,CA
               SERVER_PORT: '2112'
               TZ: ${TIMEZONE:=Etc/UTC}
             image:
               repository: ghcr.io/haraldkoch/openweathermap-exporter
-              tag: 0.2.16@sha256:a0e24e56300244d021bedf6d0dfbb4ecf623f8b2ce472624c2d3e2141f1c040e
+              tag: 0.2.17@sha256:85b55de45c7da391f9f96d5f0cab74a9797a238930c8377195c2f9aefff70de2
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:
doug-piranha-bot[bot] commented 2 days ago
--- HelmRelease: weather/openweathermap-exporter Deployment: weather/openweathermap-exporter

+++ HelmRelease: weather/openweathermap-exporter Deployment: weather/openweathermap-exporter

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

         - name: OWM_LOCATION
           value: Toronto,CA
         - name: SERVER_PORT
           value: '2112'
         - name: TZ
           value: ${TIMEZONE:=Etc/UTC}
-        image: ghcr.io/haraldkoch/openweathermap-exporter:0.2.16@sha256:a0e24e56300244d021bedf6d0dfbb4ecf623f8b2ce472624c2d3e2141f1c040e
+        image: ghcr.io/haraldkoch/openweathermap-exporter:0.2.17@sha256:85b55de45c7da391f9f96d5f0cab74a9797a238930c8377195c2f9aefff70de2
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 2112