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 #831

Merged
merged 1 commit into from
Aug 2, 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:v20240627-79d27b6e3
image: gcr.io/k8s-prow/crier:v20240730-12bb925b4
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:v20240627-79d27b6e3
image: gcr.io/k8s-prow/deck:v20240730-12bb925b4
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:v20240627-79d27b6e3
image: gcr.io/k8s-prow/ghproxy:v20240730-12bb925b4
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:v20240627-79d27b6e3
image: gcr.io/k8s-prow/hook:v20240730-12bb925b4
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:v20240627-79d27b6e3
image: gcr.io/k8s-prow/horologium:v20240730-12bb925b4
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:v20240627-79d27b6e3
image: gcr.io/k8s-prow/prow-controller-manager:v20240730-12bb925b4
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:v20240627-79d27b6e3
image: gcr.io/k8s-prow/sinker:v20240730-12bb925b4
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:v20240627-79d27b6e3
image: gcr.io/k8s-prow/status-reconciler:v20240730-12bb925b4
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:v20240627-79d27b6e3
image: gcr.io/k8s-prow/tide:v20240730-12bb925b4
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:v20240627-79d27b6e3
entrypoint: gcr.io/k8s-prow/entrypoint:v20240627-79d27b6e3
initupload: gcr.io/k8s-prow/initupload:v20240627-79d27b6e3
sidecar: gcr.io/k8s-prow/sidecar:v20240627-79d27b6e3
clonerefs: gcr.io/k8s-prow/clonerefs:v20240730-12bb925b4
entrypoint: gcr.io/k8s-prow/entrypoint:v20240730-12bb925b4
initupload: gcr.io/k8s-prow/initupload:v20240730-12bb925b4
sidecar: gcr.io/k8s-prow/sidecar:v20240730-12bb925b4
resources:
clonerefs:
requests:
Expand Down Expand Up @@ -141,7 +141,7 @@ periodics:
decorate: true
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20240513-a9bd71bf01
- image: gcr.io/k8s-prow/commenter:v20240731-a5d9345e59
command:
- commenter
args:
Expand Down Expand Up @@ -174,7 +174,7 @@ periodics:
decorate: true
spec:
containers:
- image: gcr.io/k8s-prow/commenter:v20240513-a9bd71bf01
- image: gcr.io/k8s-prow/commenter:v20240731-a5d9345e59
command:
- commenter
args:
Expand Down Expand Up @@ -208,7 +208,7 @@ periodics:
base_ref: main
spec:
containers:
- image: gcr.io/k8s-prow/generic-autobumper:v20240627-79d27b6e3
- image: gcr.io/k8s-prow/generic-autobumper:v20240730-12bb925b4
command:
- generic-autobumper
args:
Expand Down Expand Up @@ -1841,7 +1841,7 @@ presubmits:
decorate: true
spec:
containers:
- image: gcr.io/k8s-prow/checkconfig:v20240627-79d27b6e3
- image: gcr.io/k8s-prow/checkconfig:v20240730-12bb925b4
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:v20240627-79d27b6e3
image: gcr.io/k8s-prow/cherrypicker:v20240730-12bb925b4
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:v20240627-79d27b6e3
image: gcr.io/k8s-prow/jenkins-operator:v20240730-12bb925b4
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:v20240513-a9bd71bf01
image: gcr.io/k8s-prow/label_sync:v20240731-a5d9345e59
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:v20240627-79d27b6e3
image: gcr.io/k8s-prow/needs-rebase:v20240730-12bb925b4
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
Loading