Skip to content

Commit

Permalink
remove upper limit on kube version for default annotations (rancher#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 authored Aug 30, 2024
1 parent 138601c commit 53a9580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
annotations:
catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart
catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.31.0-0'
catalog.cattle.io/kube-version: '>= 1.16.0-0'
catalog.cattle.io/namespace: cattle-ui-plugin-system # Must prefix with cattle- and suffix with -system=
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux, windows
Expand Down

0 comments on commit 53a9580

Please sign in to comment.