Skip to content

Commit

Permalink
fix(container): update alpine ( 3.21.0 → 3.21.1 )
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent d2f2496 commit 9b1db90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ controllers:
uninstall:
image:
repository: alpine
tag: 3.21.0
tag: 3.21.1
command:
- /bin/sh
- -c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
kubernetes.io/hostname: neotc2bm-m2
initContainers:
- name: fixroutes
image: alpine:3.21.0
image: alpine:3.21.1
imagePullPolicy: IfNotPresent
env:
- name: DEV
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/router/apps/kube-system/multus/config/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
kubernetes.io/hostname: neotc2bm-m2
initContainers:
- name: fixroutes
image: alpine:3.21.0
image: alpine:3.21.1
imagePullPolicy: IfNotPresent
env:
- name: DEV
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
kubernetes.io/hostname: neotc2bm-m2
initContainers:
- name: fixroutes
image: alpine:3.21.0
image: alpine:3.21.1
imagePullPolicy: IfNotPresent
env:
- name: DEV
Expand Down

0 comments on commit 9b1db90

Please sign in to comment.