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 image ghcr.io/onedr0p/kubanetics to v2024.4.1 #2300

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

layla-bot[bot]
Copy link
Contributor

@layla-bot layla-bot bot commented Apr 16, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/kubanetics minor 2024.3.6 -> 2024.4.1

Release Notes

onedr0p/kubanetics (ghcr.io/onedr0p/kubanetics)

v2024.4.1

Compare Source

What's Changed

Full Changelog: onedr0p/kubanetics@2024.4.0...2024.4.1

v2024.4.0

Compare Source

What's Changed

Full Changelog: onedr0p/kubanetics@2024.3.6...2024.4.0


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.

@layla-bot layla-bot bot requested a review from kashalls as a code owner April 16, 2024 23:04
@layla-bot layla-bot bot added renovate/container type/minor area/kubernetes Changes made in the kubernetes directory cluster/main labels Apr 16, 2024
@layla-bot
Copy link
Contributor Author

layla-bot bot commented Apr 16, 2024

--- kubernetes/main/apps/observability/alertmanager-silencer/app Kustomization: flux-system/alertmanager-silencer HelmRelease: observability/alertmanager-silencer

+++ kubernetes/main/apps/observability/alertmanager-silencer/app Kustomization: flux-system/alertmanager-silencer HelmRelease: observability/alertmanager-silencer

@@ -42,13 +42,13 @@

               MATCHERS_3: alertname=CephNodeNetworkPacketDrops
               MATCHERS_4: alertname=CephNodeDiskspaceWarning device=/dev/sda6
               MATCHERS_5: alertname=CephNodeDiskspaceWarning mountpoint=/etc/nfsmount.conf
               SCRIPT_NAME: alertmanager-silencer.sh
             image:
               repository: ghcr.io/onedr0p/kubanetics
-              tag: 2024.3.6@sha256:6556e8c4b0b732bd4eec99d8b1c44caafb0f2f653d827667f2684c24ec4af244
+              tag: 2024.4.1@sha256:28addcaf03a83863d58e45ed98fc5339a24fec65900907beee38fe7fe8117bfe
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 25m
             securityContext:
--- kubernetes/main/apps/kube-system/fstrim/app Kustomization: flux-system/fstrim HelmRelease: kube-system/fstrim

+++ kubernetes/main/apps/kube-system/fstrim/app Kustomization: flux-system/fstrim HelmRelease: kube-system/fstrim

@@ -32,13 +32,13 @@

         containers:
           app:
             env:
               SCRIPT_NAME: fstrim.sh
             image:
               repository: ghcr.io/onedr0p/kubanetics
-              tag: 2024.3.6@sha256:6556e8c4b0b732bd4eec99d8b1c44caafb0f2f653d827667f2684c24ec4af244
+              tag: 2024.4.1@sha256:28addcaf03a83863d58e45ed98fc5339a24fec65900907beee38fe7fe8117bfe
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 25m
             securityContext:

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Apr 16, 2024

--- HelmRelease: kube-system/fstrim CronJob: kube-system/fstrim

+++ HelmRelease: kube-system/fstrim CronJob: kube-system/fstrim

@@ -42,13 +42,13 @@

             topologyKey: kubernetes.io/hostname
             whenUnsatisfiable: DoNotSchedule
           containers:
           - env:
             - name: SCRIPT_NAME
               value: fstrim.sh
-            image: ghcr.io/onedr0p/kubanetics:2024.3.6@sha256:6556e8c4b0b732bd4eec99d8b1c44caafb0f2f653d827667f2684c24ec4af244
+            image: ghcr.io/onedr0p/kubanetics:2024.4.1@sha256:28addcaf03a83863d58e45ed98fc5339a24fec65900907beee38fe7fe8117bfe
             name: app
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 25m
--- HelmRelease: observability/alertmanager-silencer CronJob: observability/alertmanager-silencer

+++ HelmRelease: observability/alertmanager-silencer CronJob: observability/alertmanager-silencer

@@ -52,13 +52,13 @@

             - name: MATCHERS_4
               value: alertname=CephNodeDiskspaceWarning device=/dev/sda6
             - name: MATCHERS_5
               value: alertname=CephNodeDiskspaceWarning mountpoint=/etc/nfsmount.conf
             - name: SCRIPT_NAME
               value: alertmanager-silencer.sh
-            image: ghcr.io/onedr0p/kubanetics:2024.3.6@sha256:6556e8c4b0b732bd4eec99d8b1c44caafb0f2f653d827667f2684c24ec4af244
+            image: ghcr.io/onedr0p/kubanetics:2024.4.1@sha256:28addcaf03a83863d58e45ed98fc5339a24fec65900907beee38fe7fe8117bfe
             name: app
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 25m

@layla-bot layla-bot bot force-pushed the renovate/ghcr.io-onedr0p-kubanetics-2024.x branch from 9411a9a to a05310c Compare April 17, 2024 22:05
@layla-bot layla-bot bot changed the title feat(container): update image ghcr.io/onedr0p/kubanetics to v2024.4.0 feat(container): update image ghcr.io/onedr0p/kubanetics to v2024.4.1 Apr 17, 2024
@kashalls kashalls merged commit e74fea0 into main Apr 18, 2024
13 checks passed
@layla-bot layla-bot bot deleted the renovate/ghcr.io-onedr0p-kubanetics-2024.x branch April 18, 2024 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant