-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added generic-autobumper to update all prow images
Signed-off-by: peppi-lotta <peppi-lotta.saari@est.tech>
- Loading branch information
1 parent
64aaf83
commit 61733b5
Showing
3 changed files
with
171 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
135 changes: 135 additions & 0 deletions
135
prow/manifests/overlays/metal3/external-plugins/generic-autobumper-config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
gitHubToken: "/etc/github/token" | ||
skipPullRequest: false | ||
gitHubOrg: "metal3-io" | ||
gitHubRepo: "project-infra" | ||
remoteName: "project-infra" | ||
includedConfigPaths: | ||
- "prow" | ||
targetVersion: "latest" | ||
prefixes: | ||
- name: "Crier" | ||
prefix: "gcr.io/k8s-prow/crier:" | ||
refConfigFile: "prow/manifests/base/crier.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "Deck" | ||
prefix: "gcr.io/k8s-prow/deck:" | ||
refConfigFile: "prow/manifests/base/deck.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "Ghproxy" | ||
prefix: "gcr.io/k8s-prow/ghproxy:" | ||
refConfigFile: "prow/manifests/base/ghproxy.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "Hook" | ||
prefix: "gcr.io/k8s-prow/hook:" | ||
refConfigFile: "prow/manifests/base/hook.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "Horologium" | ||
prefix: "gcr.io/k8s-prow/horologium:" | ||
refConfigFile: "prow/manifests/base/horologium.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "ProwControllerManager" | ||
prefix: "gcr.io/k8s-prow/prow-controller-manager:" | ||
refConfigFile: "prow/manifests/base/prow-controller-manager.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "GenericAutobumper" | ||
prefix: "gcr.io/k8s-prow/generic-autobumper:" | ||
refConfigFile: "prow/manifests/base/prow-controller-manager.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "Sinker" | ||
prefix: "gcr.io/k8s-prow/sinker:" | ||
refConfigFile: "prow/manifests/base/sinker.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "StatusReconciler" | ||
prefix: "gcr.io/k8s-prow/status-reconciler:" | ||
refConfigFile: "prow/manifests/base/statusreconciler.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "Tide" | ||
prefix: "gcr.io/k8s-prow/tide:" | ||
refConfigFile: "prow/manifests/base/tide.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "Clonerefs" | ||
prefix: "gcr.io/k8s-prow/clonerefs:" | ||
refConfigFile: "prow/manifests/overlays/metal3/config.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "Entrypoint" | ||
prefix: "gcr.io/k8s-prow/entrypoint:" | ||
refConfigFile: "prow/manifests/overlays/metal3/config.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "Initupload" | ||
prefix: "gcr.io/k8s-prow/initupload:" | ||
refConfigFile: "prow/manifests/overlays/metal3/config.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "Sidecar" | ||
prefix: "gcr.io/k8s-prow/sidecar:" | ||
refConfigFile: "prow/manifests/overlays/metal3/config.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "Commenter" | ||
prefix: "gcr.io/k8s-prow/commenter:" | ||
refConfigFile: "prow/manifests/overlays/metal3/config.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "Checkconfig" | ||
prefix: "gcr.io/k8s-prow/checkconfig:" | ||
refConfigFile: "prow/manifests/overlays/metal3/config.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "Checkconfig" | ||
prefix: "gcr.io/k8s-prow/checkconfig:" | ||
refConfigFile: "/Makefile" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "Cherrypicker" | ||
prefix: "gcr.io/k8s-prow/cherrypicker:" | ||
refConfigFile: "prow/manifests/overlays/metal3/external-plugins/cherrypicker_deployment.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "JenkinsOperator" | ||
prefix: "gcr.io/k8s-prow/jenkins-operator:" | ||
refConfigFile: "prow/manifests/overlays/metal3/external-plugins/jenkins-operator.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "LabelSync" | ||
prefix: "gcr.io/k8s-prow/label_sync:" | ||
refConfigFile: "prow/manifests/overlays/metal3/external-plugins/labels_cronjob.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true | ||
- name: "NeedsRebase" | ||
prefix: "gcr.io/k8s-prow/needs-rebase:" | ||
refConfigFile: "prow/manifests/overlays/metal3/external-plugins/needs-rebase_deployment.yaml" | ||
repo: "https://github.com/metal3-io/project-infra" | ||
summarise: true | ||
consistentImages: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters