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

prow image refresh 09052024 #36

Merged
merged 2 commits into from
Sep 5, 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 .github/workflows/deploy-lts-prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
GITHUB_REPO: ${{ vars.REPO }}
HMAC_TOKEN: ${{ secrets.HMAC_TOKEN }}
MINIO_CONSOLE_PORT: 8003
K8S_PROW_IMAGE_TAG: v20240723-dbbd2d86b
K8S_PROW_IMAGE_TAG: v20240802-66b115076
steps:
- name: Generate fake mount secret
run: |
Expand Down
2 changes: 1 addition & 1 deletion config/prow/k8s/app/crier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
agentpool: prow
containers:
- name: crier
image: gcr.io/k8s-prow/crier:$K8S_PROW_IMAGE_TAG
image: us-docker.pkg.dev/k8s-infra-prow/images/crier:$K8S_PROW_IMAGE_TAG
args:
- --blob-storage-workers=10
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion config/prow/k8s/app/deck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: deck
image: gcr.io/k8s-prow/deck:$K8S_PROW_IMAGE_TAG
image: us-docker.pkg.dev/k8s-infra-prow/images/deck:$K8S_PROW_IMAGE_TAG
args:
- --config-path=/etc/config/config.yaml
- --plugin-config=/etc/plugins/plugins.yaml
Expand Down
2 changes: 1 addition & 1 deletion config/prow/k8s/app/hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: hook
image: gcr.io/k8s-prow/hook:$K8S_PROW_IMAGE_TAG
image: us-docker.pkg.dev/k8s-infra-prow/images/hook:$K8S_PROW_IMAGE_TAG
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion config/prow/k8s/app/horologium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
agentpool: prow
containers:
- name: horologium
image: gcr.io/k8s-prow/horologium:$K8S_PROW_IMAGE_TAG
image: us-docker.pkg.dev/k8s-infra-prow/images/horologium:$K8S_PROW_IMAGE_TAG
args:
- --dry-run=false
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion config/prow/k8s/app/prow-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
secretKeyRef:
name: github-token
key: appid
image: gcr.io/k8s-prow/prow-controller-manager:$K8S_PROW_IMAGE_TAG
image: us-docker.pkg.dev/k8s-infra-prow/images/prow-controller-manager:$K8S_PROW_IMAGE_TAG
volumeMounts:
- name: github-token
mountPath: /etc/github
Expand Down
2 changes: 1 addition & 1 deletion config/prow/k8s/app/sinker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
serviceAccountName: "sinker"
containers:
- name: sinker
image: gcr.io/k8s-prow/sinker:$K8S_PROW_IMAGE_TAG
image: us-docker.pkg.dev/k8s-infra-prow/images/sinker:$K8S_PROW_IMAGE_TAG
args:
- --config-path=/etc/config/config.yaml
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion config/prow/k8s/app/statusreconciler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
terminationGracePeriodSeconds: 180
containers:
- name: statusreconciler
image: gcr.io/k8s-prow/status-reconciler:$K8S_PROW_IMAGE_TAG
image: us-docker.pkg.dev/k8s-infra-prow/images/status-reconciler:$K8S_PROW_IMAGE_TAG
args:
- --dry-run=false
- --continue-on-error=true
Expand Down
2 changes: 1 addition & 1 deletion config/prow/k8s/app/tide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: "tide"
containers:
- name: tide
image: gcr.io/k8s-prow/tide:$K8S_PROW_IMAGE_TAG
image: us-docker.pkg.dev/k8s-infra-prow/images/tide:$K8S_PROW_IMAGE_TAG
args:
- --dry-run=false
- --config-path=/etc/config/config.yaml
Expand Down
8 changes: 4 additions & 4 deletions config/prow/release-branch-jobs/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ plank:
key: cert
s3_credentials_secret: s3-credentials
utility_images:
clonerefs: gcr.io/k8s-prow/clonerefs:$K8S_PROW_IMAGE_TAG
entrypoint: gcr.io/k8s-prow/entrypoint:$K8S_PROW_IMAGE_TAG
initupload: gcr.io/k8s-prow/initupload:$K8S_PROW_IMAGE_TAG
sidecar: gcr.io/k8s-prow/sidecar:$K8S_PROW_IMAGE_TAG
clonerefs: us-docker.pkg.dev/k8s-infra-prow/images/clonerefs:$K8S_PROW_IMAGE_TAG
entrypoint: us-docker.pkg.dev/k8s-infra-prow/images/entrypoint:$K8S_PROW_IMAGE_TAG
initupload: us-docker.pkg.dev/k8s-infra-prow/images/initupload:$K8S_PROW_IMAGE_TAG
sidecar: us-docker.pkg.dev/k8s-infra-prow/images/sidecar:$K8S_PROW_IMAGE_TAG

presets:
# docker-in-docker (with images/bootstrap) preset
Expand Down
Loading