File tree 11 files changed +14
-14
lines changed
infra/gcp/terraform/k8s-infra-prow-build-trusted/prow-build-trusted/resources/default
11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 33
33
terminationGracePeriodSeconds : 30
34
34
containers :
35
35
- name : crier
36
- image : gcr.io/k8s-prow/crier:v20230411-7b4f9b177a
36
+ image : gcr.io/k8s-prow/crier:v20230412-a86d65c3c2
37
37
args :
38
38
- --blob-storage-workers=1
39
39
- --config-path=/etc/config/config.yaml
Original file line number Diff line number Diff line change 38
38
terminationGracePeriodSeconds : 30
39
39
containers :
40
40
- name : deck
41
- image : gcr.io/k8s-prow/deck:v20230411-7b4f9b177a
41
+ image : gcr.io/k8s-prow/deck:v20230412-a86d65c3c2
42
42
imagePullPolicy : Always
43
43
ports :
44
44
- name : http
Original file line number Diff line number Diff line change 51
51
spec :
52
52
containers :
53
53
- name : ghproxy
54
- image : gcr.io/k8s-prow/ghproxy:v20230411-7b4f9b177a
54
+ image : gcr.io/k8s-prow/ghproxy:v20230412-a86d65c3c2
55
55
args :
56
56
- --cache-dir=/cache
57
57
- --cache-sizeGB=99
Original file line number Diff line number Diff line change 24
24
terminationGracePeriodSeconds : 180
25
25
containers :
26
26
- name : hook
27
- image : gcr.io/k8s-prow/hook:v20230411-7b4f9b177a
27
+ image : gcr.io/k8s-prow/hook:v20230412-a86d65c3c2
28
28
imagePullPolicy : Always
29
29
args :
30
30
- --config-path=/etc/config/config.yaml
Original file line number Diff line number Diff line change 35
35
terminationGracePeriodSeconds : 30
36
36
containers :
37
37
- name : horologium
38
- image : gcr.io/k8s-prow/horologium:v20230411-7b4f9b177a
38
+ image : gcr.io/k8s-prow/horologium:v20230412-a86d65c3c2
39
39
args :
40
40
- --config-path=/etc/config/config.yaml
41
41
- --dry-run=false
Original file line number Diff line number Diff line change 34
34
serviceAccountName : prow-controller-manager
35
35
containers :
36
36
- 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
38
38
args :
39
39
- --config-path=/etc/config/config.yaml
40
40
- --dry-run=false
Original file line number Diff line number Diff line change 23
23
- --dry-run=false
24
24
- --job-config-path=/etc/job-config
25
25
- --kubeconfig=/etc/kubeconfig/kubeconfig
26
- image : gcr.io/k8s-prow/sinker:v20230411-7b4f9b177a
26
+ image : gcr.io/k8s-prow/sinker:v20230412-a86d65c3c2
27
27
securityContext :
28
28
allowPrivilegeEscalation : false
29
29
capabilities :
Original file line number Diff line number Diff line change 33
33
terminationGracePeriodSeconds : 180
34
34
containers :
35
35
- name : statusreconciler
36
- image : gcr.io/k8s-prow/status-reconciler:v20230411-7b4f9b177a
36
+ image : gcr.io/k8s-prow/status-reconciler:v20230412-a86d65c3c2
37
37
imagePullPolicy : Always
38
38
args :
39
39
- --config-path=/etc/config/config.yaml
Original file line number Diff line number Diff line change 34
34
serviceAccountName : tide
35
35
containers :
36
36
- name : tide
37
- image : gcr.io/k8s-prow/tide:v20230411-7b4f9b177a
37
+ image : gcr.io/k8s-prow/tide:v20230412-a86d65c3c2
38
38
args :
39
39
- --config-path=/etc/config/config.yaml
40
40
- --dry-run=false
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ plank:
16
16
timeout : 2h
17
17
grace_period : 15s
18
18
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 "
23
23
default_service_account_name : " prowjob-default-sa"
24
24
gcs_configuration :
25
25
bucket : k8s-infra-prow-results
Original file line number Diff line number Diff line change 18
18
spec :
19
19
containers :
20
20
- name : ghproxy
21
- image : gcr.io/k8s-prow/ghproxy:v20230411-7b4f9b177a
21
+ image : gcr.io/k8s-prow/ghproxy:v20230412-a86d65c3c2
22
22
args :
23
23
- --cache-dir=/cache
24
24
- --cache-sizeGB=99
You can’t perform that action at this time.
0 commit comments