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

Run hack/bump-prow.sh #2485

Merged
merged 1 commit into from
Jan 6, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ periodics:
cluster: ibm-prow-jobs
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20221117-3815e13b72
- image: gcr.io/k8s-prow/commenter:v20230104-cc182b7760
command:
- /ko-app/commenter
args:
Expand Down Expand Up @@ -52,7 +52,7 @@ periodics:
cluster: ibm-prow-jobs
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20221117-3815e13b72
- image: gcr.io/k8s-prow/commenter:v20230104-cc182b7760
command:
- /ko-app/commenter
args:
Expand Down Expand Up @@ -81,7 +81,7 @@ periodics:
cluster: ibm-prow-jobs
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20221117-3815e13b72
- image: gcr.io/k8s-prow/commenter:v20230104-cc182b7760
command:
- /ko-app/commenter
args:
Expand Down Expand Up @@ -109,7 +109,7 @@ periodics:
cluster: ibm-prow-jobs
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20221117-3815e13b72
- image: gcr.io/k8s-prow/commenter:v20230104-cc182b7760
command:
- /ko-app/commenter
args:
Expand Down Expand Up @@ -141,7 +141,7 @@ periodics:
cluster: ibm-prow-jobs
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20221117-3815e13b72
- image: gcr.io/k8s-prow/commenter:v20230104-cc182b7760
command:
- /ko-app/commenter
args:
Expand Down Expand Up @@ -496,7 +496,7 @@ periodics:
spec:
containers:
- name: peribolos
image: gcr.io/k8s-prow/peribolos:v20221117-3815e13b72
image: gcr.io/k8s-prow/peribolos:v20230104-cc182b7760
command:
- /ko-app/peribolos
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ postsubmits:
cluster: ibm-prow-jobs
spec:
containers:
- image: gcr.io/k8s-prow/configurator:v20221117-3815e13b72
- image: gcr.io/k8s-prow/configurator:v20230104-cc182b7760
command:
- /ko-app/configurator
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ presubmits:
cluster: ibm-prow-jobs
spec:
containers:
- image: gcr.io/k8s-prow/checkconfig:v20221117-3815e13b72
- image: gcr.io/k8s-prow/checkconfig:v20230104-cc182b7760
args:
- "/ko-app/checkconfig"
- "--config-path"
Expand Down Expand Up @@ -750,7 +750,7 @@ presubmits:
spec:
containers:
- name: peribolos
image: gcr.io/k8s-prow/peribolos:v20221117-3815e13b72
image: gcr.io/k8s-prow/peribolos:v20230104-cc182b7760
command:
- /ko-app/peribolos
args:
Expand Down Expand Up @@ -783,7 +783,7 @@ presubmits:
spec:
containers:
- name: label-sync
image: gcr.io/k8s-prow/label_sync:v20221117-3815e13b72
image: gcr.io/k8s-prow/label_sync:v20230104-cc182b7760
command: [ "/ko-app/label_sync" ]
args:
- --config=github/ci/prow-deploy/files/labels.yaml
Expand All @@ -806,7 +806,7 @@ presubmits:
spec:
containers:
- name: label-sync
image: gcr.io/k8s-prow/label_sync:v20221117-3815e13b72
image: gcr.io/k8s-prow/label_sync:v20230104-cc182b7760
command: [ "/ko-app/label_sync" ]
args:
- --config=github/ci/prow-deploy/files/labels.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ plank:
timeout: 2h
grace_period: 15s
utility_images:
clonerefs: "gcr.io/k8s-prow/clonerefs:v20221117-3815e13b72"
initupload: "gcr.io/k8s-prow/initupload:v20221117-3815e13b72"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20221117-3815e13b72"
sidecar: "gcr.io/k8s-prow/sidecar:v20221117-3815e13b72"
clonerefs: "gcr.io/k8s-prow/clonerefs:v20230104-cc182b7760"
initupload: "gcr.io/k8s-prow/initupload:v20230104-cc182b7760"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20230104-cc182b7760"
sidecar: "gcr.io/k8s-prow/sidecar:v20230104-cc182b7760"
gcs_configuration:
bucket: "kubevirt-prow"
path_strategy: "explicit"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: branchprotector
image: gcr.io/k8s-prow/branchprotector:v20221117-3815e13b72
image: gcr.io/k8s-prow/branchprotector:v20230104-cc182b7760
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 @@ -31,7 +31,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: cherrypicker
image: gcr.io/k8s-prow/cherrypicker:v20221117-3815e13b72
image: gcr.io/k8s-prow/cherrypicker:v20230104-cc182b7760
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: label-sync
image: gcr.io/k8s-prow/label_sync:v20221117-3815e13b72
image: gcr.io/k8s-prow/label_sync:v20230104-cc182b7760
args:
- --config=/etc/config/labels.yaml
- --confirm=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: label-sync
image: gcr.io/k8s-prow/label_sync:v20221117-3815e13b72
image: gcr.io/k8s-prow/label_sync:v20230104-cc182b7760
args:
- --config=/etc/config/labels.yaml
- --confirm=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: crier
image: gcr.io/k8s-prow/crier:v20221117-3815e13b72
image: gcr.io/k8s-prow/crier:v20230104-cc182b7760
args:
- --blob-storage-workers=1
- --config-path=/etc/config/config.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck
image: gcr.io/k8s-prow/deck:v20221117-3815e13b72
image: gcr.io/k8s-prow/deck:v20230104-cc182b7760
imagePullPolicy: Always
ports:
- name: http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ rules:
- watch
# Required when deck runs with `--rerun-creates-job=true`
- create
# Required to abort jobs
- patch
---
kind: Role
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
spec:
containers:
- name: ghproxy
image: gcr.io/k8s-prow/ghproxy:v20221117-3815e13b72
image: gcr.io/k8s-prow/ghproxy:v20230104-cc182b7760
args:
- --cache-dir=/cache
- --cache-sizeGB=99
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: hook
image: gcr.io/k8s-prow/hook:v20221117-3815e13b72
image: gcr.io/k8s-prow/hook:v20230104-cc182b7760
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: horologium
image: gcr.io/k8s-prow/horologium:v20221117-3815e13b72
image: gcr.io/k8s-prow/horologium:v20230104-cc182b7760
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: gcr.io/k8s-prow/needs-rebase:v20221117-3815e13b72
image: gcr.io/k8s-prow/needs-rebase:v20230104-cc182b7760
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
serviceAccountName: prow-controller-manager
containers:
- name: prow-controller-manager
image: gcr.io/k8s-prow/prow-controller-manager:v20221117-3815e13b72
image: gcr.io/k8s-prow/prow-controller-manager:v20230104-cc182b7760
args:
- --config-path=/etc/config/config.yaml
- --dry-run=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ spec:
description: JobQueueName is an optional field with name of a queue
defining max concurrency. When several jobs from the same queue
try to run at the same time, the number of them that is actually
started is limited by JobQueueConcurrencies (part of Plank's config).
started is limited by JobQueueCapacities (part of Plank's config).
If this field is left undefined inifinite concurrency is assumed.
This behaviour may be superseded by MaxConcurrency field, if it
is set to a constraining value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
- --dry-run=false
image: gcr.io/k8s-prow/sinker:v20221117-3815e13b72
image: gcr.io/k8s-prow/sinker:v20230104-cc182b7760
env:
# Use KUBECONFIG envvar rather than --kubeconfig flag in order to provide multiple configs to merge.
- name: KUBECONFIG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ spec:
ports:
- name: metrics
port: 9090
protocol: TCP
selector:
app: sinker
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: statusreconciler
image: gcr.io/k8s-prow/status-reconciler:v20221117-3815e13b72
image: gcr.io/k8s-prow/status-reconciler:v20230104-cc182b7760
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
serviceAccountName: tide
containers:
- name: tide
image: gcr.io/k8s-prow/tide:v20221117-3815e13b72
image: gcr.io/k8s-prow/tide:v20230104-cc182b7760
args:
- --dry-run=false
- --github-endpoint=http://ghproxy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: prow-exporter
image: gcr.io/k8s-prow/exporter:v20221117-3815e13b72
image: gcr.io/k8s-prow/exporter:v20230104-cc182b7760
imagePullPolicy: Always
ports:
- name: metrics
Expand Down