forked from k3s-io/k3s
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Make svclb as simple as possible"
This reverts commit 1befd65.
- Loading branch information
1 parent
054cec8
commit 080cbb4
Showing
6 changed files
with
161 additions
and
36 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
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
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
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
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,71 @@ | ||
--- | ||
name: "Bump Klipper LB version" | ||
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: | ||
title: "Bump Klipper LB version" | ||
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: | ||
title: "Bump Klipper LB version" | ||
kind: "github/pullrequest" | ||
scmid: "k3s" | ||
spec: | ||
automerge: false | ||
mergemethod: "squash" | ||
usetitleforautomerge: true | ||
parent: false | ||
labels: | ||
- "dependencies" | ||
|
||
sources: | ||
klipper-lb: | ||
name: "Get Klipper LB latest release version" | ||
kind: "githubrelease" | ||
spec: | ||
owner: "{{ .klipper_lb.org }}" | ||
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" }}' |
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