Skip to content

Commit 60816e6

Browse files
committed
chore: update image tag
1 parent e5b6ba4 commit 60816e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
package-name: 'pod-pruner'
125125
package-type: 'container'
126-
min-versions-to-keep: 10
126+
min-versions-to-keep: 20
127127
# ignore-versions: '^(0|[1-9]\\d*)\\.0\\.0$|^(latest|v\\d{4}\\.\\d{2})$'
128128

129129
k8s-test:

deployment/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
value: 'Error,ContainerStatusUnknown,Unknown,Completed'
3333
- name: RESOURCES
3434
value: 'PODS,JOBS'
35-
image: 'ghcr.io/saidsef/pod-pruner:v2024.12'
35+
image: 'ghcr.io/saidsef/pod-pruner:v2025.01'
3636
imagePullPolicy: Always
3737
name: pod-pruner
3838
resources:

0 commit comments

Comments
 (0)