Skip to content

Commit

Permalink
bump upper limit of kube version annotation in default chart.yaml (#1…
Browse files Browse the repository at this point in the history
…1715)

* bump upper limit of kube version annotation in default chart.yaml

* update version
  • Loading branch information
aalves08 committed Aug 27, 2024
1 parent 9d03336 commit 91b4a3d
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.29.0-0'
catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.31.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 91b4a3d

Please sign in to comment.