Skip to content

Commit

Permalink
Update prow to v20191217-e7571bd25, and other images as necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubernetes Prow Robot authored and ci-robot committed Dec 17, 2019
1 parent 8813fb9 commit 00aabd6
Show file tree
Hide file tree
Showing 20 changed files with 36 additions and 36 deletions.
14 changes: 7 additions & 7 deletions config/jobs/kubernetes/test-infra/fejta-bot-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ periodics:
testgrid-tab-name: api-review-help
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20191213-014dcb6ca
- image: gcr.io/k8s-prow/commenter:v20191217-e7571bd25
command:
- /app/robots/commenter/app.binary
args:
Expand Down Expand Up @@ -55,7 +55,7 @@ periodics:
testgrid-tab-name: cla
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20191213-014dcb6ca
- image: gcr.io/k8s-prow/commenter:v20191217-e7571bd25
command:
- /app/robots/commenter/app.binary
args:
Expand Down Expand Up @@ -95,7 +95,7 @@ periodics:
testgrid-tab-name: close
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20191213-014dcb6ca
- image: gcr.io/k8s-prow/commenter:v20191217-e7571bd25
command:
- /app/robots/commenter/app.binary
args:
Expand Down Expand Up @@ -136,7 +136,7 @@ periodics:
description: Automatically /retest for approved PRs that failed retesting
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20191213-014dcb6ca
- image: gcr.io/k8s-prow/commenter:v20191217-e7571bd25
command:
- /app/robots/commenter/app.binary
args:
Expand Down Expand Up @@ -186,7 +186,7 @@ periodics:
testgrid-tab-name: rotten
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20191213-014dcb6ca
- image: gcr.io/k8s-prow/commenter:v20191217-e7571bd25
command:
- /app/robots/commenter/app.binary
args:
Expand Down Expand Up @@ -230,7 +230,7 @@ periodics:
testgrid-tab-name: stale
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20191213-014dcb6ca
- image: gcr.io/k8s-prow/commenter:v20191217-e7571bd25
command:
- /app/robots/commenter/app.binary
args:
Expand Down Expand Up @@ -304,7 +304,7 @@ periodics:
testgrid-tab-name: enhancements-unfreeze
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20191213-014dcb6ca
- image: gcr.io/k8s-prow/commenter:v20191217-e7571bd25
command:
- /app/robots/commenter/app.binary
args:
Expand Down
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/test-infra/test-infra-trusted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ periodics:
spec:
containers:
- name: branchprotector
image: gcr.io/k8s-prow/branchprotector:v20191213-014dcb6ca
image: gcr.io/k8s-prow/branchprotector:v20191217-e7571bd25
command:
- /app/prow/cmd/branchprotector/app.binary
args:
Expand Down Expand Up @@ -1154,7 +1154,7 @@ periodics:
spec:
containers:
- name: label-sync
image: gcr.io/k8s-prow/label_sync:v20191213-014dcb6ca
image: gcr.io/k8s-prow/label_sync:v20191217-e7571bd25
command:
- /app/label_sync/app.binary
args:
Expand Down
8 changes: 4 additions & 4 deletions config/prow/config.yaml
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:v20191213-014dcb6ca"
initupload: "gcr.io/k8s-prow/initupload:v20191213-014dcb6ca"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20191213-014dcb6ca"
sidecar: "gcr.io/k8s-prow/sidecar:v20191213-014dcb6ca"
clonerefs: "gcr.io/k8s-prow/clonerefs:v20191217-e7571bd25"
initupload: "gcr.io/k8s-prow/initupload:v20191217-e7571bd25"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20191217-e7571bd25"
sidecar: "gcr.io/k8s-prow/sidecar:v20191217-e7571bd25"
gcs_configuration:
bucket: "kubernetes-jenkins"
path_strategy: "legacy"
Expand Down
2 changes: 1 addition & 1 deletion label_sync/cluster/label_sync_cron_job.yaml
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-prow/label_sync:v20191213-014dcb6ca
image: gcr.io/k8s-prow/label_sync:v20191217-e7571bd25
args:
- --config=/etc/config/labels.yaml
- --confirm=true
Expand Down
2 changes: 1 addition & 1 deletion label_sync/cluster/label_sync_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
restartPolicy: Never # https://github.com/kubernetes/kubernetes/issues/54870
containers:
- name: label-sync
image: gcr.io/k8s-prow/label_sync:v20191213-014dcb6ca
image: gcr.io/k8s-prow/label_sync:v20191217-e7571bd25
args:
- --config=/etc/config/labels.yaml
- --confirm=true
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/crier_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: crier
image: gcr.io/k8s-prow/crier:v20191213-014dcb6ca
image: gcr.io/k8s-prow/crier:v20191217-e7571bd25
args:
- --github-workers=1
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/deck_deployment.yaml
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:v20191213-014dcb6ca
image: gcr.io/k8s-prow/deck:v20191217-e7571bd25
imagePullPolicy: Always
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/ghproxy.yaml
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:v20191213-014dcb6ca
image: gcr.io/k8s-prow/ghproxy:v20191217-e7571bd25
args:
- --cache-dir=/cache
- --cache-sizeGB=99
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/grandmatriarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
serviceAccountName: grandmatriarch
containers:
- name: bakery
image: gcr.io/k8s-prow/grandmatriarch:v20191213-014dcb6ca
image: gcr.io/k8s-prow/grandmatriarch:v20191217-e7571bd25
args:
- /etc/robot/service-account.json
- http-cookiefile
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/hook_deployment.yaml
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:v20191213-014dcb6ca
image: gcr.io/k8s-prow/hook:v20191217-e7571bd25
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/horologium_deployment.yaml
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:v20191213-014dcb6ca
image: gcr.io/k8s-prow/horologium:v20191217-e7571bd25
args:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/needs-rebase_deployment.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:v20191213-014dcb6ca
image: gcr.io/k8s-prow/needs-rebase:v20191217-e7571bd25
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/pipeline_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
# serviceAccountName: prow-pipeline
containers:
- name: pipeline
image: gcr.io/k8s-prow/pipeline:v20191213-014dcb6ca
image: gcr.io/k8s-prow/pipeline:v20191217-e7571bd25
args:
- --all-contexts
- --config=/etc/prow-config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/plank_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
# serviceAccountName: "plank" # Uncomment for use with RBAC
containers:
- name: plank
image: gcr.io/k8s-prow/plank:v20191213-014dcb6ca
image: gcr.io/k8s-prow/plank:v20191217-e7571bd25
args:
- --build-cluster=/etc/cluster/cluster
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/sinker_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
- --dry-run=false
image: gcr.io/k8s-prow/sinker:v20191213-014dcb6ca
image: gcr.io/k8s-prow/sinker:v20191217-e7571bd25
volumeMounts:
- mountPath: /etc/cluster
name: cluster
Expand Down
14 changes: 7 additions & 7 deletions prow/cluster/starter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: hook
image: gcr.io/k8s-prow/hook:v20191213-014dcb6ca
image: gcr.io/k8s-prow/hook:v20191217-e7571bd25
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down Expand Up @@ -224,7 +224,7 @@ spec:
serviceAccountName: "plank"
containers:
- name: plank
image: gcr.io/k8s-prow/plank:v20191213-014dcb6ca
image: gcr.io/k8s-prow/plank:v20191217-e7571bd25
args:
- --dry-run=false
- --config-path=/etc/config/config.yaml
Expand Down Expand Up @@ -263,7 +263,7 @@ spec:
serviceAccountName: "sinker"
containers:
- name: sinker
image: gcr.io/k8s-prow/sinker:v20191213-014dcb6ca
image: gcr.io/k8s-prow/sinker:v20191217-e7571bd25
args:
- --config-path=/etc/config/config.yaml
volumeMounts:
Expand Down Expand Up @@ -301,7 +301,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck
image: gcr.io/k8s-prow/deck:v20191213-014dcb6ca
image: gcr.io/k8s-prow/deck:v20191217-e7571bd25
args:
- --config-path=/etc/config/config.yaml
- --plugin-config=/etc/plugins/plugins.yaml
Expand Down Expand Up @@ -382,7 +382,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: horologium
image: gcr.io/k8s-prow/horologium:v20191213-014dcb6ca
image: gcr.io/k8s-prow/horologium:v20191217-e7571bd25
args:
- --config-path=/etc/config/config.yaml
volumeMounts:
Expand Down Expand Up @@ -416,7 +416,7 @@ spec:
serviceAccountName: "tide"
containers:
- name: tide
image: gcr.io/k8s-prow/tide:v20191213-014dcb6ca
image: gcr.io/k8s-prow/tide:v20191217-e7571bd25
args:
- --dry-run=false
- --config-path=/etc/config/config.yaml
Expand Down Expand Up @@ -493,7 +493,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: statusreconciler
image: gcr.io/k8s-prow/status-reconciler:v20191213-014dcb6ca
image: gcr.io/k8s-prow/status-reconciler:v20191217-e7571bd25
args:
- --dry-run=false
- --continue-on-error=true
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/statusreconciler_deployment.yaml
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:v20191213-014dcb6ca
image: gcr.io/k8s-prow/status-reconciler:v20191217-e7571bd25
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/tide_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
# serviceAccountName: "tide" # Uncomment for use with RBAC
containers:
- name: tide
image: gcr.io/k8s-prow/tide:v20191213-014dcb6ca
image: gcr.io/k8s-prow/tide:v20191217-e7571bd25
args:
- --dry-run=false
- --github-endpoint=http://ghproxy
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/tot_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: tot
image: gcr.io/k8s-prow/tot:v20191213-014dcb6ca
image: gcr.io/k8s-prow/tot:v20191217-e7571bd25
imagePullPolicy: Always
args:
- -storage=/store/tot.json
Expand Down
2 changes: 1 addition & 1 deletion prow/cmd/branchprotector/cronjob.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:v20191213-014dcb6ca
image: gcr.io/k8s-prow/branchprotector:v20191217-e7571bd25
args:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
Expand Down

0 comments on commit 00aabd6

Please sign in to comment.