Open renovate[bot] opened 3 months ago
--- HelmRelease: observability/kromgo Deployment: observability/kromgo
+++ HelmRelease: observability/kromgo Deployment: observability/kromgo
@@ -48,13 +48,13 @@
containers:
- env:
- name: PORT
value: '80'
- name: PROMETHEUS_URL
value: http://kube-prometheus-stack-prometheus.observability.svc.cluster.local:9090
- image: ghcr.io/kashalls/kromgo:0.3.1@sha256:5ba40b2fda00ab7adb039c0be955161b84febfe9e9e7816d5f1f87d9ab41f173
+ image: ghcr.io/kashalls/kromgo:v0.4.2@sha256:89eab1c6604d8ef79fb0e7340620d6559ef296cc469c4eabf22598bbaf93ff42
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket:
port: 80
--- kubernetes/apps/observability/kromgo/app Kustomization: flux-system/kromgo HelmRelease: observability/kromgo
+++ kubernetes/apps/observability/kromgo/app Kustomization: flux-system/kromgo HelmRelease: observability/kromgo
@@ -37,13 +37,13 @@
main:
env:
PORT: 80
PROMETHEUS_URL: http://kube-prometheus-stack-prometheus.observability.svc.cluster.local:9090
image:
repository: ghcr.io/kashalls/kromgo
- tag: 0.3.1@sha256:5ba40b2fda00ab7adb039c0be955161b84febfe9e9e7816d5f1f87d9ab41f173
+ tag: v0.4.2@sha256:89eab1c6604d8ef79fb0e7340620d6559ef296cc469c4eabf22598bbaf93ff42
resources:
limits:
memory: 64M
requests:
cpu: 5m
securityContext:
This PR contains the following updates:
0.3.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 ### [`v0.4.1`](https://redirect.github.com/kashalls/kromgo/releases/tag/v0.4.1) [Compare Source](https://redirect.github.com/kashalls/kromgo/compare/v0.4.0...v0.4.1) #### What's Changed - Adds `?format=badge&style=Configuration
📅 Schedule: Branch creation - "on saturday" in timezone Asia/Kuala_Lumpur, 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 was generated by Mend Renovate. View the repository job log.