Skip to content

Commit

Permalink
Merge #110142
Browse files Browse the repository at this point in the history
110142: roachprod: update roachprod-gc.yaml container tag r=srosenberg a=DarrylWong

The old roachprod-gc.yaml was not updated and the container tag pointed to master, an image that was no longer used. For future reference, we now keep the container tag updated with the current image roachprod-gc-cronjob is using.

Epic: none
Release note: None

Co-authored-by: DarrylWong <[email protected]>
  • Loading branch information
craig[bot] and DarrylWong committed Sep 7, 2023
2 parents 3fb3b58 + f91b2f1 commit c5ca06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/roachprod/k8s/roachprod-gc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
spec:
containers:
- name: roachprod-gc-cronjob
image: gcr.io/cockroach-dev-inf/cockroachlabs/roachprod:master
image: gcr.io/cockroach-dev-inf/cockroachlabs/roachprod:2b6e80e938e
args:
- gc
- --gce-project=cockroach-ephemeral,cockroach-roachstress
Expand Down

0 comments on commit c5ca06d

Please sign in to comment.