diff --git a/pkg/tools/pjtester/test_artifacts/test-prow-config.yaml b/pkg/tools/pjtester/test_artifacts/test-prow-config.yaml index 41c27923903d..9f00a88cde7f 100644 --- a/pkg/tools/pjtester/test_artifacts/test-prow-config.yaml +++ b/pkg/tools/pjtester/test_artifacts/test-prow-config.yaml @@ -23,10 +23,10 @@ plank: censoring_concurrency: 2 # 2 concurrent censoring censoring_buffer_size: 3092 # 3kB utility_images: - 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 + clonerefs: gcr.io/k8s-prow/clonerefs:v20240614-1530389fc + initupload: gcr.io/k8s-prow/initupload:v20240614-1530389fc + entrypoint: gcr.io/k8s-prow/entrypoint:v20240614-1530389fc + sidecar: gcr.io/k8s-prow/sidecar:v20240614-1530389fc gcs_configuration: bucket: kyma-prow-logs path_strategy: "explicit" diff --git a/prow/cluster/components/crier_deployment.yaml b/prow/cluster/components/crier_deployment.yaml index 797b7b69f8b2..72c47205060f 100644 --- a/prow/cluster/components/crier_deployment.yaml +++ b/prow/cluster/components/crier_deployment.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: gcr.io/k8s-prow/crier:v20240611-924d31f0c + image: gcr.io/k8s-prow/crier:v20240614-1530389fc args: - --blob-storage-workers=1 - --config-path=/etc/config/config.yaml diff --git a/prow/cluster/components/deck_deployment.yaml b/prow/cluster/components/deck_deployment.yaml index f90e73011b0e..0dd76409c710 100644 --- a/prow/cluster/components/deck_deployment.yaml +++ b/prow/cluster/components/deck_deployment.yaml @@ -38,7 +38,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20240611-924d31f0c + image: gcr.io/k8s-prow/deck:v20240614-1530389fc imagePullPolicy: Always ports: - name: http diff --git a/prow/cluster/components/ghproxy.yaml b/prow/cluster/components/ghproxy.yaml index ebba463d9885..724bd50762a2 100644 --- a/prow/cluster/components/ghproxy.yaml +++ b/prow/cluster/components/ghproxy.yaml @@ -53,7 +53,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20240611-924d31f0c + image: gcr.io/k8s-prow/ghproxy:v20240614-1530389fc args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/prow/cluster/components/hook_deployment.yaml b/prow/cluster/components/hook_deployment.yaml index 45d11454fc39..11a3824325c0 100644 --- a/prow/cluster/components/hook_deployment.yaml +++ b/prow/cluster/components/hook_deployment.yaml @@ -24,7 +24,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20240611-924d31f0c + image: gcr.io/k8s-prow/hook:v20240614-1530389fc imagePullPolicy: Always args: - --dry-run=false diff --git a/prow/cluster/components/horologium_deployment.yaml b/prow/cluster/components/horologium_deployment.yaml index af5b60a6f12e..5bd7221778bf 100644 --- a/prow/cluster/components/horologium_deployment.yaml +++ b/prow/cluster/components/horologium_deployment.yaml @@ -35,7 +35,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20240611-924d31f0c + image: gcr.io/k8s-prow/horologium:v20240614-1530389fc args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/cluster/components/prow_controller_manager_deployment.yaml b/prow/cluster/components/prow_controller_manager_deployment.yaml index a4e816f92457..707262b6d115 100644 --- a/prow/cluster/components/prow_controller_manager_deployment.yaml +++ b/prow/cluster/components/prow_controller_manager_deployment.yaml @@ -34,7 +34,7 @@ spec: serviceAccountName: prow-controller-manager containers: - name: prow-controller-manager - image: gcr.io/k8s-prow/prow-controller-manager:v20240611-924d31f0c + image: gcr.io/k8s-prow/prow-controller-manager:v20240614-1530389fc args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/prow/cluster/components/sinker_deployment.yaml b/prow/cluster/components/sinker_deployment.yaml index 3586ad829023..d2e0fe4795ce 100644 --- a/prow/cluster/components/sinker_deployment.yaml +++ b/prow/cluster/components/sinker_deployment.yaml @@ -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:v20240611-924d31f0c + image: gcr.io/k8s-prow/sinker:v20240614-1530389fc env: - name: KUBECONFIG value: "/etc/untrusted-workload-kubeconfig/config:/etc/trusted-workload-kubeconfig/config" diff --git a/prow/cluster/components/statusreconciler_deployment.yaml b/prow/cluster/components/statusreconciler_deployment.yaml index 90066e11d99c..6eef0cb2e624 100644 --- a/prow/cluster/components/statusreconciler_deployment.yaml +++ b/prow/cluster/components/statusreconciler_deployment.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: statusreconciler - image: gcr.io/k8s-prow/status-reconciler:v20240611-924d31f0c + image: gcr.io/k8s-prow/status-reconciler:v20240614-1530389fc imagePullPolicy: Always args: - --dry-run=false diff --git a/prow/cluster/components/tide_deployment.yaml b/prow/cluster/components/tide_deployment.yaml index c1e298263f9a..04e860553739 100644 --- a/prow/cluster/components/tide_deployment.yaml +++ b/prow/cluster/components/tide_deployment.yaml @@ -34,7 +34,7 @@ spec: serviceAccountName: tide containers: - name: tide - image: gcr.io/k8s-prow/tide:v20240611-924d31f0c + image: gcr.io/k8s-prow/tide:v20240614-1530389fc args: - --dry-run=false - --github-endpoint=http://ghproxy diff --git a/prow/config.yaml b/prow/config.yaml index c797d7b8ec01..c5cb87245dcf 100644 --- a/prow/config.yaml +++ b/prow/config.yaml @@ -21,10 +21,10 @@ plank: censoring_concurrency: 2 # 2 concurrent censoring censoring_buffer_size: 3092 # 3kB utility_images: - 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 + clonerefs: gcr.io/k8s-prow/clonerefs:v20240614-1530389fc + initupload: gcr.io/k8s-prow/initupload:v20240614-1530389fc + entrypoint: gcr.io/k8s-prow/entrypoint:v20240614-1530389fc + sidecar: gcr.io/k8s-prow/sidecar:v20240614-1530389fc resources: clonerefs: requests: diff --git a/prow/jobs/kyma-incubator/reconciler/reconciler.yaml b/prow/jobs/kyma-incubator/reconciler/reconciler.yaml index e4ecd1f40dc3..8d119d7dc1e2 100644 --- a/prow/jobs/kyma-incubator/reconciler/reconciler.yaml +++ b/prow/jobs/kyma-incubator/reconciler/reconciler.yaml @@ -384,7 +384,7 @@ periodics: # runs on schedule channel: jellyfish-notifications spec: containers: - - image: "gcr.io/k8s-prow/generic-autobumper:v20240611-924d31f0c" + - image: "gcr.io/k8s-prow/generic-autobumper:v20240614-1530389fc" securityContext: privileged: false seccompProfile: diff --git a/prow/jobs/kyma-project/test-infra/branchprotector.yaml b/prow/jobs/kyma-project/test-infra/branchprotector.yaml index 7f3cbb4081a2..ed8ba83be053 100644 --- a/prow/jobs/kyma-project/test-infra/branchprotector.yaml +++ b/prow/jobs/kyma-project/test-infra/branchprotector.yaml @@ -20,7 +20,7 @@ periodics: spec: containers: - name: branchprotector - image: gcr.io/k8s-prow/branchprotector:v20240611-924d31f0c + image: gcr.io/k8s-prow/branchprotector:v20240614-1530389fc command: ["branchprotector"] args: - --config-path=prow/config.yaml diff --git a/prow/jobs/kyma-project/test-infra/prow-periodics.yaml b/prow/jobs/kyma-project/test-infra/prow-periodics.yaml index 2466f679246c..0263f2ded312 100644 --- a/prow/jobs/kyma-project/test-infra/prow-periodics.yaml +++ b/prow/jobs/kyma-project/test-infra/prow-periodics.yaml @@ -119,7 +119,7 @@ periodics: # runs on schedule channel: kyma-neighbors-alerts spec: containers: - - image: "gcr.io/k8s-prow/generic-autobumper:v20240611-924d31f0c" + - image: "gcr.io/k8s-prow/generic-autobumper:v20240614-1530389fc" securityContext: privileged: false seccompProfile: @@ -189,7 +189,7 @@ periodics: # runs on schedule channel: kyma-neighbors-alerts spec: containers: - - image: "gcr.io/k8s-prow/generic-autobumper:v20240611-924d31f0c" + - image: "gcr.io/k8s-prow/generic-autobumper:v20240614-1530389fc" securityContext: privileged: false seccompProfile: diff --git a/prow/workload-cluster/ghproxy.yaml b/prow/workload-cluster/ghproxy.yaml index b8e13dca8163..a4e59fef0743 100644 --- a/prow/workload-cluster/ghproxy.yaml +++ b/prow/workload-cluster/ghproxy.yaml @@ -53,7 +53,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20240611-924d31f0c + image: gcr.io/k8s-prow/ghproxy:v20240614-1530389fc args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/templates/data/incubator-buildpack-data.yaml b/templates/data/incubator-buildpack-data.yaml index 2f0df6013ff5..60fef1404836 100644 --- a/templates/data/incubator-buildpack-data.yaml +++ b/templates/data/incubator-buildpack-data.yaml @@ -236,7 +236,7 @@ templates: decoration_config: timeout: 14400000000000 # 4h grace_period: 600000000000 # 10min - image: gcr.io/k8s-prow/generic-autobumper:v20240611-924d31f0c + image: gcr.io/k8s-prow/generic-autobumper:v20240614-1530389fc command: generic-autobumper args: - --config=/home/prow/go/src/github.com/kyma-project/test-infra/configs/autobump-config/control-plane-autobump-reconciler-config.yaml