Skip to content

Commit

Permalink
Bumping Prow (#4995)
Browse files Browse the repository at this point in the history
Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@eba6df1...e9e5d47 | 2023‑08‑30 → 2023‑09‑01 | branchprotector, checkconfig, cherrypicker, clonerefs, configurator, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide
  • Loading branch information
istio-testing authored Sep 1, 2023
1 parent 91d6e4a commit d561116
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ presubmits:
run_if_changed: '^(\.prow|prow/(config|plugins|cluster/jobs/.*))\.yaml$'
spec:
containers:
- image: gcr.io/k8s-prow/checkconfig:v20230830-eba6df1fa1
- image: gcr.io/k8s-prow/checkconfig:v20230901-e9e5d470a5
command:
- checkconfig
args:
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/cherrypicker_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: cherrypicker
image: gcr.io/k8s-prow/cherrypicker:v20230830-eba6df1fa1
image: gcr.io/k8s-prow/cherrypicker:v20230901-e9e5d470a5
args:
- --create-issue-on-conflict
- --dry-run=false
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 @@ -19,7 +19,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: crier
image: gcr.io/k8s-prow/crier:v20230830-eba6df1fa1
image: gcr.io/k8s-prow/crier:v20230901-e9e5d470a5
args:
- --blob-storage-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 @@ -24,7 +24,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck
image: gcr.io/k8s-prow/deck:v20230830-eba6df1fa1
image: gcr.io/k8s-prow/deck:v20230901-e9e5d470a5
ports:
- name: http
containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/deck_private_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck-private
image: gcr.io/k8s-prow/deck:v20230830-eba6df1fa1
image: gcr.io/k8s-prow/deck:v20230901-e9e5d470a5
ports:
- name: http
containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/ghproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
spec:
containers:
- name: ghproxy
image: gcr.io/k8s-prow/ghproxy:v20230830-eba6df1fa1
image: gcr.io/k8s-prow/ghproxy:v20230901-e9e5d470a5
args:
- --cache-dir=/cache
- --cache-sizeGB=15
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 @@ -24,7 +24,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: hook
image: gcr.io/k8s-prow/hook:v20230830-eba6df1fa1
image: gcr.io/k8s-prow/hook:v20230901-e9e5d470a5
args:
- --config-path=/etc/config/config.yaml
- --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 @@ -19,7 +19,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: horologium
image: gcr.io/k8s-prow/horologium:v20230830-eba6df1fa1
image: gcr.io/k8s-prow/horologium:v20230901-e9e5d470a5
args:
- --config-path=/etc/config/config.yaml
- --dry-run=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ presubmits:
kubernetes.io/arch: amd64
testing: test-pool
containers:
- image: gcr.io/k8s-prow/configurator:v20230830-eba6df1fa1
- image: gcr.io/k8s-prow/configurator:v20230901-e9e5d470a5
command:
- configurator
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ postsubmits:
automountServiceAccountToken: false
serviceAccountName: testgrid-updater
containers:
- image: gcr.io/k8s-prow/configurator:v20230830-eba6df1fa1
- image: gcr.io/k8s-prow/configurator:v20230901-e9e5d470a5
command:
- configurator
args:
Expand Down Expand Up @@ -47,7 +47,7 @@ periodics:
spec:
automountServiceAccountToken: false
containers:
- image: gcr.io/k8s-prow/branchprotector:v20230830-eba6df1fa1
- image: gcr.io/k8s-prow/branchprotector:v20230901-e9e5d470a5
command:
- branchprotector
args:
Expand Down Expand Up @@ -78,7 +78,7 @@ periodics:
spec:
automountServiceAccountToken: false
containers:
- image: gcr.io/k8s-prow/generic-autobumper:v20230830-eba6df1fa1
- image: gcr.io/k8s-prow/generic-autobumper:v20230901-e9e5d470a5
command:
- generic-autobumper
args:
Expand Down Expand Up @@ -113,7 +113,7 @@ periodics:
spec:
automountServiceAccountToken: false
containers:
- image: gcr.io/k8s-prow/generic-autobumper:v20230830-eba6df1fa1
- image: gcr.io/k8s-prow/generic-autobumper:v20230901-e9e5d470a5
command:
- generic-autobumper
args:
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:v20230830-eba6df1fa1
image: gcr.io/k8s-prow/needs-rebase:v20230901-e9e5d470a5
args:
- --dry-run=false
- --github-endpoint=http://ghproxy
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/prow-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
serviceAccountName: prow-controller-manager
containers:
- name: prow-controller-manager
image: gcr.io/k8s-prow/prow-controller-manager:v20230830-eba6df1fa1
image: gcr.io/k8s-prow/prow-controller-manager:v20230901-e9e5d470a5
args:
- --config-path=/etc/config/config.yaml
- --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 @@ -18,7 +18,7 @@ spec:
serviceAccountName: sinker
containers:
- name: sinker
image: gcr.io/k8s-prow/sinker:v20230830-eba6df1fa1
image: gcr.io/k8s-prow/sinker:v20230901-e9e5d470a5
args:
- --config-path=/etc/config/config.yaml
- --dry-run=false
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 @@ -19,7 +19,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: statusreconciler
image: gcr.io/k8s-prow/status-reconciler:v20230830-eba6df1fa1
image: gcr.io/k8s-prow/status-reconciler:v20230901-e9e5d470a5
imagePullPolicy: Always
args:
- --config-path=/etc/config/config.yaml
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 @@ -18,7 +18,7 @@ spec:
serviceAccountName: tide
containers:
- name: tide
image: gcr.io/k8s-prow/tide:v20230830-eba6df1fa1
image: gcr.io/k8s-prow/tide:v20230901-e9e5d470a5
args:
- --config-path=/etc/config/config.yaml
- --dry-run=false
Expand Down
8 changes: 4 additions & 4 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ plank:
timeout: 2h
grace_period: 15s
utility_images:
clonerefs: "gcr.io/k8s-prow/clonerefs:v20230830-eba6df1fa1"
initupload: "gcr.io/k8s-prow/initupload:v20230830-eba6df1fa1"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20230830-eba6df1fa1"
sidecar: "gcr.io/k8s-prow/sidecar:v20230830-eba6df1fa1"
clonerefs: "gcr.io/k8s-prow/clonerefs:v20230901-e9e5d470a5"
initupload: "gcr.io/k8s-prow/initupload:v20230901-e9e5d470a5"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20230901-e9e5d470a5"
sidecar: "gcr.io/k8s-prow/sidecar:v20230901-e9e5d470a5"
gcs_configuration:
bucket: "istio-prow"
path_strategy: "explicit"
Expand Down

0 comments on commit d561116

Please sign in to comment.