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 ) #1316

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

kireque-bot[bot]
Copy link
Contributor

@kireque-bot kireque-bot bot commented Dec 5, 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 |
@kireque-bot kireque-bot bot added renovate/container Issue relates to a Renovate container update 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 5, 2024
@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Dec 5, 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:
--- kubernetes/main/apps/network/multus/app Kustomization: flux-system/multus HelmRelease: network/multus

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

@@ -111,13 +111,13 @@

               rm -rf /host/opt/cni/bin/*multus*
             command:
             - /bin/sh
             - -c
             image:
               repository: docker.io/library/alpine
-              tag: '3.20'
+              tag: '3.21'
         pod:
           hostNetwork: true
         type: job
     persistence:
       cni:
         advancedMounts:

@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Dec 5, 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
--- HelmRelease: network/multus Job: network/multus-uninstall

+++ HelmRelease: network/multus Job: network/multus-uninstall

@@ -39,13 +39,13 @@

           set -x
           rm -rf /host/etc/cni/net.d/*multus*
           rm -rf /host/opt/cni/bin/*multus*
         command:
         - /bin/sh
         - -c
-        image: docker.io/library/alpine:3.20
+        image: docker.io/library/alpine:3.21
         name: uninstall
         volumeMounts:
         - mountPath: /host/etc/cni/net.d
           name: cni
         - mountPath: /host/opt/cni/bin
           name: cnibin

@kireque kireque merged commit b95c9fe into main Dec 6, 2024
19 checks passed
@kireque kireque deleted the renovate/main-docker.io-library-alpine-3.x branch December 6, 2024 08:27
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 Issue relates to a Renovate container update type/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant