Skip to content

Commit

Permalink
Remove upper bound from rancher version annotation
Browse files Browse the repository at this point in the history
The chart hosted in this repository should be compatible with any Rancher version above 2.6.0, so there doesn't need to be an upper bound
  • Loading branch information
Arvind Iyengar committed Jan 30, 2023
1 parent 9395f6f commit edc2b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/helm-project-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ annotations:
catalog.cattle.io/namespace: cattle-helm-system
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/provides-gvr: helm.cattle.io.projecthelmchart/v1alpha1
catalog.cattle.io/rancher-version: '>= 2.6.0-0 <=2.6.99-0'
catalog.cattle.io/rancher-version: '>= 2.6.0-0'
catalog.cattle.io/release-name: helm-project-operator
catalog.cattle.io/os: linux,windows

0 comments on commit edc2b6b

Please sign in to comment.