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

chore(mirrorbits-parent): add updatecli manifest #669

Merged
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
77 changes: 77 additions & 0 deletions updatecli/updatecli.d/mirrorbits-parent.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
name: Bump `mirrorbits-parent` subchart versions

scms:
default:
kind: github
spec:
user: "{{ .github.user }}"
email: "{{ .github.email }}"
owner: "{{ .github.owner }}"
repository: "{{ .github.repository }}"
token: "{{ requiredEnv .github.token }}"
username: "{{ .github.username }}"
branch: "{{ .github.branch }}"

sources:
lastMirrorbitsLiteChartVersion:
kind: helmchart
name: get last mirrorbits-lite chart version
spec:
url: https://jenkins-infra.github.io/helm-charts
name: mirrorbits-lite
lastHttpdChartVersion:
kind: helmchart
name: get last httpd chart version
spec:
url: https://jenkins-infra.github.io/helm-charts
name: httpd
lastRsyncdChartVersion:
kind: helmchart
name: get last chart version
spec:
url: https://jenkins-infra.github.io/helm-charts
name: rsyncd

targets:
updateMirrorbitsLite:
name: Update mirrorbits-lite subchart version
sourceid: lastMirrorbitsLiteChartVersion
kind: helmchart
spec:
name: charts/mirrorbits-parent
file: Chart.yaml
key: $.mirrorbits-lite.version
versionincrement: patch
scmid: default
updateHttpd:
name: Update httpd subchart version
sourceid: lastHttpdChartVersion
kind: helmchart
spec:
name: charts/mirrorbits-parent
file: Chart.yaml
key: $.httpd.version
versionincrement: patch
scmid: default
updateRsyncd:
name: Update rsyncd subchart version
sourceid: lastRsyncdChartVersion
kind: helmchart
spec:
name: charts/mirrorbits-parent
file: Chart.yaml
key: $.rsyncd.version
versionincrement: patch
scmid: default

actions:
default:
kind: github/pullrequest
scmid: default
title: Bump `mirrorbits-parent` subchart versions
spec:
labels:
- dependencies
- mirrorbits-lite
- httpd
- rsyncd