From 67c66f1bbd110e73dc49729f106c9797f29e0a0f Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Wed, 24 Jul 2024 10:22:47 +0200 Subject: [PATCH] fix(config/autobumper): fixed autobumper config adding `consistentImageExceptions` Signed-off-by: Federico Di Pierro --- config/autobump-config/prow-autobump-config.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/config/autobump-config/prow-autobump-config.yaml b/config/autobump-config/prow-autobump-config.yaml index ef887a6bfb6..4bc37dd757f 100644 --- a/config/autobump-config/prow-autobump-config.yaml +++ b/config/autobump-config/prow-autobump-config.yaml @@ -19,4 +19,15 @@ prefixes: refConfigFile: "config/prow/cluster/deck_deployment.yaml" repo: "https://github.com/kubernetes/test-infra" summarise: true - consistentImages: true \ No newline at end of file + 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"