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 Prow to v20240403-f1101a8b4e #1239

Merged
merged 1 commit into from
Jul 15, 2024
Merged
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
8 changes: 4 additions & 4 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ plank:
timeout: 24h # Up to 24 hours for driverkit builder jobs
grace_period: 10m
utility_images:
clonerefs: "gcr.io/k8s-prow/clonerefs:v20230315-6d54c174f4"
initupload: "gcr.io/k8s-prow/initupload:v20230315-6d54c174f4"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20230315-6d54c174f4"
sidecar: "gcr.io/k8s-prow/sidecar:v20230315-6d54c174f4"
clonerefs: "gcr.io/k8s-prow/clonerefs:v20240403-f1101a8b4e"
initupload: "gcr.io/k8s-prow/initupload:v20240403-f1101a8b4e"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20240403-f1101a8b4e"
sidecar: "gcr.io/k8s-prow/sidecar:v20240403-f1101a8b4e"
gcs_configuration:
bucket: s3://falco-prow-logs
path_strategy: explicit
Expand Down
4 changes: 2 additions & 2 deletions config/jobs/branchprotector/branchprotector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ postsubmit:
run_if_changed: '^config/config.yaml$'
spec:
containers:
- image: gcr.io/k8s-prow/branchprotector:v20230315-6d54c174f4
- image: gcr.io/k8s-prow/branchprotector:v20240403-f1101a8b4e
command:
- branchprotector
args:
Expand Down Expand Up @@ -44,7 +44,7 @@ periodics:
skip_report: false
spec:
containers:
- image: gcr.io/k8s-prow/branchprotector:v20230315-6d54c174f4
- image: gcr.io/k8s-prow/branchprotector:v20240403-f1101a8b4e
command:
- branchprotector
args:
Expand Down
4 changes: 2 additions & 2 deletions config/jobs/check-prow-config/check-prow-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ presubmits:
always_run: true
spec:
containers:
- image: gcr.io/k8s-prow/checkconfig:v20230315-6d54c174f4
- image: gcr.io/k8s-prow/checkconfig:v20240403-f1101a8b4e
command:
- checkconfig
args:
Expand All @@ -27,7 +27,7 @@ periodics:
base_ref: master
spec:
containers:
- image: gcr.io/k8s-prow/checkconfig:v20230315-6d54c174f4
- image: gcr.io/k8s-prow/checkconfig:v20240403-f1101a8b4e
command:
- checkconfig
args:
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/lifecycle-bot/periodic-close.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ periodics:
agent: kubernetes
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20230315-6d54c174f4
- image: gcr.io/k8s-prow/commenter:v20240403-f1101a8b4e
command:
- commenter
args:
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/lifecycle-bot/periodic-rotten.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ periodics:
agent: kubernetes
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20230315-6d54c174f4
- image: gcr.io/k8s-prow/commenter:v20240403-f1101a8b4e
command:
- commenter
args:
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/lifecycle-bot/periodic-stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ periodics:
agent: kubernetes
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20230315-6d54c174f4
- image: gcr.io/k8s-prow/commenter:v20240403-f1101a8b4e
command:
- commenter
args:
Expand Down
6 changes: 3 additions & 3 deletions config/jobs/peribolos/peribolos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ presubmits:
run_if_changed: '^config/org.yaml$|^config/jobs/peribolos/.*'
spec:
containers:
- image: gcr.io/k8s-prow/peribolos:v20230315-6d54c174f4
- image: gcr.io/k8s-prow/peribolos:v20240403-f1101a8b4e
command:
- peribolos
args:
Expand Down Expand Up @@ -46,7 +46,7 @@ postsubmits:
run_if_changed: '^config/org.yaml$|^config/jobs/peribolos/.*'
spec:
containers:
- image: gcr.io/k8s-prow/peribolos:v20230315-6d54c174f4
- image: gcr.io/k8s-prow/peribolos:v20240403-f1101a8b4e
command:
- peribolos
args:
Expand Down Expand Up @@ -85,7 +85,7 @@ periodics:
base_ref: master
spec:
containers:
- image: gcr.io/k8s-prow/peribolos:v20230315-6d54c174f4
- image: gcr.io/k8s-prow/peribolos:v20240403-f1101a8b4e
command:
- peribolos
args:
Expand Down
2 changes: 1 addition & 1 deletion config/prow/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: gcr.io/k8s-prow/crier:v20230315-6d54c174f4
image: gcr.io/k8s-prow/crier:v20240403-f1101a8b4e
env:
- name: AWS_REGION
value: eu-west-1
Expand Down
2 changes: 1 addition & 1 deletion config/prow/deck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck
image: gcr.io/k8s-prow/deck:v20230315-6d54c174f4
image: gcr.io/k8s-prow/deck:v20240403-f1101a8b4e
env:
- name: AWS_REGION #required for splyglass bucket looku
value: eu-west-1
Expand Down
2 changes: 1 addition & 1 deletion config/prow/ghproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
spec:
containers:
- name: ghproxy
image: gcr.io/k8s-prow/ghproxy:v20230315-6d54c174f4
image: gcr.io/k8s-prow/ghproxy:v20240403-f1101a8b4e
args:
- --cache-dir=/cache
- --cache-sizeGB=99
Expand Down
2 changes: 1 addition & 1 deletion config/prow/hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: hook
image: gcr.io/k8s-prow/hook:v20230315-6d54c174f4
image: gcr.io/k8s-prow/hook:v20240403-f1101a8b4e
imagePullPolicy: Always
args:
- --github-endpoint=http://ghproxy
Expand Down
2 changes: 1 addition & 1 deletion config/prow/horologium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: horologium
image: gcr.io/k8s-prow/horologium:v20230315-6d54c174f4
image: gcr.io/k8s-prow/horologium:v20240403-f1101a8b4e
args:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
Expand Down
2 changes: 1 addition & 1 deletion config/prow/needs-rebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: needs-rebase
image: gcr.io/k8s-prow/needs-rebase:v20230315-6d54c174f4
image: gcr.io/k8s-prow/needs-rebase:v20240403-f1101a8b4e
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion config/prow/prow-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
serviceAccountName: "prow-controller-manager"
containers:
- name: prow-controller-manager
image: gcr.io/k8s-prow/prow-controller-manager:v20230315-6d54c174f4
image: gcr.io/k8s-prow/prow-controller-manager:v20240403-f1101a8b4e
env:
- name: AWS_REGION
value: eu-west-1
Expand Down
2 changes: 1 addition & 1 deletion config/prow/sinker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ spec:
serviceAccountName: "sinker"
containers:
- name: sinker
image: gcr.io/k8s-prow/sinker:v20230315-6d54c174f4
image: gcr.io/k8s-prow/sinker:v20240403-f1101a8b4e
args:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
Expand Down
2 changes: 1 addition & 1 deletion config/prow/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: gcr.io/k8s-prow/status-reconciler:v20230315-6d54c174f4
image: gcr.io/k8s-prow/status-reconciler:v20240403-f1101a8b4e
args:
- --dry-run=false
- --continue-on-error=true
Expand Down
2 changes: 1 addition & 1 deletion config/prow/tide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
serviceAccountName: "tide"
containers:
- name: tide
image: gcr.io/k8s-prow/tide:v20230315-6d54c174f4
image: gcr.io/k8s-prow/tide:v20240403-f1101a8b4e
env:
- name: AWS_REGION
value: eu-west-1
Expand Down
Loading