Browse Source

Update channels with 1.30 (#10097)

Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
pull/10112/head
Hussein Galal 6 months ago committed by GitHub
parent
commit
1cd7986b50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      channel.yaml

3
channel.yaml

@ -56,6 +56,9 @@ channels:
- name: v1.29 - name: v1.29
latestRegexp: v1\.29\..* latestRegexp: v1\.29\..*
excludeRegexp: ^[^+]+- excludeRegexp: ^[^+]+-
- name: v1.30
latestRegexp: v1\.30\..*
excludeRegexp: ^[^+]+-
github: github:
owner: k3s-io owner: k3s-io
repo: k3s repo: k3s

Loading…
Cancel
Save