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 v20230417-e4f4057e6e #1125

Open
wants to merge 1 commit into
base: master
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
4 changes: 2 additions & 2 deletions .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ presubmits:
- ^master$
spec:
containers:
- image: gcr.io/k8s-prow/checkconfig:v20221205-a1b0b85d88
- image: gcr.io/k8s-prow/checkconfig:v20230417-e4f4057e6e
command:
- /ko-app/checkconfig
args:
Expand Down Expand Up @@ -149,7 +149,7 @@ postsubmits:
- ^master$
spec:
containers:
- image: gcr.io/k8s-prow/label_sync:v20221205-a1b0b85d88
- image: gcr.io/k8s-prow/label_sync:v20230417-e4f4057e6e
command:
- /ko-app/label_sync
args:
Expand Down
2 changes: 1 addition & 1 deletion configs/prow-dev/cluster/branchprotector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: branchprotector
image: gcr.io/k8s-prow/branchprotector:v20221205-a1b0b85d88
image: gcr.io/k8s-prow/branchprotector:v20230417-e4f4057e6e
args:
- --config-path=/etc/config/config.yaml
- --github-token-path=/etc/github/token
Expand Down
2 changes: 1 addition & 1 deletion configs/prow-dev/cluster/crier_deployment.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:v20221205-a1b0b85d88
image: gcr.io/k8s-prow/crier:v20230417-e4f4057e6e
args:
- --blob-storage-workers=10
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion configs/prow-dev/cluster/deck_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck
image: gcr.io/k8s-prow/deck:v20221205-a1b0b85d88
image: gcr.io/k8s-prow/deck:v20230417-e4f4057e6e
args:
- --config-path=/etc/config/config.yaml
- --plugin-config=/etc/plugins/plugins.yaml
Expand Down
2 changes: 1 addition & 1 deletion configs/prow-dev/cluster/ghproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
spec:
containers:
- name: ghproxy
image: gcr.io/k8s-prow/ghproxy:v20221205-a1b0b85d88
image: gcr.io/k8s-prow/ghproxy:v20230417-e4f4057e6e
args:
- --cache-dir=/cache
- --cache-sizeGB=1
Expand Down
2 changes: 1 addition & 1 deletion configs/prow-dev/cluster/hook_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: hook
image: gcr.io/k8s-prow/hook:v20221205-a1b0b85d88
image: gcr.io/k8s-prow/hook:v20230417-e4f4057e6e
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion configs/prow-dev/cluster/horologium_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: horologium
image: gcr.io/k8s-prow/horologium:v20221205-a1b0b85d88
image: gcr.io/k8s-prow/horologium:v20230417-e4f4057e6e
args:
- --dry-run=false
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion configs/prow-dev/cluster/jenkins-operator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: jenkins-operator
image: gcr.io/k8s-prow/jenkins-operator:v20221208-8898931a7f
image: gcr.io/k8s-prow/jenkins-operator:v20230417-e4f4057e6e
args:
- --github-endpoint=http://ghproxy
- --github-endpoint=https://api.github.com
Expand Down
2 changes: 1 addition & 1 deletion configs/prow-dev/cluster/label_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: label-sync
image: gcr.io/k8s-prow/label_sync:v20221205-a1b0b85d88
image: gcr.io/k8s-prow/label_sync:v20230417-e4f4057e6e
args:
- --config=/etc/config/labels.yaml
- --confirm=true
Expand Down
2 changes: 1 addition & 1 deletion configs/prow-dev/cluster/needs-rebase_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: needs-rebase
image: gcr.io/k8s-prow/needs-rebase:v20221205-a1b0b85d88
image: gcr.io/k8s-prow/needs-rebase:v20230417-e4f4057e6e
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
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
- --job-config-path=/etc/job-config
image: gcr.io/k8s-prow/prow-controller-manager:v20221205-a1b0b85d88
image: gcr.io/k8s-prow/prow-controller-manager:v20230417-e4f4057e6e
volumeMounts:
- name: github-token
mountPath: /etc/github
Expand Down
2 changes: 1 addition & 1 deletion configs/prow-dev/cluster/sinker_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: "sinker"
containers:
- name: sinker
image: gcr.io/k8s-prow/sinker:v20221205-a1b0b85d88
image: gcr.io/k8s-prow/sinker:v20230417-e4f4057e6e
args:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
Expand Down
2 changes: 1 addition & 1 deletion configs/prow-dev/cluster/statusreconciler_deployment.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:v20221205-a1b0b85d88
image: gcr.io/k8s-prow/status-reconciler:v20230417-e4f4057e6e
args:
- --dry-run=false
- --continue-on-error=true
Expand Down
8 changes: 4 additions & 4 deletions configs/prow-dev/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ plank:
path_strategy: explicit
gcs_credentials_secret: gcs-credentials
utility_images:
clonerefs: gcr.io/k8s-prow/clonerefs:v20221205-a1b0b85d88
entrypoint: gcr.io/k8s-prow/entrypoint:v20221205-a1b0b85d88
initupload: gcr.io/k8s-prow/initupload:v20221205-a1b0b85d88
sidecar: gcr.io/k8s-prow/sidecar:v20221205-a1b0b85d88
clonerefs: gcr.io/k8s-prow/clonerefs:v20230417-e4f4057e6e
entrypoint: gcr.io/k8s-prow/entrypoint:v20230417-e4f4057e6e
initupload: gcr.io/k8s-prow/initupload:v20230417-e4f4057e6e
sidecar: gcr.io/k8s-prow/sidecar:v20230417-e4f4057e6e

tide:
sync_period: 2m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ periodics:
description: Closes rotten issues after 30d of inactivity
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20221205-a1b0b85d88
- image: gcr.io/k8s-prow/commenter:v20230417-e4f4057e6e
command:
- /ko-app/commenter
args:
Expand Down Expand Up @@ -39,7 +39,7 @@ periodics:
description: Adds lifecycle/rotten to stale issues after 30d of inactivity
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20221205-a1b0b85d88
- image: gcr.io/k8s-prow/commenter:v20230417-e4f4057e6e
command:
- /ko-app/commenter
args:
Expand Down Expand Up @@ -74,7 +74,7 @@ periodics:
description: Adds lifecycle/stale to issues after 30d of inactivity
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20221205-a1b0b85d88
- image: gcr.io/k8s-prow/commenter:v20230417-e4f4057e6e
command:
- /ko-app/commenter
args:
Expand Down