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

Bump prow images to v20240223-d4f3b08643 #639

Merged
merged 1 commit into from
Feb 27, 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 prow/manifests/base/crier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: crier
image: gcr.io/k8s-prow/crier:v20230329-c93d79fb7d
image: gcr.io/k8s-prow/crier:v20240223-d4f3b08643
args:
- --blob-storage-workers=10
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion prow/manifests/base/deck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck
image: gcr.io/k8s-prow/deck:v20230329-c93d79fb7d
image: gcr.io/k8s-prow/deck:v20240223-d4f3b08643
args:
- --config-path=/etc/config/config.yaml
- --plugin-config=/etc/plugins/plugins.yaml
Expand Down
2 changes: 1 addition & 1 deletion prow/manifests/base/ghproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
spec:
containers:
- name: ghproxy
image: gcr.io/k8s-prow/ghproxy:v20230329-c93d79fb7d
image: gcr.io/k8s-prow/ghproxy:v20240223-d4f3b08643
args:
- --cache-dir=/cache
- --cache-sizeGB=99
Expand Down
2 changes: 1 addition & 1 deletion prow/manifests/base/hook.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:v20230329-c93d79fb7d
image: gcr.io/k8s-prow/hook:v20240223-d4f3b08643
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/manifests/base/horologium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: horologium
image: gcr.io/k8s-prow/horologium:v20230329-c93d79fb7d
image: gcr.io/k8s-prow/horologium:v20240223-d4f3b08643
args:
- --dry-run=false
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion prow/manifests/base/prow-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- --github-endpoint=https://api.github.com
- --enable-controller=plank
- --github-token-path=/etc/github/token
image: gcr.io/k8s-prow/prow-controller-manager:v20211102-f06db4e3d1
image: gcr.io/k8s-prow/prow-controller-manager:v20240223-d4f3b08643
volumeMounts:
- name: github-token
mountPath: /etc/github
Expand Down
2 changes: 1 addition & 1 deletion prow/manifests/base/sinker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: "sinker"
containers:
- name: sinker
image: gcr.io/k8s-prow/sinker:v20230329-c93d79fb7d
image: gcr.io/k8s-prow/sinker:v20240223-d4f3b08643
args:
- --config-path=/etc/config/config.yaml
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/manifests/base/statusreconciler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: statusreconciler
image: gcr.io/k8s-prow/status-reconciler:v20230329-c93d79fb7d
image: gcr.io/k8s-prow/status-reconciler:v20240223-d4f3b08643
args:
- --dry-run=false
- --continue-on-error=true
Expand Down
2 changes: 1 addition & 1 deletion prow/manifests/base/tide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: "tide"
containers:
- name: tide
image: gcr.io/k8s-prow/tide:v20230329-c93d79fb7d
image: gcr.io/k8s-prow/tide:v20240223-d4f3b08643
args:
- --dry-run=false
- --config-path=/etc/config/config.yaml
Expand Down
16 changes: 8 additions & 8 deletions prow/manifests/overlays/metal3/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ plank:
path_strategy: explicit
s3_credentials_secret: s3-credentials
utility_images:
clonerefs: gcr.io/k8s-prow/clonerefs:v20231011-33fbc60185
entrypoint: gcr.io/k8s-prow/entrypoint:v20231011-33fbc60185
initupload: gcr.io/k8s-prow/initupload:v20231011-33fbc60185
sidecar: gcr.io/k8s-prow/sidecar:v20231011-33fbc60185
clonerefs: gcr.io/k8s-prow/clonerefs:v20240223-d4f3b08643
entrypoint: gcr.io/k8s-prow/entrypoint:v20240223-d4f3b08643
initupload: gcr.io/k8s-prow/initupload:v20240223-d4f3b08643
sidecar: gcr.io/k8s-prow/sidecar:v20240223-d4f3b08643
resources:
clonerefs:
requests:
Expand Down Expand Up @@ -251,7 +251,7 @@ periodics:
decorate: true
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20231011-33fbc60185
- image: gcr.io/k8s-prow/commenter:v20240223-d4f3b08643
command:
- commenter
args:
Expand Down Expand Up @@ -284,7 +284,7 @@ periodics:
decorate: true
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20231011-33fbc60185
- image: gcr.io/k8s-prow/commenter:v20240223-d4f3b08643
command:
- commenter
args:
Expand Down Expand Up @@ -317,7 +317,7 @@ periodics:
base_ref: main
spec:
containers:
- image: gcr.io/k8s-prow/generic-autobumper:v20240205-8f023a0da6
- image: gcr.io/k8s-prow/generic-autobumper:v20240223-d4f3b08643
command:
- generic-autobumper
args:
Expand Down Expand Up @@ -1205,7 +1205,7 @@ presubmits:
decorate: true
spec:
containers:
- image: gcr.io/k8s-prow/checkconfig:v20231011-33fbc60185
- image: gcr.io/k8s-prow/checkconfig:v20240223-d4f3b08643
command:
- checkconfig
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: cherrypicker
image: gcr.io/k8s-prow/cherrypicker:v20211111-bce61c7c4a
image: gcr.io/k8s-prow/cherrypicker:v20240223-d4f3b08643
imagePullPolicy: Always
args:
- --github-token-path=/etc/github/token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
serviceAccountName: jenkins-operator
containers:
- name: jenkins-operator
image: gcr.io/k8s-prow/jenkins-operator:v20231011-33fbc60185
image: gcr.io/k8s-prow/jenkins-operator:v20240223-d4f3b08643
args:
- --config-path=/etc/config/config.yaml
- --jenkins-url=https://jenkins.nordix.org
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: label-sync
image: gcr.io/k8s-prow/label_sync:v20211111-bce61c7c4a
image: gcr.io/k8s-prow/label_sync:v20240223-d4f3b08643
args:
- --config=/etc/config/labels.yaml
- --confirm=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: needs-rebase
image: gcr.io/k8s-prow/needs-rebase:v20210916-3c87dfedd5
image: gcr.io/k8s-prow/needs-rebase:v20240223-d4f3b08643
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
Loading