Merge pull request #157 from a110605/update_min_rancher

Limit harvester-ui-extension to install on Rancher 2.11.0+
This commit is contained in:
Andy Lee 2025-02-21 16:38:30 +08:00 committed by GitHub
commit 799252a789
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
"annotations": {
"catalog.cattle.io/display-name": "Harvester",
"catalog.cattle.io/kube-version": ">= 1.16.0-0",
"catalog.cattle.io/rancher-version": ">= 2.10.1-0",
"catalog.cattle.io/rancher-version": ">= 2.11.0-0",
"catalog.cattle.io/ui-extensions-version": ">= 3.0.0 < 4.0.0"
}
},