Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update prow to v20240122-427eba29a5 and ghproxy as needed #6314

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/prow/cluster/crier_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: crier
image: gcr.io/k8s-prow/crier:v20240122-7691875ad8
image: gcr.io/k8s-prow/crier:v20240122-427eba29a5
args:
- --blob-storage-workers=1
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion apps/prow/cluster/deck_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck
image: gcr.io/k8s-prow/deck:v20240122-7691875ad8
image: gcr.io/k8s-prow/deck:v20240122-427eba29a5
imagePullPolicy: Always
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion apps/prow/cluster/ghproxy_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
spec:
containers:
- name: ghproxy
image: gcr.io/k8s-prow/ghproxy:v20240122-7691875ad8
image: gcr.io/k8s-prow/ghproxy:v20240122-427eba29a5
args:
- --cache-dir=/cache
- --cache-sizeGB=99
Expand Down
2 changes: 1 addition & 1 deletion apps/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:v20240122-7691875ad8
image: gcr.io/k8s-prow/hook:v20240122-427eba29a5
imagePullPolicy: Always
args:
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion apps/prow/cluster/horologium_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: horologium
image: gcr.io/k8s-prow/horologium:v20240122-7691875ad8
image: gcr.io/k8s-prow/horologium:v20240122-427eba29a5
args:
- --config-path=/etc/config/config.yaml
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion apps/prow/cluster/prow_controller_manager_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
serviceAccountName: prow-controller-manager
containers:
- name: prow-controller-manager
image: gcr.io/k8s-prow/prow-controller-manager:v20240122-7691875ad8
image: gcr.io/k8s-prow/prow-controller-manager:v20240122-427eba29a5
args:
- --config-path=/etc/config/config.yaml
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion apps/prow/cluster/sinker_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- --dry-run=false
- --job-config-path=/etc/job-config
- --kubeconfig=/etc/kubeconfig/kubeconfig
image: gcr.io/k8s-prow/sinker:v20240122-7691875ad8
image: gcr.io/k8s-prow/sinker:v20240122-427eba29a5
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
2 changes: 1 addition & 1 deletion apps/prow/cluster/statusreconciler_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: statusreconciler
image: gcr.io/k8s-prow/status-reconciler:v20240122-7691875ad8
image: gcr.io/k8s-prow/status-reconciler:v20240122-427eba29a5
imagePullPolicy: Always
args:
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion apps/prow/cluster/tide_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
serviceAccountName: tide
containers:
- name: tide
image: gcr.io/k8s-prow/tide:v20240122-7691875ad8
image: gcr.io/k8s-prow/tide:v20240122-427eba29a5
args:
- --config-path=/etc/config/config.yaml
- --dry-run=false
Expand Down
8 changes: 4 additions & 4 deletions apps/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ plank:
timeout: 2h
grace_period: 15s
utility_images:
clonerefs: "gcr.io/k8s-prow/clonerefs:v20240122-7691875ad8"
initupload: "gcr.io/k8s-prow/initupload:v20240122-7691875ad8"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20240122-7691875ad8"
sidecar: "gcr.io/k8s-prow/sidecar:v20240122-7691875ad8"
clonerefs: "gcr.io/k8s-prow/clonerefs:v20240122-427eba29a5"
initupload: "gcr.io/k8s-prow/initupload:v20240122-427eba29a5"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20240122-427eba29a5"
sidecar: "gcr.io/k8s-prow/sidecar:v20240122-427eba29a5"
default_service_account_name: "prowjob-default-sa"
gcs_configuration:
bucket: k8s-infra-prow-results
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: ghproxy
image: gcr.io/k8s-prow/ghproxy:v20240122-7691875ad8
image: gcr.io/k8s-prow/ghproxy:v20240122-427eba29a5
args:
- --cache-dir=/cache
- --cache-sizeGB=99
Expand Down