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

Merged
merged 1 commit into from
May 21, 2024

Conversation

layla-bot[bot]
Copy link
Contributor

@layla-bot layla-bot bot commented May 13, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/kubanetics patch 2024.5.0 -> 2024.5.3

Release Notes

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

v2024.5.3

Compare Source

What's Changed

Full Changelog: onedr0p/kubanetics@2024.5.2...2024.5.3

v2024.5.2

Compare Source

What's Changed

Full Changelog: onedr0p/kubanetics@2024.5.1...2024.5.2

v2024.5.1

Compare Source

What's Changed

Full Changelog: onedr0p/kubanetics@2024.5.0...2024.5.1


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 May 13, 2024 16:06
@layla-bot layla-bot bot added type/patch area/kubernetes Changes made in the kubernetes directory cluster/main labels May 13, 2024
@layla-bot
Copy link
Contributor Author

layla-bot bot commented May 13, 2024

--- 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.5.0@sha256:2787387cfec563b12b18c2708ac638deaaaa0daa5119b731d8a036e23a9ef43a
+              tag: 2024.5.3@sha256:502b08ec384c255b4e7a4650397ee2565aedd93eac8095b8e751451b23b099d0
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 25m
             securityContext:
--- 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.5.0@sha256:2787387cfec563b12b18c2708ac638deaaaa0daa5119b731d8a036e23a9ef43a
+              tag: 2024.5.3@sha256:502b08ec384c255b4e7a4650397ee2565aedd93eac8095b8e751451b23b099d0
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 25m
             securityContext:

@layla-bot
Copy link
Contributor Author

layla-bot bot commented May 13, 2024

--- 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.5.0@sha256:2787387cfec563b12b18c2708ac638deaaaa0daa5119b731d8a036e23a9ef43a
+            image: ghcr.io/onedr0p/kubanetics:2024.5.3@sha256:502b08ec384c255b4e7a4650397ee2565aedd93eac8095b8e751451b23b099d0
             name: app
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 25m
--- 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.5.0@sha256:2787387cfec563b12b18c2708ac638deaaaa0daa5119b731d8a036e23a9ef43a
+            image: ghcr.io/onedr0p/kubanetics:2024.5.3@sha256:502b08ec384c255b4e7a4650397ee2565aedd93eac8095b8e751451b23b099d0
             name: app
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 25m

@layla-bot layla-bot bot changed the title fix(container): update image ghcr.io/onedr0p/kubanetics to v2024.5.1 fix(container): update image ghcr.io/onedr0p/kubanetics to v2024.5.2 May 14, 2024
@layla-bot layla-bot bot force-pushed the renovate/ghcr.io-onedr0p-kubanetics-2024.x branch from cee71a2 to d59e217 Compare May 14, 2024 15:05
@layla-bot layla-bot bot changed the title fix(container): update image ghcr.io/onedr0p/kubanetics to v2024.5.2 fix(container): update image ghcr.io/onedr0p/kubanetics to v2024.5.3 May 17, 2024
@layla-bot layla-bot bot force-pushed the renovate/ghcr.io-onedr0p-kubanetics-2024.x branch 3 times, most recently from eba9595 to 65d44ad Compare May 21, 2024 06:25
@layla-bot layla-bot bot force-pushed the renovate/ghcr.io-onedr0p-kubanetics-2024.x branch from 65d44ad to 864e331 Compare May 21, 2024 17:29
@kashalls kashalls merged commit 2652387 into main May 21, 2024
13 checks passed
@layla-bot layla-bot bot deleted the renovate/ghcr.io-onedr0p-kubanetics-2024.x branch May 21, 2024 17:56
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/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant