Skip to content

Commit

Permalink
Update prow to v20190820-759fd190b, 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 Aug 20, 2019
1 parent 4db4a40 commit fad2323
Show file tree
Hide file tree
Showing 22 changed files with 38 additions and 38 deletions.
14 changes: 7 additions & 7 deletions config/jobs/kubernetes/test-infra/fejta-bot-periodics.yaml
Expand Up @@ -9,7 +9,7 @@ periodics:
testgrid-tab-name: api-review-help
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20190819-d37a254a4
- image: gcr.io/k8s-prow/commenter:v20190820-759fd190b
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:v20190819-d37a254a4
- image: gcr.io/k8s-prow/commenter:v20190820-759fd190b
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:v20190819-d37a254a4
- image: gcr.io/k8s-prow/commenter:v20190820-759fd190b
command:
- /app/robots/commenter/app.binary
args:
Expand Down Expand Up @@ -132,7 +132,7 @@ periodics:
decorate: true
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20190819-d37a254a4
- image: gcr.io/k8s-prow/commenter:v20190820-759fd190b
command:
- /app/robots/commenter/app.binary
args:
Expand Down Expand Up @@ -182,7 +182,7 @@ periodics:
testgrid-tab-name: rotten
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20190819-d37a254a4
- image: gcr.io/k8s-prow/commenter:v20190820-759fd190b
command:
- /app/robots/commenter/app.binary
args:
Expand Down Expand Up @@ -226,7 +226,7 @@ periodics:
testgrid-tab-name: stale
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20190819-d37a254a4
- image: gcr.io/k8s-prow/commenter:v20190820-759fd190b
command:
- /app/robots/commenter/app.binary
args:
Expand Down Expand Up @@ -298,7 +298,7 @@ periodics:
testgrid-tab-name: enhancements-unfreeze
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20190819-d37a254a4
- image: gcr.io/k8s-prow/commenter:v20190820-759fd190b
command:
- /app/robots/commenter/app.binary
args:
Expand Down
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/test-infra/test-infra-trusted.yaml
Expand Up @@ -874,7 +874,7 @@ periodics:
spec:
containers:
- name: branchprotector
image: gcr.io/k8s-prow/branchprotector:v20190819-d37a254a4
image: gcr.io/k8s-prow/branchprotector:v20190820-759fd190b
command:
- /app/prow/cmd/branchprotector/app.binary
args:
Expand Down Expand Up @@ -904,7 +904,7 @@ periodics:
spec:
containers:
- name: label-sync
image: gcr.io/k8s-prow/label_sync:v20190819-d37a254a4
image: gcr.io/k8s-prow/label_sync:v20190820-759fd190b
command:
- /app/label_sync/app.binary
args:
Expand Down
2 changes: 1 addition & 1 deletion label_sync/cluster/label_sync_cron_job.yaml
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: label-sync
image: gcr.io/k8s-prow/label_sync:v20190819-d37a254a4
image: gcr.io/k8s-prow/label_sync:v20190820-759fd190b
args:
- --config=/etc/config/labels.yaml
- --confirm=true
Expand Down
2 changes: 1 addition & 1 deletion label_sync/cluster/label_sync_job.yaml
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:v20190819-d37a254a4
image: gcr.io/k8s-prow/label_sync:v20190820-759fd190b
args:
- --config=/etc/config/labels.yaml
- --confirm=true
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/build_deployment.yaml
Expand Up @@ -18,7 +18,7 @@ spec:
# serviceAccountName: prow-build # build_rbac.yaml
containers:
- name: build
image: gcr.io/k8s-prow/build:v20190819-d37a254a4
image: gcr.io/k8s-prow/build:v20190820-759fd190b
args:
- --all-contexts
- --config=/etc/prow-config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/crier_deployment.yaml
Expand Up @@ -32,7 +32,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: crier
image: gcr.io/k8s-prow/crier:v20190819-d37a254a4
image: gcr.io/k8s-prow/crier:v20190820-759fd190b
args:
- --github-workers=1
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/deck_deployment.yaml
Expand Up @@ -38,7 +38,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck
image: gcr.io/k8s-prow/deck:v20190819-d37a254a4
image: gcr.io/k8s-prow/deck:v20190820-759fd190b
imagePullPolicy: Always
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/ghproxy.yaml
Expand Up @@ -50,7 +50,7 @@ spec:
spec:
containers:
- name: ghproxy
image: gcr.io/k8s-prow/ghproxy:v20190819-d37a254a4
image: gcr.io/k8s-prow/ghproxy:v20190820-759fd190b
args:
- --cache-dir=/cache
- --cache-sizeGB=99
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/grandmatriarch.yaml
Expand Up @@ -53,7 +53,7 @@ spec:
serviceAccountName: grandmatriarch
containers:
- name: bakery
image: gcr.io/k8s-prow/grandmatriarch:v20190819-d37a254a4
image: gcr.io/k8s-prow/grandmatriarch:v20190820-759fd190b
args:
- /etc/robot/service-account.json
- http-cookiefile
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/hook_deployment.yaml
Expand Up @@ -38,7 +38,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: hook
image: gcr.io/k8s-prow/hook:v20190819-d37a254a4
image: gcr.io/k8s-prow/hook:v20190820-759fd190b
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/horologium_deployment.yaml
Expand Up @@ -35,7 +35,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: horologium
image: gcr.io/k8s-prow/horologium:v20190819-d37a254a4
image: gcr.io/k8s-prow/horologium:v20190820-759fd190b
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
Expand Up @@ -32,7 +32,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: needs-rebase
image: gcr.io/k8s-prow/needs-rebase:v20190819-d37a254a4
image: gcr.io/k8s-prow/needs-rebase:v20190820-759fd190b
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/pipeline_deployment.yaml
Expand Up @@ -18,7 +18,7 @@ spec:
# serviceAccountName: prow-pipeline
containers:
- name: pipeline
image: gcr.io/k8s-prow/pipeline:v20190819-d37a254a4
image: gcr.io/k8s-prow/pipeline:v20190820-759fd190b
args:
- --all-contexts
- --config=/etc/prow-config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/plank_deployment.yaml
Expand Up @@ -34,7 +34,7 @@ spec:
# serviceAccountName: "plank" # Uncomment for use with RBAC
containers:
- name: plank
image: gcr.io/k8s-prow/plank:v20190819-d37a254a4
image: gcr.io/k8s-prow/plank:v20190820-759fd190b
args:
- --build-cluster=/etc/cluster/cluster
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/sinker_deployment.yaml
Expand Up @@ -29,7 +29,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/k8s-prow/sinker:v20190819-d37a254a4
image: gcr.io/k8s-prow/sinker:v20190820-759fd190b
volumeMounts:
- mountPath: /etc/cluster
name: cluster
Expand Down
14 changes: 7 additions & 7 deletions prow/cluster/starter.yaml
Expand Up @@ -142,7 +142,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: hook
image: gcr.io/k8s-prow/hook:v20190819-d37a254a4
image: gcr.io/k8s-prow/hook:v20190820-759fd190b
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down Expand Up @@ -221,7 +221,7 @@ spec:
serviceAccountName: "plank"
containers:
- name: plank
image: gcr.io/k8s-prow/plank:v20190819-d37a254a4
image: gcr.io/k8s-prow/plank:v20190820-759fd190b
args:
- --dry-run=false
- --config-path=/etc/config/config.yaml
Expand Down Expand Up @@ -260,7 +260,7 @@ spec:
serviceAccountName: "sinker"
containers:
- name: sinker
image: gcr.io/k8s-prow/sinker:v20190819-d37a254a4
image: gcr.io/k8s-prow/sinker:v20190820-759fd190b
args:
- --config-path=/etc/config/config.yaml
volumeMounts:
Expand Down Expand Up @@ -298,7 +298,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck
image: gcr.io/k8s-prow/deck:v20190819-d37a254a4
image: gcr.io/k8s-prow/deck:v20190820-759fd190b
args:
- --config-path=/etc/config/config.yaml
- --tide-url=http://tide/
Expand Down Expand Up @@ -364,7 +364,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: horologium
image: gcr.io/k8s-prow/horologium:v20190819-d37a254a4
image: gcr.io/k8s-prow/horologium:v20190820-759fd190b
args:
- --config-path=/etc/config/config.yaml
volumeMounts:
Expand Down Expand Up @@ -398,7 +398,7 @@ spec:
serviceAccountName: "tide"
containers:
- name: tide
image: gcr.io/k8s-prow/tide:v20190819-d37a254a4
image: gcr.io/k8s-prow/tide:v20190820-759fd190b
args:
- --dry-run=false
- --config-path=/etc/config/config.yaml
Expand Down Expand Up @@ -475,7 +475,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: statusreconciler
image: gcr.io/k8s-prow/status-reconciler:v20190819-d37a254a4
image: gcr.io/k8s-prow/status-reconciler:v20190820-759fd190b
args:
- --dry-run=false
- --continue-on-error=true
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/statusreconciler_deployment.yaml
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: statusreconciler
image: gcr.io/k8s-prow/status-reconciler:v20190819-d37a254a4
image: gcr.io/k8s-prow/status-reconciler:v20190820-759fd190b
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/tide_deployment.yaml
Expand Up @@ -34,7 +34,7 @@ spec:
# serviceAccountName: "tide" # Uncomment for use with RBAC
containers:
- name: tide
image: gcr.io/k8s-prow/tide:v20190819-d37a254a4
image: gcr.io/k8s-prow/tide:v20190820-759fd190b
args:
- --dry-run=false
- --github-endpoint=http://ghproxy
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/tot_deployment.yaml
Expand Up @@ -65,7 +65,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: tot
image: gcr.io/k8s-prow/tot:v20190819-d37a254a4
image: gcr.io/k8s-prow/tot:v20190820-759fd190b
imagePullPolicy: Always
args:
- -storage=/store/tot.json
Expand Down
2 changes: 1 addition & 1 deletion prow/cmd/branchprotector/cronjob.yaml
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: branchprotector
image: gcr.io/k8s-prow/branchprotector:v20190819-d37a254a4
image: gcr.io/k8s-prow/branchprotector:v20190820-759fd190b
args:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
Expand Down
8 changes: 4 additions & 4 deletions prow/config.yaml
Expand Up @@ -7,10 +7,10 @@ plank:
timeout: 2h
grace_period: 15s
utility_images:
clonerefs: "gcr.io/k8s-prow/clonerefs:v20190819-d37a254a4"
initupload: "gcr.io/k8s-prow/initupload:v20190819-d37a254a4"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20190819-d37a254a4"
sidecar: "gcr.io/k8s-prow/sidecar:v20190819-d37a254a4"
clonerefs: "gcr.io/k8s-prow/clonerefs:v20190820-759fd190b"
initupload: "gcr.io/k8s-prow/initupload:v20190820-759fd190b"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20190820-759fd190b"
sidecar: "gcr.io/k8s-prow/sidecar:v20190820-759fd190b"
gcs_configuration:
bucket: "kubernetes-jenkins"
path_strategy: "legacy"
Expand Down
2 changes: 1 addition & 1 deletion testgrid/cluster/entomologist_deployment.yaml
Expand Up @@ -78,7 +78,7 @@ spec:
spec:
containers:
- name: ghproxy
image: gcr.io/k8s-prow/ghproxy:v20190819-d37a254a4
image: gcr.io/k8s-prow/ghproxy:v20190820-759fd190b
args:
- --cache-dir=/cache
- --cache-sizeGB=9
Expand Down

0 comments on commit fad2323

Please sign in to comment.