Skip to content

Commit

Permalink
Bumping k8s-prow images and test-infra images
Browse files Browse the repository at this point in the history
Multiple distinct us-docker.pkg.dev/k8s-infra-prow/images/ changes:

Commits | Dates | Images
--- | --- | ---
ec19f24...8f1101b | 2024‑11‑22 → 2024‑11‑26 | images/checkconfig, images/cherrypicker, images/clonerefs, images/crier, images/deck, images/entrypoint, images/generic-autobumper, images/ghproxy, images/hook, images/horologium, images/initupload, images/jenkins-operator, images/needs-rebase, images/prow-controller-manager, images/sidecar, images/sinker, images/status-reconciler, images/tide

No gcr.io/k8s-staging-test-infra/ changes.

Signed-off-by: ci-robot <[email protected]>
  • Loading branch information
ci-robot committed Dec 1, 2024
1 parent ae5d38f commit 92af87e
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
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:v20241122-ec19f2447 \
us-docker.pkg.dev/k8s-infra-prow/images/checkconfig:v20241126-8f1101b48 \
--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:v20241122-ec19f2447
entrypoint: us-docker.pkg.dev/k8s-infra-prow/images/entrypoint:v20241122-ec19f2447
initupload: us-docker.pkg.dev/k8s-infra-prow/images/initupload:v20241122-ec19f2447
sidecar: us-docker.pkg.dev/k8s-infra-prow/images/sidecar:v20241122-ec19f2447
clonerefs: us-docker.pkg.dev/k8s-infra-prow/images/clonerefs:v20241126-8f1101b48
entrypoint: us-docker.pkg.dev/k8s-infra-prow/images/entrypoint:v20241126-8f1101b48
initupload: us-docker.pkg.dev/k8s-infra-prow/images/initupload:v20241126-8f1101b48
sidecar: us-docker.pkg.dev/k8s-infra-prow/images/sidecar:v20241126-8f1101b48
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:v20241122-ec19f2447
- image: us-docker.pkg.dev/k8s-infra-prow/images/checkconfig:v20241126-8f1101b48
command:
- checkconfig
args:
Expand Down
2 changes: 1 addition & 1 deletion prow/config/jobs/periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ periodics:
base_ref: main
spec:
containers:
- image: us-docker.pkg.dev/k8s-infra-prow/images/generic-autobumper:v20241122-ec19f2447
- image: us-docker.pkg.dev/k8s-infra-prow/images/generic-autobumper:v20241126-8f1101b48
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:v20241122-ec19f2447
image: us-docker.pkg.dev/k8s-infra-prow/images/crier:v20241126-8f1101b48
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:v20241122-ec19f2447
image: us-docker.pkg.dev/k8s-infra-prow/images/deck:v20241126-8f1101b48
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:v20241122-ec19f2447
image: us-docker.pkg.dev/k8s-infra-prow/images/ghproxy:v20241126-8f1101b48
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:v20241122-ec19f2447
image: us-docker.pkg.dev/k8s-infra-prow/images/hook:v20241126-8f1101b48
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:v20241122-ec19f2447
image: us-docker.pkg.dev/k8s-infra-prow/images/horologium:v20241126-8f1101b48
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:v20241122-ec19f2447
image: us-docker.pkg.dev/k8s-infra-prow/images/prow-controller-manager:v20241126-8f1101b48
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:v20241122-ec19f2447
image: us-docker.pkg.dev/k8s-infra-prow/images/sinker:v20241126-8f1101b48
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:v20241122-ec19f2447
image: us-docker.pkg.dev/k8s-infra-prow/images/status-reconciler:v20241126-8f1101b48
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:v20241122-ec19f2447
image: us-docker.pkg.dev/k8s-infra-prow/images/tide:v20241126-8f1101b48
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:v20241122-ec19f2447
image: us-docker.pkg.dev/k8s-infra-prow/images/cherrypicker:v20241126-8f1101b48
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:v20241122-ec19f2447
image: us-docker.pkg.dev/k8s-infra-prow/images/jenkins-operator:v20241126-8f1101b48
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 @@ -32,7 +32,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: needs-rebase
image: us-docker.pkg.dev/k8s-infra-prow/images/needs-rebase:v20241122-ec19f2447
image: us-docker.pkg.dev/k8s-infra-prow/images/needs-rebase:v20241126-8f1101b48
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down

0 comments on commit 92af87e

Please sign in to comment.