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 ghcr.io/kiwigrid/k8s-sidecar ( 1.29.0 → 1.29.1 ) #3599

Merged
merged 2 commits into from
Jan 27, 2025

Conversation

smurf-bot[bot]
Copy link
Contributor

@smurf-bot smurf-bot bot commented Jan 27, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/kiwigrid/k8s-sidecar patch 1.29.0 -> 1.29.1

Release Notes

kiwigrid/k8s-sidecar (ghcr.io/kiwigrid/k8s-sidecar)

v1.29.1

Compare Source

📦 Dependencies
  • Bump logfmter from 0.0.8 to 0.0.9 in /src

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.


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

This PR has been generated by Renovate Bot.

@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Jan 27, 2025

--- kubernetes/utility/apps/observability/gatus/app Kustomization: observability/gatus HelmRelease: observability/gatus

+++ kubernetes/utility/apps/observability/gatus/app Kustomization: observability/gatus HelmRelease: observability/gatus

@@ -86,13 +86,13 @@

               METHOD: WATCH
               NAMESPACE: ALL
               RESOURCE: both
               UNIQUE_FILENAMES: true
             image:
               repository: ghcr.io/kiwigrid/k8s-sidecar
-              tag: 1.29.0@sha256:38907bdecffcc545e838723049cbfe0bc4c10f905b4eedf946be369328249871
+              tag: 1.29.1@sha256:42002d66ddb3ba46db5ae44b8511cfe07f292eab038e2dad68d9c23de972a29f
             resources:
               limits:
                 memory: 256Mi
               requests:
                 cpu: 10m
             restartPolicy: Always

@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Jan 27, 2025

--- HelmRelease: observability/gatus Deployment: observability/gatus

+++ HelmRelease: observability/gatus Deployment: observability/gatus

@@ -55,13 +55,13 @@

         - name: NAMESPACE
           value: ALL
         - name: RESOURCE
           value: both
         - name: UNIQUE_FILENAMES
           value: 'true'
-        image: ghcr.io/kiwigrid/k8s-sidecar:1.29.0@sha256:38907bdecffcc545e838723049cbfe0bc4c10f905b4eedf946be369328249871
+        image: ghcr.io/kiwigrid/k8s-sidecar:1.29.1@sha256:42002d66ddb3ba46db5ae44b8511cfe07f292eab038e2dad68d9c23de972a29f
         name: init-config
         resources:
           limits:
             memory: 256Mi
           requests:
             cpu: 10m

@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Jan 27, 2025

--- HelmRelease: observability/gatus Deployment: observability/gatus

+++ HelmRelease: observability/gatus Deployment: observability/gatus

@@ -56,13 +56,13 @@

         - name: NAMESPACE
           value: ALL
         - name: RESOURCE
           value: both
         - name: UNIQUE_FILENAMES
           value: 'true'
-        image: ghcr.io/kiwigrid/k8s-sidecar:1.29.0@sha256:38907bdecffcc545e838723049cbfe0bc4c10f905b4eedf946be369328249871
+        image: ghcr.io/kiwigrid/k8s-sidecar:1.29.1@sha256:42002d66ddb3ba46db5ae44b8511cfe07f292eab038e2dad68d9c23de972a29f
         name: init-config
         resources:
           limits:
             memory: 256Mi
           requests:
             cpu: 10m

@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Jan 27, 2025

--- kubernetes/main/apps/observability/gatus/app Kustomization: observability/gatus HelmRelease: observability/gatus

+++ kubernetes/main/apps/observability/gatus/app Kustomization: observability/gatus HelmRelease: observability/gatus

@@ -86,13 +86,13 @@

               METHOD: WATCH
               NAMESPACE: ALL
               RESOURCE: both
               UNIQUE_FILENAMES: true
             image:
               repository: ghcr.io/kiwigrid/k8s-sidecar
-              tag: 1.29.0@sha256:38907bdecffcc545e838723049cbfe0bc4c10f905b4eedf946be369328249871
+              tag: 1.29.1@sha256:42002d66ddb3ba46db5ae44b8511cfe07f292eab038e2dad68d9c23de972a29f
             resources:
               limits:
                 memory: 256Mi
               requests:
                 cpu: 10m
             restartPolicy: Always

@smurf-bot smurf-bot bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.29.x branch from 29b606a to 4b6f07f Compare January 27, 2025 13:07
| datasource | package                      | from   | to     |
| ---------- | ---------------------------- | ------ | ------ |
| docker     | ghcr.io/kiwigrid/k8s-sidecar | 1.29.0 | 1.29.1 |
@smurf-bot smurf-bot bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.29.x branch from 472bbce to 7fe029d Compare January 27, 2025 16:36
@joryirving joryirving merged commit f5f77ed into main Jan 27, 2025
19 checks passed
@joryirving joryirving deleted the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.29.x branch January 27, 2025 16:57
joryirving added a commit that referenced this pull request Jan 27, 2025
… ) (#3599)

| datasource | package                      | from   | to     |
| ---------- | ---------------------------- | ------ | ------ |
| docker     | ghcr.io/kiwigrid/k8s-sidecar | 1.29.0 | 1.29.1 |

Co-authored-by: smurf-bot[bot] <137516995+smurf-bot[bot]@users.noreply.github.com>
Co-authored-by: Jory Irving <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant