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 Testgrid Prod to v20241218-v0.0.174-12-ga809d62a #1302

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 cluster/prod/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
serviceAccountName: api
containers:
- name: api
image: gcr.io/k8s-testgrid/api:v20240917-v0.0.174-2-g70f42770
image: gcr.io/k8s-testgrid/api:v20241218-v0.0.174-12-ga809d62a
args:
- --allowed-origin=*
- --scope=gs://k8s-testgrid
Expand Down
2 changes: 1 addition & 1 deletion cluster/prod/config_merger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
serviceAccountName: config-merger
containers:
- name: config-merger
image: gcr.io/k8s-testgrid/config_merger:v20240917-v0.0.174-2-g70f42770
image: gcr.io/k8s-testgrid/config_merger:v20241218-v0.0.174-12-ga809d62a
ports:
- name: metrics
containerPort: 2112
Expand Down
2 changes: 1 addition & 1 deletion cluster/prod/knative/summarizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
serviceAccountName: summarizer
containers:
- name: summarizer
image: gcr.io/k8s-testgrid/summarizer:v20240917-v0.0.174-2-g70f42770
image: gcr.io/k8s-testgrid/summarizer:v20241218-v0.0.174-12-ga809d62a
ports:
- name: metrics
containerPort: 2112
Expand Down
2 changes: 1 addition & 1 deletion cluster/prod/knative/tabulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
serviceAccountName: tabulator
containers:
- name: tabulator
image: gcr.io/k8s-testgrid/tabulator:v20240917-v0.0.174-2-g70f42770
image: gcr.io/k8s-testgrid/tabulator:v20241218-v0.0.174-12-ga809d62a
ports:
- name: metrics
containerPort: 2112
Expand Down
2 changes: 1 addition & 1 deletion cluster/prod/knative/updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
serviceAccountName: updater
containers:
- name: updater
image: gcr.io/k8s-testgrid/updater:v20240917-v0.0.174-2-g70f42770
image: gcr.io/k8s-testgrid/updater:v20241218-v0.0.174-12-ga809d62a
args:
- --build-timeout=10m
- --config=gs://knative-own-testgrid/config
Expand Down
2 changes: 1 addition & 1 deletion cluster/prod/summarizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
serviceAccountName: summarizer
containers:
- name: summarizer
image: gcr.io/k8s-testgrid/summarizer:v20240917-v0.0.174-2-g70f42770
image: gcr.io/k8s-testgrid/summarizer:v20241218-v0.0.174-12-ga809d62a
ports:
- name: metrics
containerPort: 2112
Expand Down
2 changes: 1 addition & 1 deletion cluster/prod/tabulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
serviceAccountName: tabulator
containers:
- name: tabulator
image: gcr.io/k8s-testgrid/tabulator:v20240917-v0.0.174-2-g70f42770
image: gcr.io/k8s-testgrid/tabulator:v20241218-v0.0.174-12-ga809d62a
ports:
- name: metrics
containerPort: 2112
Expand Down
2 changes: 1 addition & 1 deletion cluster/prod/updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: updater
containers:
- name: updater
image: gcr.io/k8s-testgrid/updater:v20240917-v0.0.174-2-g70f42770
image: gcr.io/k8s-testgrid/updater:v20241218-v0.0.174-12-ga809d62a
ports:
- name: metrics
containerPort: 2112
Expand Down