UNCLASSIFIED

Unverified Commit b4fc82de authored by Brian Downs's avatar Brian Downs Committed by GitHub
Browse files

Update channels.yaml to exclude v1.21.3+rke2r2 (#1712)

* update channels.yaml to exclude v1.21.3+rke2r2 from 1.21 and latest
parent a81afac4
...@@ -3,7 +3,7 @@ channels: ...@@ -3,7 +3,7 @@ channels:
latest: v1.21.3+rke2r1 latest: v1.21.3+rke2r1
- name: latest - name: latest
latestRegexp: .* latestRegexp: .*
excludeRegexp: ^[^+]+- excludeRegexp: (^[^+]+-|v1\.21\.3\+rke2r2)
- name: v1.18 - name: v1.18
latestRegexp: v1\.18\..* latestRegexp: v1\.18\..*
excludeRegexp: ^[^+]+- excludeRegexp: ^[^+]+-
...@@ -17,7 +17,7 @@ channels: ...@@ -17,7 +17,7 @@ channels:
excludeRegexp: (^[^+]+-|v1\.20\.9\+rke2r1) excludeRegexp: (^[^+]+-|v1\.20\.9\+rke2r1)
- name: v1.21 - name: v1.21
latestRegexp: v1\.21\..* latestRegexp: v1\.21\..*
excludeRegexp: ^[^+]+- excludeRegexp: (^[^+]+-|v1\.21\.3\+rke2r2)
github: github:
owner: rancher owner: rancher
repo: rke2 repo: rke2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment