diff --git a/pkg/tools/pjtester/test_artifacts/test-prow-config.yaml b/pkg/tools/pjtester/test_artifacts/test-prow-config.yaml index b4de9b265a70..41c27923903d 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: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" diff --git a/prow/cluster/components/crier_deployment.yaml b/prow/cluster/components/crier_deployment.yaml index d619c9cab3db..797b7b69f8b2 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:v20240531-8e43f4d08 + image: gcr.io/k8s-prow/crier:v20240611-924d31f0c 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 46aa5ae331ac..f90e73011b0e 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:v20240531-8e43f4d08 + image: gcr.io/k8s-prow/deck:v20240611-924d31f0c imagePullPolicy: Always ports: - name: http diff --git a/prow/cluster/components/ghproxy.yaml b/prow/cluster/components/ghproxy.yaml index 9dee17ccfb4e..ebba463d9885 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:v20240531-8e43f4d08 + image: gcr.io/k8s-prow/ghproxy:v20240611-924d31f0c args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/prow/cluster/components/hook_deployment.yaml b/prow/cluster/components/hook_deployment.yaml index 0906ca57d6c0..45d11454fc39 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:v20240531-8e43f4d08 + image: gcr.io/k8s-prow/hook:v20240611-924d31f0c imagePullPolicy: Always args: - --dry-run=false diff --git a/prow/cluster/components/horologium_deployment.yaml b/prow/cluster/components/horologium_deployment.yaml index c46971f79e0d..af5b60a6f12e 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:v20240531-8e43f4d08 + image: gcr.io/k8s-prow/horologium:v20240611-924d31f0c 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 74f84dfb8c91..a4e816f92457 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:v20240531-8e43f4d08 + image: gcr.io/k8s-prow/prow-controller-manager:v20240611-924d31f0c 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 81f32bbd5f3b..3586ad829023 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:v20240531-8e43f4d08 + image: gcr.io/k8s-prow/sinker:v20240611-924d31f0c 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 307074db8898..90066e11d99c 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:v20240531-8e43f4d08 + image: gcr.io/k8s-prow/status-reconciler:v20240611-924d31f0c imagePullPolicy: Always args: - --dry-run=false diff --git a/prow/cluster/components/tide_deployment.yaml b/prow/cluster/components/tide_deployment.yaml index 9048fa486781..c1e298263f9a 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:v20240531-8e43f4d08 + image: gcr.io/k8s-prow/tide:v20240611-924d31f0c args: - --dry-run=false - --github-endpoint=http://ghproxy diff --git a/prow/config.yaml b/prow/config.yaml index 829662a66dc4..835cabe9c6d0 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: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: diff --git a/prow/jobs/kyma-incubator/reconciler/reconciler.yaml b/prow/jobs/kyma-incubator/reconciler/reconciler.yaml index 98c849c95d2c..11e63c0058ba 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:v20240531-8e43f4d08" + - image: "gcr.io/k8s-prow/generic-autobumper:v20240611-924d31f0c" 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 4e7c82b9ce1f..7f3cbb4081a2 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:v20240531-8e43f4d08 + image: gcr.io/k8s-prow/branchprotector:v20240611-924d31f0c 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 fc5eac884daa..1b89aa3eb50b 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:v20240531-8e43f4d08" + - image: "gcr.io/k8s-prow/generic-autobumper:v20240611-924d31f0c" 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:v20240531-8e43f4d08" + - image: "gcr.io/k8s-prow/generic-autobumper:v20240611-924d31f0c" securityContext: privileged: false seccompProfile: diff --git a/prow/workload-cluster/ghproxy.yaml b/prow/workload-cluster/ghproxy.yaml index 7ebfec0df2d8..b8e13dca8163 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:v20240531-8e43f4d08 + image: gcr.io/k8s-prow/ghproxy:v20240611-924d31f0c args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/templates/data/incubator-buildpack-data.yaml b/templates/data/incubator-buildpack-data.yaml index 54f75f7a0bd3..dc55e19c33ab 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: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