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 k8s-prow images as needed #651

Merged
merged 1 commit into from
Mar 4, 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:v20240223-d4f3b08643
image: gcr.io/k8s-prow/crier:v20240228-d64ece9e05
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:v20240223-d4f3b08643
image: gcr.io/k8s-prow/deck:v20240228-d64ece9e05
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:v20240223-d4f3b08643
image: gcr.io/k8s-prow/ghproxy:v20240228-d64ece9e05
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:v20240223-d4f3b08643
image: gcr.io/k8s-prow/hook:v20240228-d64ece9e05
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:v20240223-d4f3b08643
image: gcr.io/k8s-prow/horologium:v20240228-d64ece9e05
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:v20240223-d4f3b08643
image: gcr.io/k8s-prow/prow-controller-manager:v20240228-d64ece9e05
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:v20240223-d4f3b08643
image: gcr.io/k8s-prow/sinker:v20240228-d64ece9e05
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:v20240223-d4f3b08643
image: gcr.io/k8s-prow/status-reconciler:v20240228-d64ece9e05
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:v20240223-d4f3b08643
image: gcr.io/k8s-prow/tide:v20240228-d64ece9e05
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: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
clonerefs: gcr.io/k8s-prow/clonerefs:v20240228-d64ece9e05
entrypoint: gcr.io/k8s-prow/entrypoint:v20240228-d64ece9e05
initupload: gcr.io/k8s-prow/initupload:v20240228-d64ece9e05
sidecar: gcr.io/k8s-prow/sidecar:v20240228-d64ece9e05
resources:
clonerefs:
requests:
Expand Down Expand Up @@ -251,7 +251,7 @@ periodics:
decorate: true
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20240223-d4f3b08643
- image: gcr.io/k8s-prow/commenter:v20240228-d64ece9e05
command:
- commenter
args:
Expand Down Expand Up @@ -284,7 +284,7 @@ periodics:
decorate: true
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20240223-d4f3b08643
- image: gcr.io/k8s-prow/commenter:v20240228-d64ece9e05
command:
- commenter
args:
Expand Down Expand Up @@ -317,7 +317,7 @@ periodics:
base_ref: main
spec:
containers:
- image: gcr.io/k8s-prow/generic-autobumper:v20240223-d4f3b08643
- image: gcr.io/k8s-prow/generic-autobumper:v20240228-d64ece9e05
command:
- generic-autobumper
args:
Expand Down Expand Up @@ -1215,7 +1215,7 @@ presubmits:
decorate: true
spec:
containers:
- image: gcr.io/k8s-prow/checkconfig:v20240223-d4f3b08643
- image: gcr.io/k8s-prow/checkconfig:v20240228-d64ece9e05
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:v20240223-d4f3b08643
image: gcr.io/k8s-prow/cherrypicker:v20240228-d64ece9e05
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:v20240223-d4f3b08643
image: gcr.io/k8s-prow/jenkins-operator:v20240228-d64ece9e05
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:v20240223-d4f3b08643
image: gcr.io/k8s-prow/label_sync:v20240228-d64ece9e05
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:v20240223-d4f3b08643
image: gcr.io/k8s-prow/needs-rebase:v20240228-d64ece9e05
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
Loading