Skip to content

Commit dc6c4c8

Browse files
Kubernetes Prow Robotci-robot
Kubernetes Prow Robot
authored and
ci-robot
committed
Bumping boskos and ghproxy and prow
No gcr.io/k8s-staging-boskos/ changes. Multiple distinct gcr.io/k8s-prow/ghproxy changes: Commits | Dates | Images --- | --- | --- kubernetes/test-infra@7b4f9b1...a86d65c | 2023‑04‑11 → 2023‑04‑12 | ghproxy Multiple distinct gcr.io/k8s-prow/ changes: Commits | Dates | Images --- | --- | --- kubernetes/test-infra@7b4f9b1...a86d65c | 2023‑04‑11 → 2023‑04‑12 | clonerefs, crier, deck, entrypoint, ghproxy, hook, horologium, initupload, prow-controller-manager, sidecar, sinker, status-reconciler, tide
1 parent e409305 commit dc6c4c8

11 files changed

+14
-14
lines changed

apps/prow/cluster/crier_deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
terminationGracePeriodSeconds: 30
3434
containers:
3535
- name: crier
36-
image: gcr.io/k8s-prow/crier:v20230411-7b4f9b177a
36+
image: gcr.io/k8s-prow/crier:v20230412-a86d65c3c2
3737
args:
3838
- --blob-storage-workers=1
3939
- --config-path=/etc/config/config.yaml

apps/prow/cluster/deck_deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
terminationGracePeriodSeconds: 30
3939
containers:
4040
- name: deck
41-
image: gcr.io/k8s-prow/deck:v20230411-7b4f9b177a
41+
image: gcr.io/k8s-prow/deck:v20230412-a86d65c3c2
4242
imagePullPolicy: Always
4343
ports:
4444
- name: http

apps/prow/cluster/ghproxy_deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
spec:
5252
containers:
5353
- name: ghproxy
54-
image: gcr.io/k8s-prow/ghproxy:v20230411-7b4f9b177a
54+
image: gcr.io/k8s-prow/ghproxy:v20230412-a86d65c3c2
5555
args:
5656
- --cache-dir=/cache
5757
- --cache-sizeGB=99

apps/prow/cluster/hook_deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
terminationGracePeriodSeconds: 180
2525
containers:
2626
- name: hook
27-
image: gcr.io/k8s-prow/hook:v20230411-7b4f9b177a
27+
image: gcr.io/k8s-prow/hook:v20230412-a86d65c3c2
2828
imagePullPolicy: Always
2929
args:
3030
- --config-path=/etc/config/config.yaml

apps/prow/cluster/horologium_deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
terminationGracePeriodSeconds: 30
3636
containers:
3737
- name: horologium
38-
image: gcr.io/k8s-prow/horologium:v20230411-7b4f9b177a
38+
image: gcr.io/k8s-prow/horologium:v20230412-a86d65c3c2
3939
args:
4040
- --config-path=/etc/config/config.yaml
4141
- --dry-run=false

apps/prow/cluster/prow_controller_manager_deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
serviceAccountName: prow-controller-manager
3535
containers:
3636
- name: prow-controller-manager
37-
image: gcr.io/k8s-prow/prow-controller-manager:v20230411-7b4f9b177a
37+
image: gcr.io/k8s-prow/prow-controller-manager:v20230412-a86d65c3c2
3838
args:
3939
- --config-path=/etc/config/config.yaml
4040
- --dry-run=false

apps/prow/cluster/sinker_deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
- --dry-run=false
2424
- --job-config-path=/etc/job-config
2525
- --kubeconfig=/etc/kubeconfig/kubeconfig
26-
image: gcr.io/k8s-prow/sinker:v20230411-7b4f9b177a
26+
image: gcr.io/k8s-prow/sinker:v20230412-a86d65c3c2
2727
securityContext:
2828
allowPrivilegeEscalation: false
2929
capabilities:

apps/prow/cluster/statusreconciler_deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
terminationGracePeriodSeconds: 180
3434
containers:
3535
- name: statusreconciler
36-
image: gcr.io/k8s-prow/status-reconciler:v20230411-7b4f9b177a
36+
image: gcr.io/k8s-prow/status-reconciler:v20230412-a86d65c3c2
3737
imagePullPolicy: Always
3838
args:
3939
- --config-path=/etc/config/config.yaml

apps/prow/cluster/tide_deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
serviceAccountName: tide
3535
containers:
3636
- name: tide
37-
image: gcr.io/k8s-prow/tide:v20230411-7b4f9b177a
37+
image: gcr.io/k8s-prow/tide:v20230412-a86d65c3c2
3838
args:
3939
- --config-path=/etc/config/config.yaml
4040
- --dry-run=false

apps/prow/config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ plank:
1616
timeout: 2h
1717
grace_period: 15s
1818
utility_images:
19-
clonerefs: "gcr.io/k8s-prow/clonerefs:v20230411-7b4f9b177a"
20-
initupload: "gcr.io/k8s-prow/initupload:v20230411-7b4f9b177a"
21-
entrypoint: "gcr.io/k8s-prow/entrypoint:v20230411-7b4f9b177a"
22-
sidecar: "gcr.io/k8s-prow/sidecar:v20230411-7b4f9b177a"
19+
clonerefs: "gcr.io/k8s-prow/clonerefs:v20230412-a86d65c3c2"
20+
initupload: "gcr.io/k8s-prow/initupload:v20230412-a86d65c3c2"
21+
entrypoint: "gcr.io/k8s-prow/entrypoint:v20230412-a86d65c3c2"
22+
sidecar: "gcr.io/k8s-prow/sidecar:v20230412-a86d65c3c2"
2323
default_service_account_name: "prowjob-default-sa"
2424
gcs_configuration:
2525
bucket: k8s-infra-prow-results

infra/gcp/terraform/k8s-infra-prow-build-trusted/prow-build-trusted/resources/default/ghproxy-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
spec:
1919
containers:
2020
- name: ghproxy
21-
image: gcr.io/k8s-prow/ghproxy:v20230411-7b4f9b177a
21+
image: gcr.io/k8s-prow/ghproxy:v20230412-a86d65c3c2
2222
args:
2323
- --cache-dir=/cache
2424
- --cache-sizeGB=99

0 commit comments

Comments
 (0)