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

feat(container): update ghcr.io/kiwigrid/k8s-sidecar ( 1.28.4 → 1.29.0 ) #3490

Merged
merged 3 commits into from
Jan 10, 2025

Conversation

smurf-bot[bot]
Copy link
Contributor

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

This PR contains the following updates:

Package Update Change
ghcr.io/kiwigrid/k8s-sidecar minor 1.28.4 -> 1.29.0

Release Notes

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

v1.29.0

Compare Source

🚀 Features
  • feat: add ability to fetch only specific resources by name

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.

| datasource | package                      | from   | to     |
| ---------- | ---------------------------- | ------ | ------ |
| docker     | ghcr.io/kiwigrid/k8s-sidecar | 1.28.4 | 1.29.0 |
@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Jan 10, 2025

--- kubernetes/main/apps/observability/exporters/nut-exporter/app Kustomization: flux-system/nut-exporter HelmRelease: observability/nut-exporter

+++ kubernetes/main/apps/observability/exporters/nut-exporter/app Kustomization: flux-system/nut-exporter HelmRelease: observability/nut-exporter

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

             args:
             - --nut.vars_enable="battery.charge,battery.charge,battery.runtime,battery.voltage,battery.voltage.nominal,input.voltage,input.voltage.nominal,output.voltage,output.voltage.nominal,ups.realpower,ups.load,ups.status,ups.status"
             env:
               TZ: America/Edmonton
             image:
               repository: ghcr.io/druggeri/nut_exporter
-              tag: 3.1.3
+              tag: 3.1.1
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:
--- kubernetes/main/apps/observability/gatus/app Kustomization: flux-system/gatus HelmRelease: observability/gatus

+++ kubernetes/main/apps/observability/gatus/app Kustomization: flux-system/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.28.4@sha256:20caf4e241e1f9f9231527db5e75b735aa7b0da7bee3d262cbe369bb9b33469f
+              tag: 1.29.0@sha256:38907bdecffcc545e838723049cbfe0bc4c10f905b4eedf946be369328249871
             resources:
               limits:
                 memory: 256Mi
               requests:
                 cpu: 10m
             restartPolicy: Always

@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Jan 10, 2025

--- HelmRelease: observability/nut-exporter Deployment: observability/nut-exporter

+++ HelmRelease: observability/nut-exporter Deployment: observability/nut-exporter

@@ -38,13 +38,13 @@

       containers:
       - args:
         - --nut.vars_enable="battery.charge,battery.charge,battery.runtime,battery.voltage,battery.voltage.nominal,input.voltage,input.voltage.nominal,output.voltage,output.voltage.nominal,ups.realpower,ups.load,ups.status,ups.status"
         env:
         - name: TZ
           value: America/Edmonton
-        image: ghcr.io/druggeri/nut_exporter:3.1.3
+        image: ghcr.io/druggeri/nut_exporter:3.1.1
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 9199
--- HelmRelease: observability/gatus Deployment: observability/gatus

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

@@ -61,13 +61,13 @@

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

@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Jan 10, 2025

--- HelmRelease: observability/nut-exporter Deployment: observability/nut-exporter

+++ HelmRelease: observability/nut-exporter Deployment: observability/nut-exporter

@@ -38,13 +38,13 @@

       containers:
       - args:
         - --nut.vars_enable="battery.charge,battery.charge,battery.runtime,battery.voltage,battery.voltage.nominal,input.voltage,input.voltage.nominal,output.voltage,output.voltage.nominal,ups.realpower,ups.load,ups.status,ups.status"
         env:
         - name: TZ
           value: America/Edmonton
-        image: ghcr.io/druggeri/nut_exporter:3.1.3
+        image: ghcr.io/druggeri/nut_exporter:3.1.1
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 9199
--- HelmRelease: observability/gatus Deployment: observability/gatus

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

@@ -61,13 +61,13 @@

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

@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Jan 10, 2025

--- kubernetes/main/apps/observability/exporters/nut-exporter/app Kustomization: flux-system/nut-exporter HelmRelease: observability/nut-exporter

+++ kubernetes/main/apps/observability/exporters/nut-exporter/app Kustomization: flux-system/nut-exporter HelmRelease: observability/nut-exporter

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

             args:
             - --nut.vars_enable="battery.charge,battery.charge,battery.runtime,battery.voltage,battery.voltage.nominal,input.voltage,input.voltage.nominal,output.voltage,output.voltage.nominal,ups.realpower,ups.load,ups.status,ups.status"
             env:
               TZ: America/Edmonton
             image:
               repository: ghcr.io/druggeri/nut_exporter
-              tag: 3.1.3
+              tag: 3.1.1
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:
--- kubernetes/main/apps/observability/gatus/app Kustomization: flux-system/gatus HelmRelease: observability/gatus

+++ kubernetes/main/apps/observability/gatus/app Kustomization: flux-system/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.28.4@sha256:20caf4e241e1f9f9231527db5e75b735aa7b0da7bee3d262cbe369bb9b33469f
+              tag: 1.29.0@sha256:38907bdecffcc545e838723049cbfe0bc4c10f905b4eedf946be369328249871
             resources:
               limits:
                 memory: 256Mi
               requests:
                 cpu: 10m
             restartPolicy: Always

@joryirving joryirving merged commit aa71f8d into main Jan 10, 2025
17 checks passed
@joryirving joryirving deleted the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch January 10, 2025 16:08
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