Skip to content

Commit 53f8ca2

Browse files
k8s-infra-ci-robotci-robot
authored andcommitted
Bumping boskos and ghproxy and prow
Multiple distinct gcr.io/k8s-staging-boskos/ changes: Commits | Dates | Images --- | --- | --- kubernetes-sigs/boskos@e3340a3...c2c6f43 | 2025‑12‑18 → 2026‑01‑07 | aws-janitor-boskos, boskos, ibmcloud-janitor-boskos, janitor, reaper Multiple distinct us-docker.pkg.dev/k8s-infra-prow/images/ghproxy changes: Commits | Dates | Images --- | --- | --- kubernetes-sigs/prow@f0341d7...1a02de8 | 2025‑12‑23 → 2026‑01‑08 | images/ghproxy Multiple distinct us-docker.pkg.dev/k8s-infra-prow/images/ changes: Commits | Dates | Images --- | --- | --- kubernetes-sigs/prow@f0341d7...1a02de8 | 2025‑12‑23 → 2026‑01‑08 | images/cherrypicker, images/crier, images/deck, images/ghproxy, images/hook, images/horologium, images/needs-rebase, images/pipeline, images/prow-controller-manager, images/sinker, images/status-reconciler, images/tide
1 parent 9cd7423 commit 53f8ca2

25 files changed

Lines changed: 25 additions & 25 deletions

kubernetes/eks-prow-build/prow/boskos-janitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
serviceAccountName: aws-boskos-janitor
3232
containers:
3333
- name: aws-boskos-janitor
34-
image: gcr.io/k8s-staging-boskos/aws-janitor-boskos:v20251218-e3340a3
34+
image: gcr.io/k8s-staging-boskos/aws-janitor-boskos:v20260107-c2c6f43
3535
args:
3636
- --boskos-url=http://boskos.test-pods.svc.cluster.local.
3737
- --resource-type=aws-account

kubernetes/eks-prow-build/prow/boskos-reaper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
terminationGracePeriodSeconds: 30
3131
containers:
3232
- name: boskos-reaper
33-
image: gcr.io/k8s-staging-boskos/reaper:v20251218-e3340a3
33+
image: gcr.io/k8s-staging-boskos/reaper:v20260107-c2c6f43
3434
args:
3535
- --boskos-url=http://boskos.test-pods.svc.cluster.local.
3636
- --resource-type=aws-account

kubernetes/eks-prow-build/prow/boskos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
terminationGracePeriodSeconds: 30
4141
containers:
4242
- name: boskos
43-
image: gcr.io/k8s-staging-boskos/boskos:v20251218-e3340a3
43+
image: gcr.io/k8s-staging-boskos/boskos:v20260107-c2c6f43
4444
args:
4545
- --config=/etc/config/config
4646
- --namespace=test-pods

kubernetes/gke-prow-build-trusted/prow/ghproxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: ghproxy
19-
image: us-docker.pkg.dev/k8s-infra-prow/images/ghproxy:v20251223-f0341d7b5
19+
image: us-docker.pkg.dev/k8s-infra-prow/images/ghproxy:v20260108-1a02de84b
2020
args:
2121
- --cache-dir=/cache
2222
- --cache-sizeGB=99

kubernetes/gke-prow-build/prow/boskos-janitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccountName: boskos-janitor
1919
containers:
2020
- name: boskos-janitor
21-
image: gcr.io/k8s-staging-boskos/janitor:v20251218-e3340a3
21+
image: gcr.io/k8s-staging-boskos/janitor:v20260107-c2c6f43
2222
args:
2323
- --boskos-url=http://boskos.test-pods.svc.cluster.local.
2424
- --resource-type=gce-project,gpu-project,scalability-project,scalability-scale-project

kubernetes/gke-prow-build/prow/boskos-reaper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
terminationGracePeriodSeconds: 30
1818
containers:
1919
- name: boskos-reaper
20-
image: gcr.io/k8s-staging-boskos/reaper:v20251218-e3340a3
20+
image: gcr.io/k8s-staging-boskos/reaper:v20260107-c2c6f43
2121
args:
2222
- --boskos-url=http://boskos.test-pods.svc.cluster.local.
2323
- --resource-type=gce-project,gpu-project,scalability-project,scalability-scale-project,gcve-vsphere-project

kubernetes/gke-prow-build/prow/boskos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
terminationGracePeriodSeconds: 30
6060
containers:
6161
- name: boskos
62-
image: gcr.io/k8s-staging-boskos/boskos:v20251218-e3340a3
62+
image: gcr.io/k8s-staging-boskos/boskos:v20260107-c2c6f43
6363
args:
6464
- --config=/etc/config/config
6565
- --namespace=test-pods

kubernetes/gke-prow/prow/cherrypicker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
terminationGracePeriodSeconds: 180
3939
containers:
4040
- name: cherrypicker
41-
image: us-docker.pkg.dev/k8s-infra-prow/images/cherrypicker:v20251223-f0341d7b5
41+
image: us-docker.pkg.dev/k8s-infra-prow/images/cherrypicker:v20260108-1a02de84b
4242
imagePullPolicy: Always
4343
args:
4444
- --github-token-path=/etc/github/token

kubernetes/gke-prow/prow/crier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
terminationGracePeriodSeconds: 30
3434
containers:
3535
- name: crier
36-
image: us-docker.pkg.dev/k8s-infra-prow/images/crier:v20251223-f0341d7b5
36+
image: us-docker.pkg.dev/k8s-infra-prow/images/crier:v20260108-1a02de84b
3737
args:
3838
- --blob-storage-workers=1
3939
- --config-path=/etc/config/config.yaml

kubernetes/gke-prow/prow/deck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
terminationGracePeriodSeconds: 30
3939
containers:
4040
- name: deck
41-
image: us-docker.pkg.dev/k8s-infra-prow/images/deck:v20251223-f0341d7b5
41+
image: us-docker.pkg.dev/k8s-infra-prow/images/deck:v20260108-1a02de84b
4242
imagePullPolicy: Always
4343
ports:
4444
- name: http

0 commit comments

Comments
 (0)