-
Notifications
You must be signed in to change notification settings - Fork 1
feat(container-image)!: update ghcr.io/home-operations/k8s-sidecar to v2.1.2 #501
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
Open
robottoms-up
wants to merge
1
commit into
master
Choose a base branch
from
renovate/ghcr.io-home-operations-k8s-sidecar-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat(container-image)!: update ghcr.io/home-operations/k8s-sidecar to v2.1.2 #501
robottoms-up
wants to merge
1
commit into
master
from
renovate/ghcr.io-home-operations-k8s-sidecar-2.x
Conversation
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
Contributor
Author
--- kubernetes/homelab/apps/observability/gatus/app Kustomization: observability/gatus HelmRelease: observability/gatus
+++ kubernetes/homelab/apps/observability/gatus/app Kustomization: observability/gatus HelmRelease: observability/gatus
@@ -78,13 +78,13 @@
METHOD: WATCH
NAMESPACE: ALL
RESOURCE: both
UNIQUE_FILENAMES: true
image:
repository: ghcr.io/home-operations/k8s-sidecar
- tag: 1.30.11@sha256:d8a53f834b0fe70030df75f3f956d1c5e56fbb067b09803708b2bc26e26cfc12
+ tag: 2.1.2@sha256:d9e169add4e71fd5931a24e11696853f3d804ebc2022cd81f038e7ef22f4d626
resources:
limits:
memory: 128Mi
requests:
cpu: 10m
restartPolicy: Always
--- kubernetes/homelab/apps/observability/loki/app Kustomization: observability/loki HelmRelease: observability/loki
+++ kubernetes/homelab/apps/observability/loki/app Kustomization: observability/loki HelmRelease: observability/loki
@@ -95,13 +95,13 @@
resultsCache:
enabled: false
sidecar:
enableUniqueFilenames: true
image:
repository: ghcr.io/home-operations/k8s-sidecar
- tag: 1.30.11@sha256:d8a53f834b0fe70030df75f3f956d1c5e56fbb067b09803708b2bc26e26cfc12
+ tag: 2.1.2@sha256:d9e169add4e71fd5931a24e11696853f3d804ebc2022cd81f038e7ef22f4d626
rules:
folder: /rules/fake
searchNamespace: ALL
singleBinary:
persistence:
enabled: true |
Contributor
Author
--- HelmRelease: observability/loki StatefulSet: observability/loki
+++ HelmRelease: observability/loki StatefulSet: observability/loki
@@ -87,13 +87,13 @@
- name: storage
mountPath: /var/loki
- name: sc-rules-volume
mountPath: /rules/fake
resources: {}
- name: loki-sc-rules
- image: ghcr.io/home-operations/k8s-sidecar:1.30.11@sha256:d8a53f834b0fe70030df75f3f956d1c5e56fbb067b09803708b2bc26e26cfc12
+ image: ghcr.io/home-operations/k8s-sidecar:2.1.2@sha256:d9e169add4e71fd5931a24e11696853f3d804ebc2022cd81f038e7ef22f4d626
imagePullPolicy: IfNotPresent
env:
- name: METHOD
value: WATCH
- name: LABEL
value: loki_rule
--- HelmRelease: observability/gatus Deployment: observability/gatus
+++ HelmRelease: observability/gatus Deployment: observability/gatus
@@ -50,13 +50,13 @@
- name: NAMESPACE
value: ALL
- name: RESOURCE
value: both
- name: UNIQUE_FILENAMES
value: 'true'
- image: ghcr.io/home-operations/k8s-sidecar:1.30.11@sha256:d8a53f834b0fe70030df75f3f956d1c5e56fbb067b09803708b2bc26e26cfc12
+ image: ghcr.io/home-operations/k8s-sidecar:2.1.2@sha256:d9e169add4e71fd5931a24e11696853f3d804ebc2022cd81f038e7ef22f4d626
name: init-config
resources:
limits:
memory: 128Mi
requests:
cpu: 10m |
24264cc to
d009025
Compare
d009025 to
db462b8
Compare
db462b8 to
14e8f4f
Compare
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:
1.30.11->2.1.2Release Notes
kiwigrid/k8s-sidecar (ghcr.io/home-operations/k8s-sidecar)
v2.1.2Compare Source
📦 Dependencies
v2.1.1Compare Source
📦 Dependencies
v2.1.0Compare Source
🚀 Features
📦 Dependencies
v2.0.3Compare Source
Build
ppc64le(#445)s390x(#444)Enhancements
Add health endpoint with readiness and liveness probes (#416)
New /healthz Endpoint: A new HTTP endpoint is available on port 8080 (configurable via the HEALTH_PORT environment variable)
Readiness Probe:
Liveness Probe:
Reduced Log Noise: Access logs for frequent /healthz requests are automatically filtered out to keep application logs clean and focused
Fail-Fast on Process Death: The main process now exits immediately if a critical watcher subprocess dies, ensuring a prompt restart by Kubernetes
Testing
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 these updates again.
This PR has been generated by Renovate Bot.