Skip to content

Commit

Permalink
fix(config/autobumper): fixed autobumper config adding `consistentIma…
Browse files Browse the repository at this point in the history
…geExceptions`

Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Jul 24, 2024
1 parent b2c5aa4 commit 67c66f1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion config/autobump-config/prow-autobump-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,15 @@ prefixes:
refConfigFile: "config/prow/cluster/deck_deployment.yaml"
repo: "https://github.com/kubernetes/test-infra"
summarise: true
consistentImages: true
consistentImages: true
consistentImageExceptions:
- "gcr.io/k8s-prow/alpine"
- "gcr.io/k8s-prow/analyze"
- "gcr.io/k8s-prow/commenter"
- "gcr.io/k8s-prow/configurator"
- "gcr.io/k8s-prow/gcsweb"
- "gcr.io/k8s-prow/gencred"
- "gcr.io/k8s-prow/git"
- "gcr.io/k8s-prow/issue-creator"
- "gcr.io/k8s-prow/label_sync"
- "gcr.io/k8s-prow/pr-creator"

0 comments on commit 67c66f1

Please sign in to comment.