Skip to content

Commit

Permalink
update prow componenets to v20190517-bb7028b16 (knative#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaodaiG authored and knative-prow-robot committed May 18, 2019
1 parent dbcbfe3 commit 199fc8b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions ci/prow/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: hook
image: gcr.io/k8s-prow/hook:v20190415-c700e7878
image: gcr.io/k8s-prow/hook:v20190517-bb7028b16
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down Expand Up @@ -149,7 +149,7 @@ spec:
containers:
- name: plank
# Update plank utility_images versions in config.yaml when updating this version
image: gcr.io/k8s-prow/plank:v20190415-c700e7878
image: gcr.io/k8s-prow/plank:v20190517-bb7028b16
args:
- --dry-run=false
volumeMounts:
Expand Down Expand Up @@ -183,7 +183,7 @@ spec:
serviceAccountName: "sinker"
containers:
- name: sinker
image: gcr.io/k8s-prow/sinker:v20190415-c700e7878
image: gcr.io/k8s-prow/sinker:v20190517-bb7028b16
volumeMounts:
- name: config
mountPath: /etc/config
Expand Down Expand Up @@ -215,7 +215,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck
image: gcr.io/k8s-prow/deck:v20190415-c700e7878
image: gcr.io/k8s-prow/deck:v20190517-bb7028b16
args:
- --hook-url=http://hook:8888/plugin-help
- --tide-url=http://tide/
Expand Down Expand Up @@ -260,7 +260,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: horologium
image: gcr.io/k8s-prow/horologium:v20190415-c700e7878
image: gcr.io/k8s-prow/horologium:v20190517-bb7028b16
volumeMounts:
- name: config
mountPath: /etc/config
Expand Down Expand Up @@ -328,7 +328,7 @@ spec:
serviceAccountName: "tide"
containers:
- name: tide
image: gcr.io/k8s-prow/tide:v20190415-c700e7878
image: gcr.io/k8s-prow/tide:v20190517-bb7028b16
args:
- --dry-run=false
ports:
Expand Down Expand Up @@ -366,7 +366,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: crier
image: gcr.io/k8s-prow/crier:v20190415-c700e7878
image: gcr.io/k8s-prow/crier:v20190517-bb7028b16
args:
- --pubsub-workers=1
- --report-agent=knative-build
Expand Down
8 changes: 4 additions & 4 deletions ci/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ plank:
grace_period: 15000000000 # 15s
utility_images:
# Update these versions when updating plank version in cluster.yaml
clonerefs: "gcr.io/k8s-prow/clonerefs:v20190415-c700e7878"
initupload: "gcr.io/k8s-prow/initupload:v20190415-c700e7878"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20190415-c700e7878"
sidecar: "gcr.io/k8s-prow/sidecar:v20190415-c700e7878"
clonerefs: "gcr.io/k8s-prow/clonerefs:v20190517-bb7028b16"
initupload: "gcr.io/k8s-prow/initupload:v20190517-bb7028b16"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20190517-bb7028b16"
sidecar: "gcr.io/k8s-prow/sidecar:v20190517-bb7028b16"
gcs_configuration:
bucket: "knative-prow"
path_strategy: "explicit"
Expand Down
8 changes: 4 additions & 4 deletions ci/prow/make_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,10 @@ plank:
grace_period: 15000000000 # 15s
utility_images:
# Update these versions when updating plank version in cluster.yaml
clonerefs: "gcr.io/k8s-prow/clonerefs:v20190415-c700e7878"
initupload: "gcr.io/k8s-prow/initupload:v20190415-c700e7878"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20190415-c700e7878"
sidecar: "gcr.io/k8s-prow/sidecar:v20190415-c700e7878"
clonerefs: "gcr.io/k8s-prow/clonerefs:v20190517-bb7028b16"
initupload: "gcr.io/k8s-prow/initupload:v20190517-bb7028b16"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20190517-bb7028b16"
sidecar: "gcr.io/k8s-prow/sidecar:v20190517-bb7028b16"
gcs_configuration:
bucket: "[[.GcsBucket]]"
path_strategy: "explicit"
Expand Down

0 comments on commit 199fc8b

Please sign in to comment.