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 to v0.3.1 #562

Merged
merged 2 commits into from
Apr 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2024

Mend Renovate

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


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from martinohmann as a code owner April 2, 2024 22:58
@renovate renovate bot added the type/patch label Apr 2, 2024
@github-actions github-actions bot added the area/kubernetes Changes made in the kubernetes directory label Apr 2, 2024
Copy link

github-actions bot commented Apr 2, 2024

--- kubernetes/apps/default/kromgo/app Kustomization: flux-system/kromgo HelmRelease: default/kromgo

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

@@ -38,18 +38,36 @@

           app:
             env:
               PORT: 80
               PROMETHEUS_URL: http://kube-prometheus-stack-prometheus.monitoring.svc.cluster.local:9090
             image:
               repository: ghcr.io/kashalls/kromgo
-              tag: 0.3.0@sha256:7fa9b72f306b0970a16667f97604b4f3ebac2bdd1de29132bf81d8e6072abaf2
+              tag: 0.3.1@sha256:5ba40b2fda00ab7adb039c0be955161b84febfe9e9e7816d5f1f87d9ab41f173
             probes:
               liveness:
+                custom: true
                 enabled: true
+                spec:
+                  failureThreshold: 3
+                  httpGet:
+                    path: /-/ready
+                    port: 80
+                  initialDelaySeconds: 0
+                  periodSeconds: 10
+                  timeoutSeconds: 1
               readiness:
+                custom: true
                 enabled: true
+                spec:
+                  failureThreshold: 3
+                  httpGet:
+                    path: /-/ready
+                    port: 80
+                  initialDelaySeconds: 0
+                  periodSeconds: 10
+                  timeoutSeconds: 1
             resources:
               limits:
                 memory: 64M
               requests:
                 cpu: 5m
                 memory: 10M

Copy link

github-actions bot commented Apr 2, 2024

--- HelmRelease: default/kromgo Deployment: default/kromgo

+++ HelmRelease: default/kromgo Deployment: default/kromgo

@@ -48,27 +48,29 @@

       containers:
       - env:
         - name: PORT
           value: '80'
         - name: PROMETHEUS_URL
           value: http://kube-prometheus-stack-prometheus.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
         livenessProbe:
           failureThreshold: 3
+          httpGet:
+            path: /-/ready
+            port: 80
           initialDelaySeconds: 0
           periodSeconds: 10
-          tcpSocket:
-            port: 80
           timeoutSeconds: 1
         name: app
         readinessProbe:
           failureThreshold: 3
+          httpGet:
+            path: /-/ready
+            port: 80
           initialDelaySeconds: 0
           periodSeconds: 10
-          tcpSocket:
-            port: 80
           timeoutSeconds: 1
         resources:
           limits:
             memory: 64M
           requests:
             cpu: 5m

@martinohmann martinohmann force-pushed the renovate/ghcr.io-kashalls-kromgo-0.x branch from c9958e0 to 1318481 Compare April 3, 2024 09:57
@martinohmann martinohmann merged commit a7d0502 into main Apr 3, 2024
4 checks passed
@martinohmann martinohmann deleted the renovate/ghcr.io-kashalls-kromgo-0.x branch April 3, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant