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 image ghcr.io/kashalls/kromgo ( 0.3.0 → 0.3.1 ) #3351

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Apr 2, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/kashalls/kromgo patch 0.3.0 -> 0.3.1

Release Notes

kashalls/kromgo (ghcr.io/kashalls/kromgo)

v0.3.1

Compare Source

What's Changed

  • Added /-/ready endpoint.
  • Config option to use Prometheus Server URL and Kromgo Port from config instead of environment. Kromgo will use Environment Variables first over config options.
  • Override the value that is sent by adding valueOverride to the color range.
  • Config.Metric.MetricColors.Color is now optional.

Full Changelog: kashalls/kromgo@v0.3.0...v0.3.1

| datasource | package                 | from  | to    |
| ---------- | ----------------------- | ----- | ----- |
| docker     | ghcr.io/kashalls/kromgo | 0.3.0 | 0.3.1 |
@repo-jeeves repo-jeeves bot added renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Apr 2, 2024
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Apr 2, 2024

--- kubernetes/main/apps/media/prowlarr/app Kustomization: flux-system/media-prowlarr HelmRelease: media/prowlarr

+++ kubernetes/main/apps/media/prowlarr/app Kustomization: flux-system/media-prowlarr HelmRelease: media/prowlarr

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

               TZ: null
             envFrom:
             - secretRef:
                 name: prowlarr-secret
             image:
               repository: ghcr.io/onedr0p/prowlarr-nightly
-              tag: 1.16.0.4384@sha256:62e4e77bc9be2bb3f84502c40d700341ba09ed6d9f38fed89d6b2cfe7532f63a
+              tag: 1.16.0.4364@sha256:3ca2eae3f2ad0c727e57c21361485480f0b82fbd4efa0b73adf5ec363df9580f
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
--- kubernetes/main/apps/media/sonarr Kustomization: flux-system/media-sonarr HelmRelease: media/sonarr

+++ kubernetes/main/apps/media/sonarr Kustomization: flux-system/media-sonarr HelmRelease: media/sonarr

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

               TZ: null
             envFrom:
             - secretRef:
                 name: sonarr-secret
             image:
               repository: ghcr.io/onedr0p/sonarr
-              tag: 4.0.3.1413@sha256:04d8e198752b67df3f95c46144b507f437e7669f0088e7d2bbedf0e762606655
+              tag: 4.0.2.1183@sha256:42ba5af9b0ea20f4db4622991e0f1657be02c6e8747872c652fdac193c097b25
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   exec:
--- kubernetes/main/apps/monitoring/kromgo/app Kustomization: flux-system/monitoring-kromgo HelmRelease: monitoring/kromgo

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

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

           main:
             env:
               PORT: 80
               PROMETHEUS_URL: http://thanos-query-frontend.monitoring.svc.cluster.local:9090
             image:
               repository: ghcr.io/kashalls/kromgo
-              tag: 0.3.0@sha256:7fa9b72f306b0970a16667f97604b4f3ebac2bdd1de29132bf81d8e6072abaf2
+              tag: 0.3.1@sha256:5ba40b2fda00ab7adb039c0be955161b84febfe9e9e7816d5f1f87d9ab41f173
             resources:
               limits:
                 memory: 64Mi
               requests:
                 cpu: 10m
                 memory: 64Mi

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Apr 2, 2024

--- HelmRelease: monitoring/kromgo Deployment: monitoring/kromgo

+++ HelmRelease: monitoring/kromgo Deployment: monitoring/kromgo

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

       containers:
       - env:
         - name: PORT
           value: '80'
         - name: PROMETHEUS_URL
           value: http://thanos-query-frontend.monitoring.svc.cluster.local:9090
-        image: ghcr.io/kashalls/kromgo:0.3.0@sha256:7fa9b72f306b0970a16667f97604b4f3ebac2bdd1de29132bf81d8e6072abaf2
+        image: ghcr.io/kashalls/kromgo:0.3.1@sha256:5ba40b2fda00ab7adb039c0be955161b84febfe9e9e7816d5f1f87d9ab41f173
         name: main
         resources:
           limits:
             memory: 64Mi
           requests:
             cpu: 10m
--- HelmRelease: media/prowlarr Deployment: media/prowlarr

+++ HelmRelease: media/prowlarr Deployment: media/prowlarr

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

           value: dark
         - name: TZ
           value: null
         envFrom:
         - secretRef:
             name: prowlarr-secret
-        image: ghcr.io/onedr0p/prowlarr-nightly:1.16.0.4384@sha256:62e4e77bc9be2bb3f84502c40d700341ba09ed6d9f38fed89d6b2cfe7532f63a
+        image: ghcr.io/onedr0p/prowlarr-nightly:1.16.0.4364@sha256:3ca2eae3f2ad0c727e57c21361485480f0b82fbd4efa0b73adf5ec363df9580f
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 9696
           initialDelaySeconds: 0
--- HelmRelease: media/sonarr Deployment: media/sonarr

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

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

           value: dark
         - name: TZ
           value: null
         envFrom:
         - secretRef:
             name: sonarr-secret
-        image: ghcr.io/onedr0p/sonarr:4.0.3.1413@sha256:04d8e198752b67df3f95c46144b507f437e7669f0088e7d2bbedf0e762606655
+        image: ghcr.io/onedr0p/sonarr:4.0.2.1183@sha256:42ba5af9b0ea20f4db4622991e0f1657be02c6e8747872c652fdac193c097b25
         livenessProbe:
           exec:
             command:
             - /usr/bin/env
             - bash
             - -c

@szinn szinn merged commit ae41ba8 into main Apr 2, 2024
11 checks passed
@szinn szinn deleted the renovate/main-ghcr.io-kashalls-kromgo-0.x branch April 2, 2024 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/container Issue relates to a Renovate container update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant