From 10b43c8fe5c8603c24cc7f57d0d49e6e8dd90fd6 Mon Sep 17 00:00:00 2001 From: Jacob Blain Christen Date: Mon, 7 Dec 2020 12:37:28 -0700 Subject: [PATCH] channels: tweak testing channel config(s) (#2643) Limit the `testing` channel(s) to alpha, beta, and rc pre-releases. Signed-off-by: Jacob Blain Christen --- channel.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/channel.yaml b/channel.yaml index f9754682cf..779264c4f0 100644 --- a/channel.yaml +++ b/channel.yaml @@ -6,27 +6,27 @@ channels: latestRegexp: .* excludeRegexp: ^[^+]+- - name: testing - latestRegexp: .* + latestRegexp: -(alpha|beta|rc) - name: v1.16 latestRegexp: v1\.16\..* excludeRegexp: ^[^+]+- - name: v1.16-testing - latestRegexp: v1\.16\.* + latestRegexp: v1\.16\.[0-9]*-(alpha|beta|rc) - name: v1.17 latestRegexp: v1\.17\..* excludeRegexp: ^[^+]+- - name: v1.17-testing - latestRegexp: v1\.17\..* + latestRegexp: v1\.17\.[0-9]*-(alpha|beta|rc) - name: v1.18 latestRegexp: v1\.18\..* excludeRegexp: ^[^+]+- - name: v1.18-testing - latestRegexp: v1\.18\..* + latestRegexp: v1\.18\.[0-9]*-(alpha|beta|rc) # Starting with 1.19, we aren't going to add a *-testing channel for minor releases - name: v1.19 latestRegexp: v1\.19\..* excludeRegexp: ^[^+]+- github: - owner: rancher + owner: k3s-io repo: k3s -redirectBase: https://github.com/rancher/k3s/releases/tag/ +redirectBase: https://github.com/k3s-io/k3s/releases/tag/