From 1d6e826b9fdf510e7c264de815ae818999a93bdb Mon Sep 17 00:00:00 2001 From: Jacob Blain Christen Date: Mon, 7 Dec 2020 12:37:10 -0700 Subject: [PATCH] channel: tweak testing channel config (#575) Limit `testing` channel to alpha, beta, and rc pre-releases. --- channels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels.yaml b/channels.yaml index 7aec636005..14c7520c65 100644 --- a/channels.yaml +++ b/channels.yaml @@ -5,7 +5,7 @@ channels: latestRegexp: .* excludeRegexp: ^[^+]+- - name: testing - latestRegexp: .* + latestRegexp: -(alpha|beta|rc) github: owner: rancher repo: rke2