mirror of https://github.com/k3s-io/k3s
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.8 KiB
72 lines
1.8 KiB
2 years ago
|
---
|
||
2 years ago
|
name: "Bump Klipper LB version"
|
||
2 years ago
|
scms:
|
||
|
k3s:
|
||
|
kind: "github"
|
||
|
spec:
|
||
|
user: "{{ .github.user }}"
|
||
|
email: "{{ .github.email }}"
|
||
|
username: "{{ .github.username }}"
|
||
|
token: "{{ requiredEnv .github.token }}"
|
||
|
owner: "{{ .k3s.org }}"
|
||
|
repository: "{{ .k3s.repo }}"
|
||
|
branch: "{{ .k3s.branch }}"
|
||
|
commitmessage:
|
||
2 years ago
|
title: "Bump Klipper LB version"
|
||
2 years ago
|
klipper-lb:
|
||
|
kind: "github"
|
||
|
spec:
|
||
|
user: "{{ .github.user }}"
|
||
|
email: "{{ .github.email }}"
|
||
|
username: "{{ .github.username }}"
|
||
|
token: "{{ requiredEnv .github.token }}"
|
||
|
owner: "{{ .k3s.org }}"
|
||
|
repository: "{{ .klipper_lb.repo }}"
|
||
|
branch: "{{ .klipper_lb.branch }}"
|
||
|
|
||
|
actions:
|
||
|
github:
|
||
2 years ago
|
title: "Bump Klipper LB version"
|
||
2 years ago
|
kind: "github/pullrequest"
|
||
|
scmid: "k3s"
|
||
|
spec:
|
||
|
automerge: false
|
||
|
mergemethod: "squash"
|
||
|
usetitleforautomerge: true
|
||
2 years ago
|
parent: false
|
||
2 years ago
|
labels:
|
||
|
- "dependencies"
|
||
2 years ago
|
|
||
|
sources:
|
||
|
klipper-lb:
|
||
|
name: "Get Klipper LB latest release version"
|
||
|
kind: "githubrelease"
|
||
|
spec:
|
||
2 years ago
|
owner: "{{ .klipper_lb.org }}"
|
||
2 years ago
|
repository: "{{ .klipper_lb.repo }}"
|
||
|
branch: "{{ .klipper_lb.branch }}"
|
||
|
token: "{{ requiredEnv .github.token }}"
|
||
|
versionfilter:
|
||
|
kind: "latest"
|
||
|
|
||
|
conditions:
|
||
|
klipper-lb:
|
||
|
name: "Check rancher/klipper-lb image version in DockerHub"
|
||
|
kind: "dockerimage"
|
||
|
sourceid: "klipper-lb"
|
||
|
spec:
|
||
|
image: "rancher/klipper-lb"
|
||
|
|
||
|
targets:
|
||
|
klipper-lb:
|
||
|
name: "Update rancher/klipper-lb image versions"
|
||
|
kind: "file"
|
||
|
scmid: "k3s"
|
||
|
sourceid: "klipper-lb"
|
||
|
spec:
|
||
|
files:
|
||
|
- "pkg/cloudprovider/servicelb.go"
|
||
|
- "scripts/airgap/image-list.txt"
|
||
|
matchpattern: 'rancher/klipper-lb:v\d+\.\d+\.\d+(-\w+)?'
|
||
|
replacepattern: 'rancher/klipper-lb:{{ source "klipper-lb" }}'
|