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

Update k8s-prow images, test-infra images as needed #959

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion prow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ validate:
$(CONTAINER_RUNTIME) run --rm \
--volume "${PWD}:/workdir:ro,z" \
--entrypoint /ko-app/checkconfig \
us-docker.pkg.dev/k8s-infra-prow/images/checkconfig:v20241224-8e8a5cfe7 \
us-docker.pkg.dev/k8s-infra-prow/images/checkconfig:v20250224-355743344 \
--config-path /workdir/config/config.yaml \
--job-config-path /workdir/config/jobs \
--plugin-config /workdir/config/plugins.yaml \
Expand Down
8 changes: 4 additions & 4 deletions prow/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ plank:
path_strategy: explicit
s3_credentials_secret: s3-credentials
utility_images:
clonerefs: us-docker.pkg.dev/k8s-infra-prow/images/clonerefs:v20241224-8e8a5cfe7
entrypoint: us-docker.pkg.dev/k8s-infra-prow/images/entrypoint:v20241224-8e8a5cfe7
initupload: us-docker.pkg.dev/k8s-infra-prow/images/initupload:v20241224-8e8a5cfe7
sidecar: us-docker.pkg.dev/k8s-infra-prow/images/sidecar:v20241224-8e8a5cfe7
clonerefs: us-docker.pkg.dev/k8s-infra-prow/images/clonerefs:v20250224-355743344
entrypoint: us-docker.pkg.dev/k8s-infra-prow/images/entrypoint:v20250224-355743344
initupload: us-docker.pkg.dev/k8s-infra-prow/images/initupload:v20250224-355743344
sidecar: us-docker.pkg.dev/k8s-infra-prow/images/sidecar:v20250224-355743344
resources:
clonerefs:
requests:
Expand Down
2 changes: 1 addition & 1 deletion prow/config/jobs/metal3-io/project-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ presubmits:
decorate: true
spec:
containers:
- image: us-docker.pkg.dev/k8s-infra-prow/images/checkconfig:v20241224-8e8a5cfe7
- image: us-docker.pkg.dev/k8s-infra-prow/images/checkconfig:v20250224-355743344
command:
- checkconfig
args:
Expand Down
6 changes: 3 additions & 3 deletions prow/config/jobs/periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ periodics:
decorate: true
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/commenter:v20241229-5dc092c636
- image: gcr.io/k8s-staging-test-infra/commenter:v20250130-6e7c990ab3
command:
- commenter
args:
Expand Down Expand Up @@ -37,7 +37,7 @@ periodics:
decorate: true
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/commenter:v20241229-5dc092c636
- image: gcr.io/k8s-staging-test-infra/commenter:v20250130-6e7c990ab3
command:
- commenter
args:
Expand Down Expand Up @@ -71,7 +71,7 @@ periodics:
base_ref: main
spec:
containers:
- image: us-docker.pkg.dev/k8s-infra-prow/images/generic-autobumper:v20241224-8e8a5cfe7
- image: us-docker.pkg.dev/k8s-infra-prow/images/generic-autobumper:v20250224-355743344
command:
- generic-autobumper
args:
Expand Down
2 changes: 1 addition & 1 deletion prow/manifests/base/crier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: crier
image: us-docker.pkg.dev/k8s-infra-prow/images/crier:v20241224-8e8a5cfe7
image: us-docker.pkg.dev/k8s-infra-prow/images/crier:v20250224-355743344
args:
- --blob-storage-workers=10
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion prow/manifests/base/deck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck
image: us-docker.pkg.dev/k8s-infra-prow/images/deck:v20241224-8e8a5cfe7
image: us-docker.pkg.dev/k8s-infra-prow/images/deck:v20250224-355743344
args:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
Expand Down
2 changes: 1 addition & 1 deletion prow/manifests/base/ghproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
spec:
containers:
- name: ghproxy
image: us-docker.pkg.dev/k8s-infra-prow/images/ghproxy:v20241224-8e8a5cfe7
image: us-docker.pkg.dev/k8s-infra-prow/images/ghproxy:v20250224-355743344
args:
- --cache-dir=/cache
- --cache-sizeGB=99
Expand Down
2 changes: 1 addition & 1 deletion prow/manifests/base/hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: hook
image: us-docker.pkg.dev/k8s-infra-prow/images/hook:v20241224-8e8a5cfe7
image: us-docker.pkg.dev/k8s-infra-prow/images/hook:v20250224-355743344
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/manifests/base/horologium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: horologium
image: us-docker.pkg.dev/k8s-infra-prow/images/horologium:v20241224-8e8a5cfe7
image: us-docker.pkg.dev/k8s-infra-prow/images/horologium:v20250224-355743344
args:
- --dry-run=false
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion prow/manifests/base/prow-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- --github-endpoint=https://api.github.com
- --enable-controller=plank
- --github-token-path=/etc/github/token
image: us-docker.pkg.dev/k8s-infra-prow/images/prow-controller-manager:v20241224-8e8a5cfe7
image: us-docker.pkg.dev/k8s-infra-prow/images/prow-controller-manager:v20250224-355743344
volumeMounts:
- name: github-token
mountPath: /etc/github
Expand Down
2 changes: 1 addition & 1 deletion prow/manifests/base/sinker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: "sinker"
containers:
- name: sinker
image: us-docker.pkg.dev/k8s-infra-prow/images/sinker:v20241224-8e8a5cfe7
image: us-docker.pkg.dev/k8s-infra-prow/images/sinker:v20250224-355743344
args:
- --config-path=/etc/config/config.yaml
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/manifests/base/statusreconciler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: statusreconciler
image: us-docker.pkg.dev/k8s-infra-prow/images/status-reconciler:v20241224-8e8a5cfe7
image: us-docker.pkg.dev/k8s-infra-prow/images/status-reconciler:v20250224-355743344
args:
- --dry-run=false
- --continue-on-error=true
Expand Down
2 changes: 1 addition & 1 deletion prow/manifests/base/tide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: "tide"
containers:
- name: tide
image: us-docker.pkg.dev/k8s-infra-prow/images/tide:v20241224-8e8a5cfe7
image: us-docker.pkg.dev/k8s-infra-prow/images/tide:v20250224-355743344
args:
- --dry-run=false
- --config-path=/etc/config/config.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: cherrypicker
image: us-docker.pkg.dev/k8s-infra-prow/images/cherrypicker:v20241224-8e8a5cfe7
image: us-docker.pkg.dev/k8s-infra-prow/images/cherrypicker:v20250224-355743344
imagePullPolicy: Always
args:
- --github-token-path=/etc/github/token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
serviceAccountName: jenkins-operator
containers:
- name: jenkins-operator
image: us-docker.pkg.dev/k8s-infra-prow/images/jenkins-operator:v20241224-8e8a5cfe7
image: us-docker.pkg.dev/k8s-infra-prow/images/jenkins-operator:v20250224-355743344
args:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: label-sync
image: gcr.io/k8s-staging-test-infra/label_sync:v20241229-5dc092c636
image: gcr.io/k8s-staging-test-infra/label_sync:v20250130-6e7c990ab3
args:
- --config=/etc/config/labels.yaml
- --confirm=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: needs-rebase
image: us-docker.pkg.dev/k8s-infra-prow/images/needs-rebase:v20241224-8e8a5cfe7
image: us-docker.pkg.dev/k8s-infra-prow/images/needs-rebase:v20250224-355743344
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down