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 #2226

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

layla-bot[bot]
Copy link
Contributor

@layla-bot layla-bot 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


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 Renovate Bot.

@layla-bot layla-bot bot requested a review from kashalls as a code owner April 2, 2024 21:58
@layla-bot layla-bot bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory cluster/main labels Apr 2, 2024
@layla-bot
Copy link
Contributor Author

layla-bot bot commented Apr 2, 2024

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

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

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

           main:
             env:
               PORT: 80
               PROMETHEUS_URL: http://thanos-query-frontend.observability.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: 64M
               requests:
                 cpu: 5m
                 memory: 10M

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Apr 2, 2024

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

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

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

       containers:
       - env:
         - name: PORT
           value: '80'
         - name: PROMETHEUS_URL
           value: http://thanos-query-frontend.observability.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
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 80

@kashalls kashalls merged commit fd9bed6 into main Apr 2, 2024
11 checks passed
@layla-bot layla-bot bot deleted the renovate/ghcr.io-kashalls-kromgo-0.x branch April 2, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant