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 docker.io/library/alpine ( 3.20 β†’ 3.21 ) #7635

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

lab-assistant[bot]
Copy link
Contributor

@lab-assistant lab-assistant bot commented Dec 10, 2024

This PR contains the following updates:

Package Update Change
docker.io/library/alpine minor 3.20 -> 3.21

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     | docker.io/library/alpine | 3.20 | 3.21 |
@lab-assistant lab-assistant bot added renovate/container type/minor Issue relates to a minor version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Dec 10, 2024
@bjw-s bjw-s enabled auto-merge (squash) December 10, 2024 07:51
@lab-assistant
Copy link
Contributor Author

lab-assistant bot commented Dec 10, 2024

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

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

@@ -30,13 +30,13 @@

               nsenter --mount=/host/proc/$(pidof /usr/local/bin/kubelet)/ns/mnt --net=/host/proc/$(pidof /usr/local/bin/kubelet)/ns/net -- sh -c "fstrim -v --quiet-unsupported -I /tmp/fs.txt"
             command:
             - /bin/sh
             - -c
             image:
               repository: docker.io/library/alpine
-              tag: '3.20'
+              tag: '3.21'
             probes:
               liveness:
                 enabled: false
               readiness:
                 enabled: false
               startup:

@lab-assistant
Copy link
Contributor Author

lab-assistant bot commented Dec 10, 2024

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

+++ HelmRelease: system/fstrim CronJob: system/fstrim

@@ -46,13 +46,13 @@

             - |
               nsenter --mount=/host/proc/$(pidof /usr/local/bin/kubelet)/ns/mnt --net=/host/proc/$(pidof /usr/local/bin/kubelet)/ns/net -- sh -c "cat /proc/self/mountinfo | grep -v kubelet | grep -v tmpfs | grep -v overlay > /tmp/fs.txt"
               nsenter --mount=/host/proc/$(pidof /usr/local/bin/kubelet)/ns/mnt --net=/host/proc/$(pidof /usr/local/bin/kubelet)/ns/net -- sh -c "fstrim -v --quiet-unsupported -I /tmp/fs.txt"
             command:
             - /bin/sh
             - -c
-            image: docker.io/library/alpine:3.20
+            image: docker.io/library/alpine:3.21
             name: app
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 25m

@bjw-s bjw-s merged commit 0b10e20 into main Dec 10, 2024
14 checks passed
@bjw-s bjw-s deleted the renovate/main-docker.io-library-alpine-3.x branch December 10, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster renovate/container type/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant