forked from k3s-io/k3s
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Release-1.30] Revert "Make svclb as simple as possible" (k3s-io#11113)
* Revert "Make svclb as simple as possible" This reverts commit 1befd65. Signed-off-by: manuelbuil <mbuil@suse.com> Signed-off-by: Derek Nola <derek.nola@suse.com> * Pin E2E tests to 22.04 Signed-off-by: Derek Nola <derek.nola@suse.com> --------- Signed-off-by: manuelbuil <mbuil@suse.com> Signed-off-by: Derek Nola <derek.nola@suse.com> Co-authored-by: manuelbuil <mbuil@suse.com>
- Loading branch information
1 parent
29fd916
commit 5ec454f
Showing
6 changed files
with
156 additions
and
19 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