fix(container): update image ghcr.io/home-operations/gatus-sidecar ( 0.3.0 → 0.3.1 )#5804
Merged
billimek merged 1 commit intoJun 15, 2026
Merged
Conversation
Contributor
--- Deployment monitoring/gatus
+++ Deployment monitoring/gatus
@@ -83,7 +83,7 @@
- args:
- --auto-httproute
- --enable-httproute
- image: ghcr.io/home-operations/gatus-sidecar:0.3.0@sha256:979619e3a04c8d42420a598523dac012a91cc3ffc2dec69e4ea545ce08405494
+ image: ghcr.io/home-operations/gatus-sidecar:0.3.1@sha256:6ebb396ea036f8329cf3340a90de37107c8408ea190da8f7051d6bfde432d7ae
name: gatus-sidecar
resources:
limits:
--- HelmRelease monitoring/gatus
+++ HelmRelease monitoring/gatus
@@ -155,7 +155,7 @@
- --enable-httproute
image:
repository: ghcr.io/home-operations/gatus-sidecar
- tag: 0.3.0@sha256:979619e3a04c8d42420a598523dac012a91cc3ffc2dec69e4ea545ce08405494
+ tag: 0.3.1@sha256:6ebb396ea036f8329cf3340a90de37107c8408ea190da8f7051d6bfde432d7ae
resources:
limits:
memory: 128Mi
|
There was a problem hiding this comment.
gatus-sidecar: v0.3.0 → v0.3.1
Verdict: Safe to merge
Summary of changes:
- Base image standardization from
scratchtogcr.io/distroless/static:nonroot(#92)- Adds CA certificates (beneficial for HTTPS operations)
- Adds nonroot user (security hardening)
- Static binary runs identically; no functional changes
- Pod securityContext remains at uid 1000 (confirmed safe; gatus container expects this UID)
- Chart improvements unrelated to the container binary
Impact on this deployment: None — the sidecar is deployed as an init container and inherits the pod's securityContext (uid 1000, gid 1000). No configuration changes required.
Sources consulted:
Claude Review Usage
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.0→0.3.1Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.