Skip to content

Commit

Permalink
Merge pull request #231 from aalves08/fix-annotations-v2.0.0
Browse files Browse the repository at this point in the history
update annotations so that Elemental 2.0.0 won't run in Rancher 2.10
  • Loading branch information
aalves08 authored Nov 25, 2024
2 parents 7a26241 + 2350195 commit 376d24d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkg/elemental/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "elemental",
"description": "OS Management extension",
"version": "2.0.0",
"version": "2.0.0-rc.3",
"private": false,
"rancher": {
"annotations": {
"catalog.cattle.io/kube-version": ">= 1.16.0-0",
"catalog.cattle.io/rancher-version": ">= 2.9.0-0",
"catalog.cattle.io/ui-extensions-version": ">= 2.0.0-0",
"catalog.cattle.io/kube-version": ">= 1.16.0",
"catalog.cattle.io/rancher-version": ">= 2.9.0 < 2.10.0",
"catalog.cattle.io/ui-version": ">= 2.7.2"
}
},
Expand Down

0 comments on commit 376d24d

Please sign in to comment.