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 Canary to v20230926-v0.0.165-24-ge8c030e5 #1239

Merged
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 cluster/canary/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:v20230707-v0.0.163-27-g43be86eb
image: gcr.io/k8s-testgrid/api:v20230926-v0.0.165-24-ge8c030e5
args:
- --allowed-origin=*
- --scope=gs://k8s-testgrid-canary
Expand Down
2 changes: 1 addition & 1 deletion cluster/canary/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:v20230707-v0.0.163-27-g43be86eb
image: gcr.io/k8s-testgrid/config_merger:v20230926-v0.0.165-24-ge8c030e5
ports:
- name: metrics
containerPort: 2112
Expand Down
2 changes: 1 addition & 1 deletion cluster/canary/summarizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
serviceAccountName: summarizer
containers:
- name: summarizer
image: gcr.io/k8s-testgrid/summarizer:v20230707-v0.0.163-27-g43be86eb
image: gcr.io/k8s-testgrid/summarizer:v20230926-v0.0.165-24-ge8c030e5
ports:
- name: metrics
containerPort: 2112
Expand Down
2 changes: 1 addition & 1 deletion cluster/canary/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:v20230707-v0.0.163-27-g43be86eb
image: gcr.io/k8s-testgrid/tabulator:v20230926-v0.0.165-24-ge8c030e5
ports:
- name: metrics
containerPort: 2112
Expand Down
2 changes: 1 addition & 1 deletion cluster/canary/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:v20230707-v0.0.163-27-g43be86eb
image: gcr.io/k8s-testgrid/updater:v20230926-v0.0.165-24-ge8c030e5
ports:
- name: metrics
containerPort: 2112
Expand Down