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 v20240611-924d31f0c #10973

Merged
merged 1 commit into from
Jun 11, 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
8 changes: 4 additions & 4 deletions pkg/tools/pjtester/test_artifacts/test-prow-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ plank:
censoring_concurrency: 2 # 2 concurrent censoring
censoring_buffer_size: 3092 # 3kB
utility_images:
clonerefs: gcr.io/k8s-prow/clonerefs:v20240531-8e43f4d08
initupload: gcr.io/k8s-prow/initupload:v20240531-8e43f4d08
entrypoint: gcr.io/k8s-prow/entrypoint:v20240531-8e43f4d08
sidecar: gcr.io/k8s-prow/sidecar:v20240531-8e43f4d08
clonerefs: gcr.io/k8s-prow/clonerefs:v20240611-924d31f0c
initupload: gcr.io/k8s-prow/initupload:v20240611-924d31f0c
entrypoint: gcr.io/k8s-prow/entrypoint:v20240611-924d31f0c
sidecar: gcr.io/k8s-prow/sidecar:v20240611-924d31f0c
gcs_configuration:
bucket: kyma-prow-logs
path_strategy: "explicit"
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/components/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:v20240531-8e43f4d08
image: gcr.io/k8s-prow/crier:v20240611-924d31f0c
args:
- --blob-storage-workers=1
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/components/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:v20240531-8e43f4d08
image: gcr.io/k8s-prow/deck:v20240611-924d31f0c
imagePullPolicy: Always
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/components/ghproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
spec:
containers:
- name: ghproxy
image: gcr.io/k8s-prow/ghproxy:v20240531-8e43f4d08
image: gcr.io/k8s-prow/ghproxy:v20240611-924d31f0c
args:
- --cache-dir=/cache
- --cache-sizeGB=99
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/components/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:v20240531-8e43f4d08
image: gcr.io/k8s-prow/hook:v20240611-924d31f0c
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/components/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:v20240531-8e43f4d08
image: gcr.io/k8s-prow/horologium:v20240611-924d31f0c
args:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
Expand Down
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:v20240531-8e43f4d08
image: gcr.io/k8s-prow/prow-controller-manager:v20240611-924d31f0c
args:
- --config-path=/etc/config/config.yaml
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/components/sinker_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
- --dry-run=false
image: gcr.io/k8s-prow/sinker:v20240531-8e43f4d08
image: gcr.io/k8s-prow/sinker:v20240611-924d31f0c
env:
- name: KUBECONFIG
value: "/etc/untrusted-workload-kubeconfig/config:/etc/trusted-workload-kubeconfig/config"
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/components/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:v20240531-8e43f4d08
image: gcr.io/k8s-prow/status-reconciler:v20240611-924d31f0c
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/components/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:v20240531-8e43f4d08
image: gcr.io/k8s-prow/tide:v20240611-924d31f0c
args:
- --dry-run=false
- --github-endpoint=http://ghproxy
Expand Down
8 changes: 4 additions & 4 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ plank:
censoring_concurrency: 2 # 2 concurrent censoring
censoring_buffer_size: 3092 # 3kB
utility_images:
clonerefs: gcr.io/k8s-prow/clonerefs:v20240531-8e43f4d08
initupload: gcr.io/k8s-prow/initupload:v20240531-8e43f4d08
entrypoint: gcr.io/k8s-prow/entrypoint:v20240531-8e43f4d08
sidecar: gcr.io/k8s-prow/sidecar:v20240531-8e43f4d08
clonerefs: gcr.io/k8s-prow/clonerefs:v20240611-924d31f0c
initupload: gcr.io/k8s-prow/initupload:v20240611-924d31f0c
entrypoint: gcr.io/k8s-prow/entrypoint:v20240611-924d31f0c
sidecar: gcr.io/k8s-prow/sidecar:v20240611-924d31f0c
resources:
clonerefs:
requests:
Expand Down
2 changes: 1 addition & 1 deletion prow/jobs/kyma-incubator/reconciler/reconciler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ periodics: # runs on schedule
channel: jellyfish-notifications
spec:
containers:
- image: "gcr.io/k8s-prow/generic-autobumper:v20240531-8e43f4d08"
- image: "gcr.io/k8s-prow/generic-autobumper:v20240611-924d31f0c"
securityContext:
privileged: false
seccompProfile:
Expand Down
2 changes: 1 addition & 1 deletion prow/jobs/kyma-project/test-infra/branchprotector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ periodics:
spec:
containers:
- name: branchprotector
image: gcr.io/k8s-prow/branchprotector:v20240531-8e43f4d08
image: gcr.io/k8s-prow/branchprotector:v20240611-924d31f0c
command: ["branchprotector"]
args:
- --config-path=prow/config.yaml
Expand Down
4 changes: 2 additions & 2 deletions prow/jobs/kyma-project/test-infra/prow-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ periodics: # runs on schedule
channel: kyma-neighbors-alerts
spec:
containers:
- image: "gcr.io/k8s-prow/generic-autobumper:v20240531-8e43f4d08"
- image: "gcr.io/k8s-prow/generic-autobumper:v20240611-924d31f0c"
securityContext:
privileged: false
seccompProfile:
Expand Down Expand Up @@ -189,7 +189,7 @@ periodics: # runs on schedule
channel: kyma-neighbors-alerts
spec:
containers:
- image: "gcr.io/k8s-prow/generic-autobumper:v20240531-8e43f4d08"
- image: "gcr.io/k8s-prow/generic-autobumper:v20240611-924d31f0c"
securityContext:
privileged: false
seccompProfile:
Expand Down
2 changes: 1 addition & 1 deletion prow/workload-cluster/ghproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
spec:
containers:
- name: ghproxy
image: gcr.io/k8s-prow/ghproxy:v20240531-8e43f4d08
image: gcr.io/k8s-prow/ghproxy:v20240611-924d31f0c
args:
- --cache-dir=/cache
- --cache-sizeGB=99
Expand Down
2 changes: 1 addition & 1 deletion templates/data/incubator-buildpack-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ templates:
decoration_config:
timeout: 14400000000000 # 4h
grace_period: 600000000000 # 10min
image: gcr.io/k8s-prow/generic-autobumper:v20240531-8e43f4d08
image: gcr.io/k8s-prow/generic-autobumper:v20240611-924d31f0c
command: generic-autobumper
args:
- --config=/home/prow/go/src/github.com/kyma-project/test-infra/configs/autobump-config/control-plane-autobump-reconciler-config.yaml
Expand Down
Loading